|
|
@ -35,11 +35,11 @@ |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'Net4' "> |
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
|
|
|
<DefineConstants>$(DefineConstants);NET4</DefineConstants> |
|
|
|
<DefineConstants>$(DefineConstants);NET4</DefineConstants> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'Net3' "> |
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
|
|
<DefineConstants>$(DefineConstants);NET3</DefineConstants> |
|
|
|
<DefineConstants>$(DefineConstants);NET3</DefineConstants> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<DocumentationFile>$(OutputPath)IPA.Loader.xml</DocumentationFile> |
|
|
@ -54,7 +54,7 @@ |
|
|
|
<Reference Include="System.Net.Http" Condition=" '$(Platform)' == 'Net4' " /> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup Condition=" '$(Platform)' == 'Net4' " > |
|
|
|
<ItemGroup Condition=" '$(Platform)' == 'Net4' "> |
|
|
|
<Reference Include="UnityEngine.CoreModule"> |
|
|
|
<HintPath>..\Refs\UnityEngine.CoreModule.Net4.dll</HintPath> |
|
|
|
<Private>False</Private> |
|
|
@ -64,7 +64,7 @@ |
|
|
|
<Private>False</Private> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup Condition=" '$(Platform)' == 'Net3' " > |
|
|
|
<ItemGroup Condition=" '$(Platform)' == 'Net3' "> |
|
|
|
<Reference Include="UnityEngine.CoreModule"> |
|
|
|
<HintPath>..\Refs\UnityEngine.CoreModule.Net3.dll</HintPath> |
|
|
|
<Private>False</Private> |
|
|
@ -126,7 +126,6 @@ |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="Updating\BeatMods\ApiEndpoint.cs" /> |
|
|
|
<Compile Include="Updating\BeatMods\Updater.cs" /> |
|
|
|
<Compile Include="Updating\SelfPlugin.cs" /> |
|
|
|
<Compile Include="Utilities\Extensions.cs" /> |
|
|
|
<Compile Include="Utilities\Utils.cs" /> |
|
|
|
</ItemGroup> |
|
|
|