XmdsCommonZone.csproj 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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>{93D1C0BF-C266-4033-9A5F-87638B305DB8}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>XmdsCommonZone</RootNamespace>
  11. <AssemblyName>XmdsCommonZone</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="Zones\Zone1001.cs" />
  58. <Compile Include="Zones\Zone12201.cs" />
  59. <Compile Include="Zones\Zone80001.cs" />
  60. <Compile Include="Zones\ZoneIntervalRebirthMonster.cs" />
  61. <Compile Include="Zones\Zone91002.cs" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <ProjectReference Include="..\..\Common\CommonAI\CommonAI.csproj">
  65. <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project>
  66. <Name>CommonAI</Name>
  67. </ProjectReference>
  68. <ProjectReference Include="..\..\Common\CommonLang\CommonLang.csproj">
  69. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  70. <Name>CommonLang</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\..\XmdsCommonServer\XmdsCommonServer.csproj">
  73. <Project>{847ebc4b-297b-4ec7-ba21-3e3b9212cca3}</Project>
  74. <Name>XmdsCommonServer</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\..\XmdsCommon\XmdsCommon.csproj">
  77. <Project>{e739a788-7a95-4427-bb97-a167960db7db}</Project>
  78. <Name>XmdsCommon</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\XmdsCommonSkill\XmdsCommonSkill.csproj">
  81. <Project>{9af3ee1e-3b5d-47f4-8385-7566c23866bc}</Project>
  82. <Name>XmdsCommonSkill</Name>
  83. </ProjectReference>
  84. </ItemGroup>
  85. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  86. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  87. Other similar extension points exist, see Microsoft.Common.targets.
  88. <Target Name="BeforeBuild">
  89. </Target>
  90. <Target Name="AfterBuild">
  91. </Target>
  92. -->
  93. </Project>