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.

111 lines
4.8 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="System" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Xml" />
  53. <Reference Include="UnityEngine">
  54. <HintPath>..\Libs\UnityEngine.dll</HintPath>
  55. <Private>False</Private>
  56. </Reference>
  57. <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  58. <HintPath>..\Libs\UnityEngine.CoreModule.dll</HintPath>
  59. <Private>False</Private>
  60. </Reference>
  61. <Reference Include="UnityEngine.UnityWebRequestModule">
  62. <HintPath>..\..\..\..\..\..\Game Library\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
  63. <Private>False</Private>
  64. </Reference>
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="Bootstrapper.cs" />
  68. <Compile Include="BeatSaber\CompositeBSPlugin.cs" />
  69. <Compile Include="ConsoleWindow.cs" />
  70. <Compile Include="Injector.cs" />
  71. <Compile Include="IPA\CompositeIPAPlugin.cs" />
  72. <Compile Include="Logging\Printers\ColoredConsolePrinter.cs" />
  73. <Compile Include="Logging\Printers\GlobalLogFilePrinter.cs" />
  74. <Compile Include="Logging\Printers\GZFilePrinter.cs" />
  75. <Compile Include="Logging\Printers\PluginLogFilePrinter.cs" />
  76. <Compile Include="Logging\StandardLogger.cs" />
  77. <Compile Include="Logging\UnityLogInterceptor.cs" />
  78. <Compile Include="PluginManager.cs" />
  79. <Compile Include="Properties\AssemblyInfo.cs" />
  80. <Compile Include="PluginComponent.cs" />
  81. <Compile Include="Updating\Backup\BackupUnit.cs" />
  82. <Compile Include="Updating\ModsaberML\ApiEndpoint.cs" />
  83. <Compile Include="Updating\ModsaberML\Updater.cs" />
  84. <Compile Include="Updating\SelfPlugin.cs" />
  85. <Compile Include="Utilities\Extensions.cs" />
  86. <Compile Include="Utilities\LoneFunctions.cs" />
  87. <Compile Include="Utilities\SimpleJson.cs" />
  88. <Compile Include="Utilities\SteamCheck.cs" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <ProjectReference Include="..\IllusionPlugin\IllusionPlugin.csproj">
  92. <Project>{e2848bfb-5432-42f4-8ae0-d2ec0cdf2f71}</Project>
  93. <Name>IllusionPlugin</Name>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <None Include="packages.config" />
  98. </ItemGroup>
  99. <ItemGroup />
  100. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  101. <PropertyGroup>
  102. <PreBuildEvent>
  103. </PreBuildEvent>
  104. </PropertyGroup>
  105. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  106. Other similar extension points exist, see Microsoft.Common.targets.
  107. <Target Name="BeforeBuild">
  108. </Target>
  109. <Target Name="AfterBuild">
  110. </Target>
  111. -->
  112. </Project>