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.

83 lines
3.6 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>{43D197F0-CB54-403F-B167-7236DA9FC65C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>IPA.Injector</RootNamespace>
  11. <AssemblyName>IPA.Injector</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;NET3</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin3\Release\</OutputPath>
  29. <DefineConstants>TRACE;NET3</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Xml.Linq" />
  37. <Reference Include="System.Data.DataSetExtensions" />
  38. <Reference Include="System.Data" />
  39. <Reference Include="System.Xml" />
  40. <Reference Include="UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\Refs\UnityEngine.CoreModule.net3.dll</HintPath>
  43. <Private>False</Private>
  44. </Reference>
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="**\*.cs" Exclude="obj\**\*.cs" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <ProjectReference Include="..\IPA.Loader\IPA.Loader.Net3.csproj">
  51. <Project>{938EE019-7BBF-406A-ACBA-5AC55AA74510}</Project>
  52. <Name>IPA.Loader.Net3</Name>
  53. </ProjectReference>
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Content Include="..\Libs\I18N.dll">
  57. <Link>Libraries\Mono\I18N.net3.dll</Link>
  58. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  59. </Content>
  60. <Content Include="..\Libs\I18N.West.dll">
  61. <Link>Libraries\Mono\I18N.West.net3.dll</Link>
  62. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  63. </Content>
  64. <Content Include="..\Libs\System.Runtime.Serialization.dll">
  65. <Link>Libraries\Mono\System.Runtime.Serialization.net3.dll</Link>
  66. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  67. </Content>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <PackageReference Include="Lib.Harmony">
  71. <Version>1.2.0.1</Version>
  72. </PackageReference>
  73. <PackageReference Include="Mono.Cecil">
  74. <Version>0.10.4</Version>
  75. </PackageReference>
  76. <PackageReference Include="SemanticVersioning">
  77. <Version>1.2.0</Version>
  78. </PackageReference>
  79. </ItemGroup>
  80. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  81. <Target Name="AfterBuild">
  82. <Exec Command="&quot;$(MSBuildBinPath)\MSBuild.exe&quot; &quot;$(MSBuildProjectDirectory)\PostBuild.msbuild&quot; /property:OPath=$(OutputPath) /property:Configuration=$(Configuration) /property:SolDir=$(SolutionDir)" />
  83. </Target>
  84. </Project>