MultipleMaids.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="packages\ILRepack.2.0.17\build\ILRepack.props" Condition="Exists('packages\ILRepack.2.0.17\build\ILRepack.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{B5308AA1-CCC7-4EE2-B85D-A5BB3D0C8872}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AssemblyName>COM3D2.MultipleMaids.Plugin</AssemblyName>
  10. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  11. <FileAlignment>512</FileAlignment>
  12. <FileUpgradeFlags>
  13. </FileUpgradeFlags>
  14. <UpgradeBackupLocation>
  15. </UpgradeBackupLocation>
  16. <OldToolsVersion>3.5</OldToolsVersion>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>0.0.0.0</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. <NuGetPackageImportStamp>
  33. </NuGetPackageImportStamp>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <PlatformTarget>AnyCPU</PlatformTarget>
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="Assembly-CSharp">
  56. <HintPath>lib\Assembly-CSharp.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Assembly-CSharp-firstpass">
  59. <HintPath>lib\Assembly-CSharp-firstpass.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Assembly-UnityScript-firstpass">
  62. <HintPath>lib\Assembly-UnityScript-firstpass.dll</HintPath>
  63. </Reference>
  64. <Reference Include="ExIni">
  65. <HintPath>lib\ExIni.dll</HintPath>
  66. </Reference>
  67. <Reference Include="SevenZip, Version=18.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  68. <HintPath>packages\LZMA-SDK.18.1.0\lib\net20\SevenZip.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System" />
  71. <Reference Include="System.Core" />
  72. <Reference Include="UnityEngine">
  73. <HintPath>lib\UnityEngine.dll</HintPath>
  74. </Reference>
  75. <Reference Include="UnityInjector">
  76. <HintPath>lib\UnityInjector.dll</HintPath>
  77. </Reference>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="CM3D2\MultipleMaids\Plugin\MultipleMaids.Config.cs" />
  81. <Compile Include="CM3D2\MultipleMaids\Plugin\MultipleMaids.Gui.cs" />
  82. <Compile Include="CM3D2\MultipleMaids\Plugin\MultipleMaids.IK.cs" />
  83. <Compile Include="CM3D2\MultipleMaids\Plugin\MultipleMaids.Init.cs" />
  84. <Compile Include="CM3D2\MultipleMaids\Plugin\MultipleMaids.MaidUpdate.cs" />
  85. <Compile Include="CM3D2\MultipleMaids\Plugin\MultipleMaids.Update.cs" />
  86. <Compile Include="ComboBox2.cs" />
  87. <Compile Include="MouseDrag.cs" />
  88. <Compile Include="MouseDrag2.cs" />
  89. <Compile Include="MouseDrag3.cs" />
  90. <Compile Include="MouseDrag4.cs" />
  91. <Compile Include="MouseDrag5.cs" />
  92. <Compile Include="MouseDrag6.cs" />
  93. <Compile Include="IK.cs" />
  94. <Compile Include="ImportCM2.cs" />
  95. <Compile Include="CM3D2\MultipleMaids\Plugin\MultipleMaids.cs" />
  96. <Compile Include="AssemblyInfo.cs" />
  97. <Compile Include="SaveManager.cs" />
  98. <Compile Include="Util\Logger.cs" />
  99. <Compile Include="Util\LZMA.cs" />
  100. <Compile Include="Util\SimpleJSON.cs" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  104. <Visible>False</Visible>
  105. <ProductName>.NET Framework 3.5 SP1</ProductName>
  106. <Install>true</Install>
  107. </BootstrapperPackage>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <None Include="packages.config" />
  111. </ItemGroup>
  112. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  113. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  114. <PropertyGroup>
  115. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  116. </PropertyGroup>
  117. <Error Condition="!Exists('packages\ILRepack.2.0.17\build\ILRepack.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\ILRepack.2.0.17\build\ILRepack.props'))" />
  118. <Error Condition="!Exists('packages\ILRepack.Lib.MSBuild.Task.2.0.17\build\ILRepack.Lib.MSBuild.Task.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\ILRepack.Lib.MSBuild.Task.2.0.17\build\ILRepack.Lib.MSBuild.Task.targets'))" />
  119. </Target>
  120. <Import Project="packages\ILRepack.Lib.MSBuild.Task.2.0.17\build\ILRepack.Lib.MSBuild.Task.targets" Condition="Exists('packages\ILRepack.Lib.MSBuild.Task.2.0.17\build\ILRepack.Lib.MSBuild.Task.targets')" />
  121. </Project>