XmdsServerEdgeJSTest.csproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProjectGuid>{EBB01CE1-8318-4E77-A278-BA1879BA8BE0}</ProjectGuid>
  7. <OutputType>Exe</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>ZeusServerEdgeJSTest</RootNamespace>
  10. <AssemblyName>ZeusServerEdgeJSTest</AssemblyName>
  11. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  15. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  16. <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
  17. <IsCodedUITest>False</IsCodedUITest>
  18. <TestProjectType>UnitTest</TestProjectType>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>..\ServerOutput\</OutputPath>
  25. <DefineConstants>TRACE;DEBUG;NUNIT</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <StartupObject>ZeusServerEdgeJSTest.Program</StartupObject>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="CommonAI">
  42. <HintPath>..\Library\CommonAI.dll</HintPath>
  43. </Reference>
  44. <Reference Include="CommonLang">
  45. <HintPath>..\Library\CommonLang.dll</HintPath>
  46. </Reference>
  47. <Reference Include="CommonMPQ">
  48. <HintPath>..\Library\CommonMPQ.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Ice, Version=3.6.1.0, Culture=neutral, PublicKeyToken=cdd571ade22f2f16, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\Library\Ice.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="Moq">
  56. <HintPath>..\packages\Moq.4.2.1502.0911\lib\net40\Moq.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Newtonsoft.Json">
  59. <HintPath>..\Library\Newtonsoft.Json.dll</HintPath>
  60. </Reference>
  61. <Reference Include="nunit.core">
  62. <HintPath>..\packages\NUnitTestAdapter.1.2\lib\nunit.core.dll</HintPath>
  63. <Private>False</Private>
  64. </Reference>
  65. <Reference Include="nunit.core.interfaces">
  66. <HintPath>..\packages\NUnitTestAdapter.1.2\lib\nunit.core.interfaces.dll</HintPath>
  67. <Private>False</Private>
  68. </Reference>
  69. <Reference Include="nunit.framework">
  70. <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
  71. </Reference>
  72. <Reference Include="nunit.util">
  73. <HintPath>..\packages\NUnitTestAdapter.1.2\lib\nunit.util.dll</HintPath>
  74. <Private>False</Private>
  75. </Reference>
  76. <Reference Include="NUnit.VisualStudio.TestAdapter">
  77. <HintPath>..\packages\NUnitTestAdapter.1.2\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath>
  78. <Private>False</Private>
  79. </Reference>
  80. <Reference Include="PomeloShare, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  81. <SpecificVersion>False</SpecificVersion>
  82. <HintPath>..\..\Pomelo\Library\PomeloShare.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System" />
  85. <Reference Include="System.Data" />
  86. <Reference Include="System.Web.Extensions" />
  87. <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  88. <SpecificVersion>False</SpecificVersion>
  89. <HintPath>..\Library\System.Web.Helpers.dll</HintPath>
  90. </Reference>
  91. <Reference Include="ZeusCommon">
  92. <HintPath>..\Library\ZeusCommon.dll</HintPath>
  93. </Reference>
  94. </ItemGroup>
  95. <Choose>
  96. <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
  97. <ItemGroup>
  98. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  99. </ItemGroup>
  100. </When>
  101. <Otherwise>
  102. <ItemGroup>
  103. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
  104. </ItemGroup>
  105. </Otherwise>
  106. </Choose>
  107. <ItemGroup>
  108. <Compile Include="FastStreamTest.cs" />
  109. <Compile Include="PerformenceTest.cs" />
  110. <Compile Include="Program.cs" />
  111. <Compile Include="ZoneServiceTest.cs" />
  112. <Compile Include="Properties\AssemblyInfo.cs" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <ProjectReference Include="..\ZeusServerEdgeJS\ZeusServerEdgeJS.csproj">
  116. <Project>{349250d8-79fa-4d70-8423-85fe9e8ba7e2}</Project>
  117. <Name>ZeusServerEdgeJS</Name>
  118. </ProjectReference>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <None Include="app.config" />
  122. <None Include="packages.config">
  123. <SubType>Designer</SubType>
  124. </None>
  125. </ItemGroup>
  126. <Choose>
  127. <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
  128. <ItemGroup>
  129. <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  130. <Private>False</Private>
  131. </Reference>
  132. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  133. <Private>False</Private>
  134. </Reference>
  135. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  136. <Private>False</Private>
  137. </Reference>
  138. <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  139. <Private>False</Private>
  140. </Reference>
  141. </ItemGroup>
  142. </When>
  143. </Choose>
  144. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  145. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  146. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  147. Other similar extension points exist, see Microsoft.Common.targets.
  148. <Target Name="BeforeBuild">
  149. </Target>
  150. <Target Name="AfterBuild">
  151. </Target>
  152. -->
  153. </Project>