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.

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