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.

83 lines
3.7 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="System" />
  38. <Reference Include="System.Data" />
  39. <Reference Include="System.Xml" />
  40. <Reference Include="UnityEngine">
  41. <HintPath>..\Libs\UnityEngine.dll</HintPath>
  42. <Private>False</Private>
  43. </Reference>
  44. <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  45. <HintPath>..\Libs\UnityEngine.CoreModule.dll</HintPath>
  46. <Private>False</Private>
  47. </Reference>
  48. <Reference Include="zlib.net, Version=1.0.3.0, Culture=neutral, PublicKeyToken=47d7877cb3620160">
  49. <HintPath>..\packages\zlib.net.1.0.4.0\lib\zlib.net.dll</HintPath>
  50. </Reference>
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="Bootstrapper.cs" />
  54. <Compile Include="BeatSaber\CompositeBSPlugin.cs" />
  55. <Compile Include="ConsoleWindow.cs" />
  56. <Compile Include="Injector.cs" />
  57. <Compile Include="IPA\CompositeIPAPlugin.cs" />
  58. <Compile Include="Logging\Printers\ColoredConsolePrinter.cs" />
  59. <Compile Include="Logging\Printers\GlobalZFIlePrinter.cs" />
  60. <Compile Include="Logging\Printers\PluginLogFilePrinter.cs" />
  61. <Compile Include="Logging\StandardLogger.cs" />
  62. <Compile Include="Logging\UnityLogInterceptor.cs" />
  63. <Compile Include="PluginManager.cs" />
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. <Compile Include="PluginComponent.cs" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ProjectReference Include="..\IllusionPlugin\IllusionPlugin.csproj">
  69. <Project>{e2848bfb-5432-42f4-8ae0-d2ec0cdf2f71}</Project>
  70. <Name>IllusionPlugin</Name>
  71. </ProjectReference>
  72. </ItemGroup>
  73. <ItemGroup>
  74. <None Include="packages.config" />
  75. </ItemGroup>
  76. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  77. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  78. Other similar extension points exist, see Microsoft.Common.targets.
  79. <Target Name="BeforeBuild">
  80. </Target>
  81. <Target Name="AfterBuild">
  82. </Target>
  83. -->
  84. </Project>