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.

85 lines
3.5 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. <TargetFramework>net35</TargetFramework>
  14. <FileAlignment>512</FileAlignment>
  15. <Deterministic>true</Deterministic>
  16. <PathMap>$(SolutionDir)=C:\</PathMap>
  17. <DebugType>portable</DebugType>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin3\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  27. <DocumentationFile>bin3\Debug\IPA.Loader.xml</DocumentationFile>
  28. <RegisterForComInterop>false</RegisterForComInterop>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin3\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  37. <RegisterForComInterop>false</RegisterForComInterop>
  38. <DocumentationFile>bin3\Release\IPA.Loader.xml</DocumentationFile>
  39. </PropertyGroup>
  40. <ItemGroup>
  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="UnityEngine.CoreModule">
  48. <HintPath>..\Refs\UnityEngine.CoreModule.net3.dll</HintPath>
  49. <Private>False</Private>
  50. </Reference>
  51. <Reference Include="UnityEngine.UnityWebRequestModule">
  52. <HintPath>..\Refs\UnityEngine.UnityWebRequestModule.net3.dll</HintPath>
  53. <Private>False</Private>
  54. </Reference>
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="**\*.cs" Exclude="obj\**\*.cs" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <PackageReference Include="Ionic.Zip">
  61. <Version>1.9.1.8</Version>
  62. </PackageReference>
  63. <PackageReference Include="Lib.Harmony">
  64. <Version>1.2.0.1</Version>
  65. </PackageReference>
  66. <PackageReference Include="Mono.Cecil">
  67. <Version>0.10.4</Version>
  68. </PackageReference>
  69. <PackageReference Include="Newtonsoft.Json">
  70. <Version>12.0.2</Version>
  71. </PackageReference>
  72. <PackageReference Include="SemanticVersioning">
  73. <Version>1.2.0</Version>
  74. </PackageReference>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <EmbeddedResource Include="Loader\manifest.json" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <EmbeddedResource Include="icon.png" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <EmbeddedResource Include="Loader\description.md" />
  84. </ItemGroup>
  85. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  86. </Project>