1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{E739A788-7A95-4427-BB97-A167960DB7DB}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>XmdsCommon</RootNamespace>
- <AssemblyName>XmdsCommon</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile>
- </TargetFrameworkProfile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\Library\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG;JSGProfile</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <DocumentationFile>
- </DocumentationFile>
- <NoWarn>1591</NoWarn>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\Library\Release\</OutputPath>
- <DefineConstants>TRACE;JSGProfile</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\Debug_JSGProfile\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <NoWarn>1591</NoWarn>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="EditorData\SnapData.cs" />
- <Compile Include="EditorData\XmdsDecorationAbilities.cs" />
- <Compile Include="EditorData\XmdsRegionAbilities.cs" />
- <Compile Include="JSGModule\JSGXmdsComData.cs" />
- <Compile Include="Message\MessageC2B\BattleActionC2B.cs" />
- <Compile Include="Message\MessageB2C\BattleEventsB2C.cs" />
- <Compile Include="Plugin\XmdsStatic.cs" />
- <Compile Include="Plugin\XmdsZoneFactoryBot.cs" />
- <Compile Include="Plugin\XmdsConfig.cs" />
- <Compile Include="Plugin\XmdsMapBlock.cs" />
- <Compile Include="Plugin\XmdsProperties.cs" />
- <Compile Include="Plugin\XmdsVirtualFactory.cs" />
- <Compile Include="Plugin\XmdsZoneFactory.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="ZoneClient\HZZoneLayer.cs" />
- <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual.cs" />
- <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual_Actor.cs" />
- <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual_Monster.cs" />
- <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual_Pet.cs" />
- <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual_Player.cs" />
- <Compile Include="ZoneClient\XmdsClientVirtual\XmdsClientVirtual_SummonUnit.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Common\CommonAI\CommonAI.csproj">
- <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project>
- <Name>CommonAI</Name>
- </ProjectReference>
- <ProjectReference Include="..\Common\CommonLang\CommonLang.csproj">
- <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
- <Name>CommonLang</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|