DynamicTranslationLoader.csproj 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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>{6FE9DE86-F466-49FD-BCCA-ADD512C8DCE8}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>DynamicTranslationLoader</RootNamespace>
  11. <AssemblyName>DynamicTranslationLoader</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, Version=1.0.9.1, Culture=neutral, processorArchitecture=MSIL">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>..\..\lib\0Harmony.dll</HintPath>
  36. <Private>False</Private>
  37. </Reference>
  38. <Reference Include="Assembly-CSharp">
  39. <HintPath>..\..\lib\Assembly-CSharp.dll</HintPath>
  40. <Private>False</Private>
  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="System.Data" />
  47. <Reference Include="System.Xml" />
  48. <Reference Include="TextMeshPro-1.0.55.56.0b12">
  49. <HintPath>..\..\lib\TextMeshPro-1.0.55.56.0b12.dll</HintPath>
  50. <Private>False</Private>
  51. </Reference>
  52. <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\..\lib\UnityEngine.dll</HintPath>
  55. <Private>False</Private>
  56. </Reference>
  57. <Reference Include="UnityEngine.UI">
  58. <HintPath>..\..\lib\UnityEngine.UI.dll</HintPath>
  59. <Private>False</Private>
  60. </Reference>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="DynamicTranslator.cs" />
  64. <Compile Include="Hooks.cs" />
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ProjectReference Include="..\..\BepInEx\BepInEx.csproj">
  69. <Project>{4ffba620-f5ed-47f9-b90c-dad1316fd9b9}</Project>
  70. <Name>BepInEx</Name>
  71. <Private>False</Private>
  72. </ProjectReference>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Content Include="translation\translation.txt">
  76. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  77. </Content>
  78. </ItemGroup>
  79. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  80. </Project>