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.

130 lines
5.9 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{D1C61AF5-0D2D-4752-8203-1C6929025F7C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>IllusionInjector</RootNamespace>
  11. <AssemblyName>IllusionInjector</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>TRACE;DEBUG</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <Prefer32Bit>false</Prefer32Bit>
  28. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>none</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <Prefer32Bit>false</Prefer32Bit>
  38. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="I18N">
  42. <HintPath>..\Libs\I18N.dll</HintPath>
  43. </Reference>
  44. <Reference Include="I18N.West">
  45. <HintPath>..\Libs\I18N.West.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Ionic.Zip.1.9.1.8\lib\Ionic.Zip.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Xml" />
  56. <Reference Include="UnityEngine">
  57. <HintPath>..\Libs\UnityEngine.dll</HintPath>
  58. <Private>False</Private>
  59. </Reference>
  60. <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  61. <HintPath>..\Libs\UnityEngine.CoreModule.dll</HintPath>
  62. <Private>False</Private>
  63. </Reference>
  64. <Reference Include="UnityEngine.UnityWebRequestModule">
  65. <HintPath>..\..\..\..\..\..\Game Library\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
  66. <Private>False</Private>
  67. </Reference>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="Bootstrapper.cs" />
  71. <Compile Include="BeatSaber\CompositeBSPlugin.cs" />
  72. <Compile Include="ConsoleWindow.cs" />
  73. <Compile Include="Injector.cs" />
  74. <Compile Include="IPA\CompositeIPAPlugin.cs" />
  75. <Compile Include="Logging\Printers\ColoredConsolePrinter.cs" />
  76. <Compile Include="Logging\Printers\GlobalLogFilePrinter.cs" />
  77. <Compile Include="Logging\Printers\GZFilePrinter.cs" />
  78. <Compile Include="Logging\Printers\PluginLogFilePrinter.cs" />
  79. <Compile Include="Logging\StandardLogger.cs" />
  80. <Compile Include="Logging\UnityLogInterceptor.cs" />
  81. <Compile Include="PluginManager.cs" />
  82. <Compile Include="Properties\AssemblyInfo.cs" />
  83. <Compile Include="PluginComponent.cs" />
  84. <Compile Include="Updating\Backup\BackupUnit.cs" />
  85. <Compile Include="Updating\ModsaberML\ApiEndpoint.cs" />
  86. <Compile Include="Updating\ModsaberML\Updater.cs" />
  87. <Compile Include="Updating\SelfPlugin.cs" />
  88. <Compile Include="Utilities\Extensions.cs" />
  89. <Compile Include="Utilities\LoneFunctions.cs" />
  90. <Compile Include="Utilities\SteamCheck.cs" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <ProjectReference Include="..\IllusionPlugin\IllusionPlugin.csproj">
  94. <Project>{e2848bfb-5432-42f4-8ae0-d2ec0cdf2f71}</Project>
  95. <Name>IllusionPlugin</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\MSBuildTasks\MSBuildTasks.csproj">
  98. <Project>{f08c3c7a-3221-432e-bab8-32bce58408c8}</Project>
  99. <Name>MSBuildTasks</Name>
  100. <Private>False</Private>
  101. </ProjectReference>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <None Include="packages.config" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Content Include="..\Libs\0Harmony.dll">
  108. <Link>IncludedLibs\0Harmony.dll</Link>
  109. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  110. </Content>
  111. <Content Include="..\Libs\System.Runtime.Serialization.dll">
  112. <Link>RequiredMonoLibs\System.Runtime.Serialization.dll</Link>
  113. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  114. </Content>
  115. </ItemGroup>
  116. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  117. <PropertyGroup>
  118. <PreBuildEvent>
  119. </PreBuildEvent>
  120. </PropertyGroup>
  121. <Target Name="AfterBuild">
  122. <Exec Command="&quot;$(MSBuildBinPath)\MSBuild.exe&quot; &quot;$(MSBuildProjectDirectory)\PostBuild.msbuild&quot; /property:OPath=$(OutputPath) /property:Configuration=$(Configuration) /property:SolDir=$(SolutionDir)" />
  123. </Target>
  124. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  125. Other similar extension points exist, see Microsoft.Common.targets.
  126. <Target Name="BeforeBuild">
  127. </Target>
  128. <Target Name="AfterBuild">
  129. </Target>
  130. -->
  131. </Project>