COM3D2.XTMasterSlave.Plugin.csproj 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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>{8726B846-D345-4A52-8A65-AE19F246780F}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CM3D2.XTMasterSlave.Plugin</RootNamespace>
  11. <AssemblyName>COM3D2.XTMasterSlave.Plugin</AssemblyName>
  12. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>TRACE;DEBUG;COM3D2</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE;COM3D2</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Assembly-CSharp">
  35. <HintPath>..\lib\Assembly-CSharp.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Assembly-CSharp-firstpass">
  38. <HintPath>..\lib\Assembly-CSharp-firstpass.dll</HintPath>
  39. </Reference>
  40. <Reference Include="JsonFx.Json">
  41. <HintPath>..\lib\JsonFx.Json.dll</HintPath>
  42. </Reference>
  43. <Reference Include="PluginExt">
  44. <HintPath>..\lib\PluginExt.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Windows.Forms" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Xml" />
  53. <Reference Include="UnityEngine">
  54. <HintPath>..\lib\UnityEngine.dll</HintPath>
  55. </Reference>
  56. <Reference Include="UnityInjector">
  57. <HintPath>..\lib\UnityInjector.dll</HintPath>
  58. </Reference>
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="CM3D2.XTMasterSlave.2ndWnd.cs" />
  62. <Compile Include="CM3D2.XTMasterSlave.Plugin.cs" />
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. <Compile Include="XtMsHook.cs" />
  65. </ItemGroup>
  66. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  67. </Project>