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.

84 lines
3.4 KiB

  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>{938EE019-7BBF-406A-ACBA-5AC55AA74510}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>IPA</RootNamespace>
  11. <AssemblyName>IPA.Loader</AssemblyName>
  12. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <PathMap>$(SolutionDir)=C:\</PathMap>
  16. <DebugType>portable</DebugType>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin3\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  26. <DocumentationFile>bin3\Debug\IPA.Loader.xml</DocumentationFile>
  27. <RegisterForComInterop>false</RegisterForComInterop>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin3\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  36. <RegisterForComInterop>false</RegisterForComInterop>
  37. <DocumentationFile>bin3\Release\IPA.Loader.xml</DocumentationFile>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="System" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. <Reference Include="UnityEngine.CoreModule">
  47. <HintPath>..\Refs\UnityEngine.CoreModule.net3.dll</HintPath>
  48. <Private>False</Private>
  49. </Reference>
  50. <Reference Include="UnityEngine.UnityWebRequestModule">
  51. <HintPath>..\Refs\UnityEngine.UnityWebRequestModule.net3.dll</HintPath>
  52. <Private>False</Private>
  53. </Reference>
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="**\*.cs" Exclude="obj\**\*.cs" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <PackageReference Include="Ionic.Zip">
  60. <Version>1.9.1.8</Version>
  61. </PackageReference>
  62. <PackageReference Include="Lib.Harmony">
  63. <Version>1.2.0.1</Version>
  64. </PackageReference>
  65. <PackageReference Include="Mono.Cecil">
  66. <Version>0.10.4</Version>
  67. </PackageReference>
  68. <PackageReference Include="Newtonsoft.Json">
  69. <Version>12.0.2</Version>
  70. </PackageReference>
  71. <PackageReference Include="SemanticVersioning">
  72. <Version>1.2.0</Version>
  73. </PackageReference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <EmbeddedResource Include="Loader\manifest.json" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <EmbeddedResource Include="icon.png" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <EmbeddedResource Include="Loader\description.md" />
  83. </ItemGroup>
  84. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  85. </Project>