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.

97 lines
4.4 KiB

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