XmdsCommonQuest.csproj 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{70A38A7F-053C-4757-A38E-EB8AAE9C6005}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>XmdsCommonQuest</RootNamespace>
  11. <AssemblyName>XmdsCommonQuest</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\..\Library\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <DocumentationFile>
  26. </DocumentationFile>
  27. <Prefer32Bit>false</Prefer32Bit>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>..\..\Library\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <Prefer32Bit>false</Prefer32Bit>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  39. <DebugSymbols>true</DebugSymbols>
  40. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <DebugType>full</DebugType>
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <ErrorReport>prompt</ErrorReport>
  45. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="System" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="Properties\AssemblyInfo.cs" />
  57. <Compile Include="Quest\Quest_123.cs" />
  58. <Compile Include="Quest\Quest_ConqueringtheDemons.cs" />
  59. <Compile Include="Quest\Quest_RefineSoul.cs" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <ProjectReference Include="..\..\Common\CommonAI\CommonAI.csproj">
  63. <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project>
  64. <Name>CommonAI</Name>
  65. </ProjectReference>
  66. <ProjectReference Include="..\..\Common\CommonLang\CommonLang.csproj">
  67. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  68. <Name>CommonLang</Name>
  69. </ProjectReference>
  70. <ProjectReference Include="..\..\XmdsCommonServer\XmdsCommonServer.csproj">
  71. <Project>{847ebc4b-297b-4ec7-ba21-3e3b9212cca3}</Project>
  72. <Name>XmdsCommonServer</Name>
  73. </ProjectReference>
  74. <ProjectReference Include="..\..\XmdsCommon\XmdsCommon.csproj">
  75. <Project>{e739a788-7a95-4427-bb97-a167960db7db}</Project>
  76. <Name>XmdsCommon</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\XmdsCommonSkill\XmdsCommonSkill.csproj">
  79. <Project>{9af3ee1e-3b5d-47f4-8385-7566c23866bc}</Project>
  80. <Name>XmdsCommonSkill</Name>
  81. </ProjectReference>
  82. </ItemGroup>
  83. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  84. <PropertyGroup>
  85. <PreBuildEvent>
  86. </PreBuildEvent>
  87. </PropertyGroup>
  88. <PropertyGroup>
  89. <PostBuildEvent>
  90. </PostBuildEvent>
  91. </PropertyGroup>
  92. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  93. Other similar extension points exist, see Microsoft.Common.targets.
  94. <Target Name="BeforeBuild">
  95. </Target>
  96. <Target Name="AfterBuild">
  97. </Target>
  98. -->
  99. </Project>