PomeloShare.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Label="Globals">
  4. <ProjectTypeGuids>{28993779-3132-408A-BCB0-1D78225F4824};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  5. <TargetFrameworkProfile />
  6. </PropertyGroup>
  7. <PropertyGroup>
  8. <StartupObject />
  9. </PropertyGroup>
  10. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  11. <DebugSymbols>true</DebugSymbols>
  12. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  13. <DefineConstants>DEBUG;TRACE</DefineConstants>
  14. <DebugType>full</DebugType>
  15. <PlatformTarget>AnyCPU</PlatformTarget>
  16. <ErrorReport>prompt</ErrorReport>
  17. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  18. </PropertyGroup>
  19. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  20. <PropertyGroup>
  21. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  22. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  23. <ProjectGuid>{733E5FB8-1BBE-4CBB-B8B1-9F6D023DB4C0}</ProjectGuid>
  24. <OutputType>Library</OutputType>
  25. <AppDesignerFolder>Properties</AppDesignerFolder>
  26. <RootNamespace>Pomelo</RootNamespace>
  27. <AssemblyName>PomeloShare</AssemblyName>
  28. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  29. <FileAlignment>512</FileAlignment>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>..\..\..\Library\Debug\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <PlatformTarget>AnyCPU</PlatformTarget>
  40. <DocumentationFile>
  41. </DocumentationFile>
  42. <Prefer32Bit>false</Prefer32Bit>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>..\..\Library\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. <Prefer32Bit>false</Prefer32Bit>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="Ice, Version=3.6.1.0, Culture=neutral, PublicKeyToken=cdd571ade22f2f16, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="log4net">
  59. <HintPath>..\..\..\Library\Debug\log4net.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\..\Library\SuperSocket(1.6.6).Binaries\Net45\Release\Newtonsoft.Json.dll</HintPath>
  65. </Reference>
  66. <Reference Include="SuperSocket.Common, Version=1.6.6.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\..\Library\SuperSocket(1.6.6).Binaries\Net45\Release\SuperSocket.Common.dll</HintPath>
  69. </Reference>
  70. <Reference Include="SuperSocket.Dlr, Version=1.6.6.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\..\Library\SuperSocket(1.6.6).Binaries\Net45\Release\SuperSocket.Dlr.dll</HintPath>
  73. </Reference>
  74. <Reference Include="SuperSocket.Facility, Version=1.6.6.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\..\Library\SuperSocket(1.6.6).Binaries\Net45\Release\SuperSocket.Facility.dll</HintPath>
  77. </Reference>
  78. <Reference Include="SuperSocket.SocketBase, Version=1.6.6.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>..\..\Library\SuperSocket(1.6.6).Binaries\Net45\Release\SuperSocket.SocketBase.dll</HintPath>
  81. </Reference>
  82. <Reference Include="SuperSocket.SocketEngine, Version=1.6.6.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>..\..\Library\SuperSocket(1.6.6).Binaries\Net45\Release\SuperSocket.SocketEngine.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System" />
  87. <Reference Include="System.Core" />
  88. <Reference Include="System.Web.Helpers">
  89. <HintPath>..\..\Library\System.Web.Helpers.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.Xml.Linq" />
  92. <Reference Include="System.Data.DataSetExtensions" />
  93. <Reference Include="System.Data" />
  94. <Reference Include="System.Xml" />
  95. <Reference Include="UnityEngine">
  96. <HintPath>..\..\..\Library\UnityEngine.dll</HintPath>
  97. </Reference>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Compile Include="EdgeJS.cs" />
  101. <Compile Include="FastStream.cs" />
  102. <Compile Include="FastStream_old.cs" />
  103. <Compile Include="FuckFastStream.cs" />
  104. <Compile Include="generated\ZoneManager.cs" />
  105. <Compile Include="IceManager.cs" />
  106. <Compile Include="Interface\IZone.cs" />
  107. <Compile Include="PomeloLog.cs" />
  108. <Compile Include="Properties\AssemblyInfo.cs" />
  109. <Compile Include="ZoneManagerI.cs" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Content Include="class_config.properties">
  113. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  114. </Content>
  115. <None Include="log4net">
  116. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  117. </None>
  118. <None Include="log4net.config">
  119. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  120. </None>
  121. <SliceCompile Include="slice\ZoneManager.ice">
  122. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  123. </SliceCompile>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <ProjectReference Include="..\..\CommonLang\CommonLang.csproj">
  127. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  128. <Name>CommonLang</Name>
  129. </ProjectReference>
  130. </ItemGroup>
  131. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  132. <PropertyGroup>
  133. <PostBuildEvent>
  134. </PostBuildEvent>
  135. </PropertyGroup>
  136. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  137. Other similar extension points exist, see Microsoft.Common.targets.
  138. <Target Name="BeforeBuild">
  139. </Target>
  140. <Target Name="AfterBuild">
  141. </Target>
  142. -->
  143. </Project>