You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

133 lines
6.1 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">Net4</Platform>
  7. <ProjectGuid>{2A1AF16B-27F1-46E0-9A95-181516BC1CB7}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>IPA.Injector</RootNamespace>
  11. <AssemblyName>IPA.Injector</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <PathMap>$(SolutionDir)=C:\</PathMap>
  15. <DebugType>portable</DebugType>
  16. <ShowTargetFrameworks>false</ShowTargetFrameworks>
  17. <ShowTargetFrameworks Condition=" '$(BuildingInsideVisualStudio)' != 'true' Or '$(CI)' == 'True' ">true</ShowTargetFrameworks>
  18. <TargetFrameworks Condition=" '$(ShowTargetFrameworks)' == 'true' ">net461;net35</TargetFrameworks>
  19. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\$(Platform)\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\$(Platform)\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Platform)' == 'Net4' ">
  37. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  38. <DefineConstants>$(DefineConstants);NET4</DefineConstants>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Platform)' == 'Net3' ">
  41. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  42. <DefineConstants>$(DefineConstants);NET3</DefineConstants>
  43. </PropertyGroup>
  44. <ItemGroup>
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" Condition=" '$(Platform)' == 'Net4' " />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Net.Http" Condition=" '$(Platform)' == 'Net4' " />
  52. <Reference Include="System.Xml" />
  53. <Reference Include="UnityEngine.CoreModule" Condition=" '$(Platform)' == 'Net4' ">
  54. <HintPath>..\Refs\UnityEngine.CoreModule.Net4.dll</HintPath>
  55. <Private>False</Private>
  56. </Reference>
  57. <Reference Include="UnityEngine.CoreModule" Condition=" '$(Platform)' == 'Net3' ">
  58. <HintPath>..\Refs\UnityEngine.CoreModule.Net3.dll</HintPath>
  59. <Private>False</Private>
  60. </Reference>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="AntiPiracy.cs" />
  64. <Compile Include="Backups\BackupManager.cs" />
  65. <Compile Include="Backups\BackupUnit.cs" />
  66. <Compile Include="Bootstrapper.cs" />
  67. <Compile Include="GameVersionEarly.cs" />
  68. <Compile Include="Injector.cs" />
  69. <Compile Include="PermissionFix.cs" />
  70. <Compile Include="Properties\AssemblyInfo.cs" />
  71. <Compile Include="Updates.cs" />
  72. <Compile Include="Virtualizer.cs" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ProjectReference Include="..\IPA.Loader\IPA.Loader.csproj">
  76. <Project>{5ad344f0-01a0-4ca8-92e5-9d095737744d}</Project>
  77. <Name>IPA.Loader</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\Net3-Proxy\Net3-Proxy.csproj" Condition=" '$(Platform)' == 'Net3' ">
  80. <Project>{642F52DA-90F9-40E3-8784-6964F36752FB}</Project>
  81. <Name>Net3-Proxy</Name>
  82. </ProjectReference>
  83. </ItemGroup>
  84. <ItemGroup Condition=" '$(Platform)' == 'Net4' ">
  85. <Content Include="..\Libs\I18N.Net4.dll">
  86. <Link>Libraries\Mono\I18N.dll</Link>
  87. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  88. </Content>
  89. <Content Include="..\Libs\I18N.West.Net4.dll">
  90. <Link>Libraries\Mono\I18N.West.dll</Link>
  91. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  92. </Content>
  93. <Content Include="..\Libs\Microsoft.CSharp.dll">
  94. <Link>Libraries\Mono\Microsoft.CSharp.dll</Link>
  95. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  96. </Content>
  97. <Content Include="..\Libs\System.Runtime.Serialization.Net4.dll">
  98. <Link>Libraries\Mono\System.Runtime.Serialization.dll</Link>
  99. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  100. </Content>
  101. </ItemGroup>
  102. <ItemGroup Condition=" '$(Platform)' == 'Net3' ">
  103. <Content Include="..\Libs\I18N.Net3.dll">
  104. <Link>Libraries\Mono\I18N.dll</Link>
  105. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  106. </Content>
  107. <Content Include="..\Libs\I18N.West.Net3.dll">
  108. <Link>Libraries\Mono\I18N.West.dll</Link>
  109. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  110. </Content>
  111. <Content Include="..\Libs\System.Runtime.Serialization.Net3.dll">
  112. <Link>Libraries\Mono\System.Runtime.Serialization.dll</Link>
  113. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  114. </Content>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <PackageReference Include="Lib.Harmony">
  118. <Version>1.2.0.1</Version>
  119. </PackageReference>
  120. <PackageReference Include="Mono.Cecil">
  121. <Version>0.10.4</Version>
  122. </PackageReference>
  123. <PackageReference Include="SemanticVersioning">
  124. <Version>1.2.0</Version>
  125. </PackageReference>
  126. <PackageReference Include="AsyncBridge">
  127. <Version>0.3.1</Version>
  128. </PackageReference>
  129. </ItemGroup>
  130. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  131. <Target Name="AfterBuild">
  132. <Exec Command="&quot;$(MSBuildBinPath)\MSBuild.exe&quot; &quot;$(MSBuildProjectDirectory)\PostBuild.msbuild&quot; /property:OPath=$(OutputPath) /property:Configuration=$(Configuration) /property:SolDir=$(SolutionDir)" />
  133. </Target>
  134. </Project>