You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

ShadowsocksTest.csproj 5.1 kB

10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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>{45913187-0685-4903-B250-DCEF0479CD86}</ProjectGuid>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>Shadowsocks.Test</RootNamespace>
  10. <AssemblyName>Shadowsocks.Test</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</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. <TargetFrameworkProfile />
  20. <NuGetPackageImportStamp>
  21. </NuGetPackageImportStamp>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  24. <OutputPath>bin\x86\Debug\</OutputPath>
  25. <PlatformTarget>x86</PlatformTarget>
  26. <DefineConstants>TRACE;DEBUG</DefineConstants>
  27. </PropertyGroup>
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  29. <OutputPath>bin\x86\Release\</OutputPath>
  30. <PlatformTarget>x86</PlatformTarget>
  31. <Optimize>true</Optimize>
  32. <DefineConstants>TRACE</DefineConstants>
  33. </PropertyGroup>
  34. <PropertyGroup>
  35. <StartupObject />
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="GlobalHotKey, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  39. <HintPath>..\packages\GlobalHotKey.1.1.0\lib\GlobalHotKey.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.Management" />
  43. <Reference Include="WindowsBase" />
  44. </ItemGroup>
  45. <Choose>
  46. <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
  47. <ItemGroup>
  48. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  49. </ItemGroup>
  50. </When>
  51. <Otherwise>
  52. <ItemGroup>
  53. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
  54. </ItemGroup>
  55. </Otherwise>
  56. </Choose>
  57. <ItemGroup>
  58. <Compile Include="ProcessEnvironment.cs" />
  59. <Compile Include="CryptographyTest.cs" />
  60. <Compile Include="Sip003PluginTest.cs" />
  61. <Compile Include="UrlTest.cs" />
  62. <Compile Include="UnitTest.cs" />
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <ProjectReference Include="..\shadowsocks-csharp\shadowsocks-csharp.csproj">
  67. <Project>{8c02d2f7-7cdb-4d55-9f25-cd03ef4aa062}</Project>
  68. <Name>shadowsocks-csharp</Name>
  69. </ProjectReference>
  70. </ItemGroup>
  71. <ItemGroup>
  72. <None Include="app.config" />
  73. <None Include="packages.config" />
  74. </ItemGroup>
  75. <Choose>
  76. <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
  77. <ItemGroup>
  78. <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  79. <Private>False</Private>
  80. </Reference>
  81. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  82. <Private>False</Private>
  83. </Reference>
  84. <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  85. <Private>False</Private>
  86. </Reference>
  87. <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  88. <Private>False</Private>
  89. </Reference>
  90. </ItemGroup>
  91. </When>
  92. </Choose>
  93. <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
  94. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  95. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  96. Other similar extension points exist, see Microsoft.Common.targets.
  97. <Target Name="BeforeBuild">
  98. </Target>
  99. <Target Name="AfterBuild">
  100. </Target>
  101. -->
  102. </Project>