XmdsCommon.csproj 4.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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.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>TRACE;DEBUG;JSGProfile</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;JSGProfile</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. </ItemGroup>
  90. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  91. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  92. Other similar extension points exist, see Microsoft.Common.targets.
  93. <Target Name="BeforeBuild">
  94. </Target>
  95. <Target Name="AfterBuild">
  96. </Target>
  97. -->
  98. </Project>