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.

94 lines
4.3 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. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>none</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <Prefer32Bit>false</Prefer32Bit>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c, processorArchitecture=MSIL">
  38. <HintPath>..\packages\Ionic.Zip.1.9.1.8\lib\Ionic.Zip.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Xml" />
  43. <Reference Include="UnityEngine">
  44. <HintPath>..\Libs\UnityEngine.dll</HintPath>
  45. <Private>False</Private>
  46. </Reference>
  47. <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  48. <HintPath>..\Libs\UnityEngine.CoreModule.dll</HintPath>
  49. <Private>False</Private>
  50. </Reference>
  51. <Reference Include="UnityEngine.UnityWebRequestModule">
  52. <HintPath>..\..\..\..\..\..\Game Library\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
  53. <Private>False</Private>
  54. </Reference>
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="Bootstrapper.cs" />
  58. <Compile Include="BeatSaber\CompositeBSPlugin.cs" />
  59. <Compile Include="ConsoleWindow.cs" />
  60. <Compile Include="Injector.cs" />
  61. <Compile Include="IPA\CompositeIPAPlugin.cs" />
  62. <Compile Include="Logging\Printers\ColoredConsolePrinter.cs" />
  63. <Compile Include="Logging\Printers\GlobalLogFilePrinter.cs" />
  64. <Compile Include="Logging\Printers\GZFilePrinter.cs" />
  65. <Compile Include="Logging\Printers\PluginLogFilePrinter.cs" />
  66. <Compile Include="Logging\StandardLogger.cs" />
  67. <Compile Include="Logging\UnityLogInterceptor.cs" />
  68. <Compile Include="PluginManager.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. <Compile Include="PluginComponent.cs" />
  71. <Compile Include="Updating\ModsaberML\ApiEndpoint.cs" />
  72. <Compile Include="Updating\ModsaberML\Updater.cs" />
  73. <Compile Include="Updating\Old\ModUpdater.cs" />
  74. <Compile Include="Updating\Old\UpdateScript.cs" />
  75. <Compile Include="Utilities\SimpleJson.cs" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <ProjectReference Include="..\IllusionPlugin\IllusionPlugin.csproj">
  79. <Project>{e2848bfb-5432-42f4-8ae0-d2ec0cdf2f71}</Project>
  80. <Name>IllusionPlugin</Name>
  81. </ProjectReference>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <None Include="packages.config" />
  85. </ItemGroup>
  86. <ItemGroup />
  87. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  88. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  89. Other similar extension points exist, see Microsoft.Common.targets.
  90. <Target Name="BeforeBuild">
  91. </Target>
  92. <Target Name="AfterBuild">
  93. </Target>
  94. -->
  95. </Project>