Fix TargetFrameworkVersion

This commit is contained in:
Michael 2022-03-21 22:14:25 -05:00
parent 7938bccb24
commit 1d645800b9
Signed by: TheShadowEevee
GPG key ID: 7A8AA92B3BAFAB75

View file

@ -8,7 +8,7 @@
<ProjectGuid>{DA1DDE59-7F59-4EBA-91E9-B06729E8E131}</ProjectGuid> <ProjectGuid>{DA1DDE59-7F59-4EBA-91E9-B06729E8E131}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AssemblyName>libWiiSharp</AssemblyName> <AssemblyName>libWiiSharp</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<TargetFrameworkProfile /> <TargetFrameworkProfile />
<ApplicationVersion>0.4.0.0</ApplicationVersion> <ApplicationVersion>0.4.0.0</ApplicationVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
@ -54,7 +54,6 @@
<Compile Include="ContentIndices.cs" /> <Compile Include="ContentIndices.cs" />
<Compile Include="HbcTransmitter.cs" /> <Compile Include="HbcTransmitter.cs" />
<Compile Include="Headers.cs" /> <Compile Include="Headers.cs" />
<Compile Include="HexView.cs" />
<Compile Include="IosPatcher.cs" /> <Compile Include="IosPatcher.cs" />
<Compile Include="Lz77.cs" /> <Compile Include="Lz77.cs" />
<Compile Include="MessageEventArgs.cs" /> <Compile Include="MessageEventArgs.cs" />