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.

104 lines
4.6 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. <TargetFrameworks>net461;net35</TargetFrameworks>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <PathMap>$(SolutionDir)=C:\</PathMap>
  16. <DebugType>portable</DebugType>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\$(Platform)\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\$(Platform)\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Platform)' == 'Net4' ">
  34. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  35. <DefineConstants>$(DefineConstants);NET4</DefineConstants>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Platform)' == 'Net3' ">
  38. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  39. <DefineConstants>$(DefineConstants);NET3</DefineConstants>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" Condition=" '$(Platform)' == 'Net4' " />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Net.Http" Condition=" '$(Platform)' == 'Net4' " />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="UnityEngine.CoreModule">
  51. <HintPath>..\Refs\UnityEngine.CoreModule.$(Platform).dll</HintPath>
  52. <Private>False</Private>
  53. </Reference>
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="Backups\BackupManager.cs" />
  57. <Compile Include="Backups\BackupUnit.cs" />
  58. <Compile Include="Bootstrapper.cs" />
  59. <Compile Include="GameVersionEarly.cs" />
  60. <Compile Include="Injector.cs" />
  61. <Compile Include="PermissionFix.cs" />
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. <Compile Include="Updates.cs" />
  64. <Compile Include="Virtualizer.cs" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ProjectReference Include="..\IPA.Loader\IPA.Loader.csproj">
  68. <Project>{5ad344f0-01a0-4ca8-92e5-9d095737744d}</Project>
  69. <Name>IPA.Loader</Name>
  70. </ProjectReference>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Content Include="..\Libs\I18N.$(Platform).dll">
  74. <Link>Libraries\Mono\I18N.dll</Link>
  75. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  76. </Content>
  77. <Content Include="..\Libs\I18N.West.$(Platform).dll">
  78. <Link>Libraries\Mono\I18N.West.dll</Link>
  79. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  80. </Content>
  81. <Content Include="..\Libs\Microsoft.CSharp.dll" Condition=" '$(Platform)' == 'Net4' " >
  82. <Link>Libraries\Mono\Microsoft.CSharp.dll</Link>
  83. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  84. </Content>
  85. <Content Include="..\Libs\System.Runtime.Serialization.$(Platform).dll">
  86. <Link>Libraries\Mono\System.Runtime.Serialization.dll</Link>
  87. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  88. </Content>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <PackageReference Include="Lib.Harmony">
  92. <Version>1.2.0.1</Version>
  93. </PackageReference>
  94. <PackageReference Include="Mono.Cecil">
  95. <Version>0.10.4</Version>
  96. </PackageReference>
  97. <PackageReference Include="SemanticVersioning">
  98. <Version>1.2.0</Version>
  99. </PackageReference>
  100. </ItemGroup>
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  102. <Target Name="AfterBuild">
  103. <Exec Command="&quot;$(MSBuildBinPath)\MSBuild.exe&quot; &quot;$(MSBuildProjectDirectory)\PostBuild.msbuild&quot; /property:OPath=$(OutputPath) /property:Configuration=$(Configuration) /property:SolDir=$(SolutionDir)" />
  104. </Target>
  105. </Project>