mirror of
https://github.com/TheShadowEevee/libWiiSharp.git
synced 2025-01-11 15:38:51 -06:00
Fix TargetFrameworkVersion
This commit is contained in:
parent
7938bccb24
commit
1d645800b9
1 changed files with 1 additions and 2 deletions
|
@ -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" />
|
||||||
|
|
Loading…
Reference in a new issue