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