XmdsCommon_C.csproj 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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>portable</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\..\Assets\Plugins\</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>..\..\Assets\Plugins\</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="CommonAI">
  51. <HintPath>..\..\Assets\Plugins\CommonAI.dll</HintPath>
  52. </Reference>
  53. <Reference Include="CommonLang">
  54. <HintPath>..\..\Assets\Plugins\CommonLang.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Xml" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="EditorData\SnapData.cs" />
  65. <Compile Include="EditorData\XmdsDecorationAbilities.cs" />
  66. <Compile Include="EditorData\XmdsRegionAbilities.cs" />
  67. <Compile Include="JSGModule\JSGXmdsComData.cs" />
  68. <Compile Include="Message\MessageC2B\BattleActionC2B.cs" />
  69. <Compile Include="Message\MessageB2C\BattleEventsB2C.cs" />
  70. <Compile Include="Plugin\XmdsStatic.cs" />
  71. <Compile Include="Plugin\XmdsZoneFactoryBot.cs" />
  72. <Compile Include="Plugin\XmdsConfig.cs" />
  73. <Compile Include="Plugin\XmdsMapBlock.cs" />
  74. <Compile Include="Plugin\XmdsProperties.cs" />
  75. <Compile Include="Plugin\XmdsVirtualFactory.cs" />
  76. <Compile Include="Plugin\XmdsZoneFactory.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. <Compile Include="ZoneClient\HZZoneLayer.cs" />
  79. <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual.cs" />
  80. <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual_Actor.cs" />
  81. <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual_Monster.cs" />
  82. <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual_Pet.cs" />
  83. <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual_Player.cs" />
  84. <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual_SummonUnit.cs" />
  85. </ItemGroup>
  86. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  87. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  88. Other similar extension points exist, see Microsoft.Common.targets.
  89. <Target Name="BeforeBuild">
  90. </Target>
  91. <Target Name="AfterBuild">
  92. </Target>
  93. -->
  94. </Project>