XmdsCommon.csproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{E739A788-7A95-4427-BB97-A167960DB7DB}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>XmdsCommon</RootNamespace>
  11. <AssemblyName>XmdsCommon</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</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. <NoWarn>1591</NoWarn>
  28. <Prefer32Bit>false</Prefer32Bit>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>..\Library\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <Prefer32Bit>false</Prefer32Bit>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  40. <DebugSymbols>true</DebugSymbols>
  41. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <NoWarn>1591</NoWarn>
  44. <DebugType>full</DebugType>
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <ErrorReport>prompt</ErrorReport>
  47. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="System" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Xml" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="EditorData\SnapData.cs" />
  59. <Compile Include="EditorData\XmdsDecorationAbilities.cs" />
  60. <Compile Include="EditorData\XmdsRegionAbilities.cs" />
  61. <Compile Include="JSGModule\JSGXmdsComData.cs" />
  62. <Compile Include="Message\MessageC2B\BattleActionC2B.cs" />
  63. <Compile Include="Message\MessageB2C\BattleEventsB2C.cs" />
  64. <Compile Include="Plugin\XmdsStatic.cs" />
  65. <Compile Include="Plugin\XmdsZoneFactoryBot.cs" />
  66. <Compile Include="Plugin\XmdsConfig.cs" />
  67. <Compile Include="Plugin\XmdsMapBlock.cs" />
  68. <Compile Include="Plugin\XmdsProperties.cs" />
  69. <Compile Include="Plugin\XmdsVirtualFactory.cs" />
  70. <Compile Include="Plugin\XmdsZoneFactory.cs" />
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. <Compile Include="ZoneClient\HZZoneLayer.cs" />
  73. <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual.cs" />
  74. <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual_Actor.cs" />
  75. <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual_Monster.cs" />
  76. <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual_Pet.cs" />
  77. <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual_Player.cs" />
  78. <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual_SummonUnit.cs" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <ProjectReference Include="..\Common\CommonAI\CommonAI.csproj">
  82. <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project>
  83. <Name>CommonAI</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\Common\CommonLang\CommonLang.csproj">
  86. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  87. <Name>CommonLang</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\Common\CommonNetwork\CommonNetwork.csproj">
  90. <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
  91. <Name>CommonNetwork</Name>
  92. </ProjectReference>
  93. </ItemGroup>
  94. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  95. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  96. Other similar extension points exist, see Microsoft.Common.targets.
  97. <Target Name="BeforeBuild">
  98. </Target>
  99. <Target Name="AfterBuild">
  100. </Target>
  101. -->
  102. </Project>