SliderUnlocker.csproj 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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>{9DB058D4-CF5A-4280-9150-A62C22FC3CB0}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SliderUnlocker</RootNamespace>
  11. <AssemblyName>SliderUnlocker</AssemblyName>
  12. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>K:\BepInEx\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>K:\BepInEx\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="0Harmony">
  34. <HintPath>..\..\lib\0Harmony.dll</HintPath>
  35. <Private>False</Private>
  36. </Reference>
  37. <Reference Include="Assembly-CSharp">
  38. <HintPath>..\..\lib\Assembly-CSharp.dll</HintPath>
  39. <Private>False</Private>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Data.DataSetExtensions" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Xml" />
  47. <Reference Include="TextMeshPro-1.0.55.56.0b12">
  48. <HintPath>..\..\lib\TextMeshPro-1.0.55.56.0b12.dll</HintPath>
  49. <Private>False</Private>
  50. </Reference>
  51. <Reference Include="UnityEngine">
  52. <HintPath>..\..\lib\UnityEngine.dll</HintPath>
  53. <Private>False</Private>
  54. </Reference>
  55. <Reference Include="UnityEngine.UI">
  56. <HintPath>..\..\lib\UnityEngine.UI.dll</HintPath>
  57. <Private>False</Private>
  58. </Reference>
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="Hooks.cs" />
  62. <Compile Include="SliderMath.cs" />
  63. <Compile Include="SliderUnlocker.cs" />
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ProjectReference Include="..\..\BepInEx\BepInEx.csproj">
  68. <Project>{4ffba620-f5ed-47f9-b90c-dad1316fd9b9}</Project>
  69. <Name>BepInEx</Name>
  70. <Private>False</Private>
  71. </ProjectReference>
  72. </ItemGroup>
  73. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  74. </Project>