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.

93 lines
4.8 KiB

6 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.Loader</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="Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c, processorArchitecture=MSIL">
  37. <HintPath>..\packages\Ionic.Zip.1.9.1.8\lib\Ionic.Zip.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Net.Http" />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="UnityEngine.CoreModule">
  51. <HintPath>..\..\..\..\..\..\Game Library\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
  52. <Private>False</Private>
  53. </Reference>
  54. <Reference Include="UnityEngine.UnityWebRequestModule">
  55. <HintPath>..\..\..\..\..\..\Game Library\Steam\steamapps\common\Beat Saber\Beat Saber_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
  56. <Private>False</Private>
  57. </Reference>
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="BeatSaber\CompositeBSPlugin.cs" />
  61. <Compile Include="IllusionPlugin\BeatSaber\IBeatSaberPlugin.cs" />
  62. <Compile Include="IllusionPlugin\BeatSaber\IEnhancedBeatSaberPlugin.cs" />
  63. <Compile Include="IllusionPlugin\BeatSaber\ModsaberModInfo.cs" />
  64. <Compile Include="IllusionPlugin\IGenericEnhancedPlugin.cs" />
  65. <Compile Include="IllusionPlugin\IniFile.cs" />
  66. <Compile Include="IllusionPlugin\IPA\IEnhancedPlugin.cs" />
  67. <Compile Include="IllusionPlugin\IPA\IPlugin.cs" />
  68. <Compile Include="IllusionPlugin\Logging\Logger.cs" />
  69. <Compile Include="IllusionPlugin\Logging\LogPrinter.cs" />
  70. <Compile Include="IllusionPlugin\ModPrefs.cs" />
  71. <Compile Include="IllusionPlugin\Utils\ReflectionUtil.cs" />
  72. <Compile Include="IPA\CompositeIPAPlugin.cs" />
  73. <Compile Include="Logging\Printers\ColoredConsolePrinter.cs" />
  74. <Compile Include="Logging\Printers\GlobalLogFilePrinter.cs" />
  75. <Compile Include="Logging\Printers\GZFilePrinter.cs" />
  76. <Compile Include="Logging\Printers\PluginLogFilePrinter.cs" />
  77. <Compile Include="Logging\StandardLogger.cs" />
  78. <Compile Include="Logging\UnityLogInterceptor.cs" />
  79. <Compile Include="PluginComponent.cs" />
  80. <Compile Include="PluginManager.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. <Compile Include="Updating\Backup\BackupUnit.cs" />
  83. <Compile Include="Updating\ModsaberML\ApiEndpoint.cs" />
  84. <Compile Include="Updating\ModsaberML\Updater.cs" />
  85. <Compile Include="Updating\SelfPlugin.cs" />
  86. <Compile Include="Utilities\Extensions.cs" />
  87. <Compile Include="Utilities\LoneFunctions.cs" />
  88. <Compile Include="Utilities\SteamCheck.cs" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="packages.config" />
  92. </ItemGroup>
  93. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  94. </Project>