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.

96 lines
4.6 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 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>{5AD344F0-01A0-4CA8-92E5-9D095737744D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>IPA</RootNamespace>
  11. <AssemblyName>IPA.Loader</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. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Xml.Linq" />
  39. <Reference Include="System.Data.DataSetExtensions" />
  40. <Reference Include="Microsoft.CSharp" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Net.Http" />
  43. <Reference Include="System.Xml" />
  44. <Reference Include="UnityEngine.CoreModule">
  45. <HintPath>..\..\..\..\..\..\Game Library\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  46. <Private>False</Private>
  47. </Reference>
  48. <Reference Include="UnityEngine.UnityWebRequestModule">
  49. <HintPath>..\..\..\..\..\..\Game Library\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
  50. <Private>False</Private>
  51. </Reference>
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="Loader\Composite\CompositeBSPlugin.cs" />
  55. <Compile Include="PluginInterfaces\BeatSaber\IBeatSaberPlugin.cs" />
  56. <Compile Include="PluginInterfaces\BeatSaber\IEnhancedBeatSaberPlugin.cs" />
  57. <Compile Include="PluginInterfaces\BeatSaber\ModsaberModInfo.cs" />
  58. <Compile Include="PluginInterfaces\IGenericEnhancedPlugin.cs" />
  59. <Compile Include="IniFile.cs" />
  60. <Compile Include="PluginInterfaces\IPA\IEnhancedPlugin.cs" />
  61. <Compile Include="PluginInterfaces\IPA\IPlugin.cs" />
  62. <Compile Include="Logging\Logger.cs" />
  63. <Compile Include="Logging\LogPrinter.cs" />
  64. <Compile Include="ModPrefs.cs" />
  65. <Compile Include="Utilities\ReflectionUtil.cs" />
  66. <Compile Include="Loader\Composite\CompositeIPAPlugin.cs" />
  67. <Compile Include="Logging\Printers\ColoredConsolePrinter.cs" />
  68. <Compile Include="Logging\Printers\GlobalLogFilePrinter.cs" />
  69. <Compile Include="Logging\Printers\GZFilePrinter.cs" />
  70. <Compile Include="Logging\Printers\PluginLogFilePrinter.cs" />
  71. <Compile Include="Logging\StandardLogger.cs" />
  72. <Compile Include="Logging\UnityLogInterceptor.cs" />
  73. <Compile Include="Loader\PluginComponent.cs" />
  74. <Compile Include="Loader\PluginManager.cs" />
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. <Compile Include="Updating\Backup\BackupUnit.cs" />
  77. <Compile Include="Updating\ModsaberML\ApiEndpoint.cs" />
  78. <Compile Include="Updating\ModsaberML\Updater.cs" />
  79. <Compile Include="Updating\SelfPlugin.cs" />
  80. <Compile Include="Utilities\Extensions.cs" />
  81. <Compile Include="Utilities\LoneFunctions.cs" />
  82. <Compile Include="Utilities\SteamCheck.cs" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <PackageReference Include="Ionic.Zip">
  86. <Version>1.9.1.8</Version>
  87. </PackageReference>
  88. <PackageReference Include="Mono.Cecil">
  89. <Version>0.9.6.4</Version>
  90. </PackageReference>
  91. <PackageReference Include="Newtonsoft.Json">
  92. <Version>11.0.2</Version>
  93. </PackageReference>
  94. </ItemGroup>
  95. <ItemGroup />
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. </Project>