MultipleMaids.csproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProjectGuid>{B5308AA1-CCC7-4EE2-B85D-A5BB3D0C8872}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AssemblyName>COM3D2.MultipleMaids.Plugin</AssemblyName>
  9. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  10. <FileAlignment>512</FileAlignment>
  11. <FileUpgradeFlags>
  12. </FileUpgradeFlags>
  13. <UpgradeBackupLocation>
  14. </UpgradeBackupLocation>
  15. <OldToolsVersion>3.5</OldToolsVersion>
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>0</ApplicationRevision>
  27. <ApplicationVersion>0.0.0.0</ApplicationVersion>
  28. <IsWebBootstrapper>false</IsWebBootstrapper>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <RunCodeAnalysis>false</RunCodeAnalysis>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <RootNamespace>COM3D2.MultipleMaids</RootNamespace>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="Assembly-CSharp">
  57. <HintPath>lib\Assembly-CSharp.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Assembly-CSharp-firstpass">
  60. <HintPath>lib\Assembly-CSharp-firstpass.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Assembly-UnityScript-firstpass">
  63. <HintPath>lib\Assembly-UnityScript-firstpass.dll</HintPath>
  64. </Reference>
  65. <Reference Include="ExIni">
  66. <HintPath>lib\ExIni.dll</HintPath>
  67. </Reference>
  68. <Reference Include="System" />
  69. <Reference Include="System.Core" />
  70. <Reference Include="UnityEngine">
  71. <HintPath>lib\UnityEngine.dll</HintPath>
  72. </Reference>
  73. <Reference Include="UnityInjector">
  74. <HintPath>lib\UnityInjector.dll</HintPath>
  75. </Reference>
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="Plugin\MultipleMaids.Config.cs" />
  79. <Compile Include="Plugin\MultipleMaids.Gui.cs" />
  80. <Compile Include="Plugin\MultipleMaids.IK.cs" />
  81. <Compile Include="Plugin\MultipleMaids.Init.cs" />
  82. <Compile Include="Plugin\MultipleMaids.MaidUpdate.cs" />
  83. <Compile Include="Plugin\MultipleMaids.Update.cs" />
  84. <Compile Include="GUI\ComboBox2.cs" />
  85. <Compile Include="GUI\MouseDrag.cs" />
  86. <Compile Include="GUI\MouseDrag2.cs" />
  87. <Compile Include="GUI\MouseDrag3.cs" />
  88. <Compile Include="GUI\MouseDrag4.cs" />
  89. <Compile Include="GUI\MouseDrag5.cs" />
  90. <Compile Include="GUI\MouseDrag6.cs" />
  91. <Compile Include="Util\IK.cs" />
  92. <Compile Include="Util\ImportCM2.cs" />
  93. <Compile Include="Plugin\MultipleMaids.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. <Compile Include="Util\Logger.cs" />
  96. <Compile Include="Util\MMData.cs" />
  97. <Compile Include="Util\SimpleJSON.cs" />
  98. <Compile Include="Util\Voice.cs" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  102. <Visible>False</Visible>
  103. <ProductName>.NET Framework 3.5 SP1</ProductName>
  104. <Install>true</Install>
  105. </BootstrapperPackage>
  106. </ItemGroup>
  107. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  108. </Project>