|
|
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{938EE019-7BBF-406A-ACBA-5AC55AA74510}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>IPA</RootNamespace>
- <AssemblyName>IPA.Loader</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <PathMap>$(SolutionDir)=C:\</PathMap>
- <DebugType>portable</DebugType>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <Optimize>false</Optimize>
- <OutputPath>bin3\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DocumentationFile>bin3\Debug\IPA.Loader.xml</DocumentationFile>
- <RegisterForComInterop>false</RegisterForComInterop>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <Optimize>true</Optimize>
- <OutputPath>bin3\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <RegisterForComInterop>false</RegisterForComInterop>
- <DocumentationFile>bin3\Release\IPA.Loader.xml</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- <Reference Include="UnityEngine.CoreModule">
- <HintPath>..\Refs\UnityEngine.CoreModule.net3.dll</HintPath>
- <Private>False</Private>
- </Reference>
- <Reference Include="UnityEngine.UnityWebRequestModule">
- <HintPath>..\Refs\UnityEngine.UnityWebRequestModule.net3.dll</HintPath>
- <Private>False</Private>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="**\*.cs" Exclude="obj\**\*.cs" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="Ionic.Zip">
- <Version>1.9.1.8</Version>
- </PackageReference>
- <PackageReference Include="Lib.Harmony">
- <Version>1.2.0.1</Version>
- </PackageReference>
- <PackageReference Include="Mono.Cecil">
- <Version>0.10.4</Version>
- </PackageReference>
- <PackageReference Include="Newtonsoft.Json">
- <Version>12.0.2</Version>
- </PackageReference>
- <PackageReference Include="SemanticVersioning">
- <Version>1.2.0</Version>
- </PackageReference>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Loader\manifest.json" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="icon.png" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Loader\description.md" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|