SSLServer.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{2125B641-AB4D-4C29-A2A7-DD37839CCACB}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SSLServerNS</RootNamespace>
  12. <AssemblyName>SSLServer</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  18. <PlatformTarget>x86</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\bin\x86\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  28. <PlatformTarget>x86</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>..\bin\x86\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  37. <DebugSymbols>true</DebugSymbols>
  38. <OutputPath>..\bin\x64\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <DebugType>full</DebugType>
  41. <PlatformTarget>x64</PlatformTarget>
  42. <CodeAnalysisLogFile>..\bin\Debug\TcpServer.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  43. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  44. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  45. <ErrorReport>prompt</ErrorReport>
  46. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  47. <CodeAnalysisRuleSetDirectories>;D:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  48. <CodeAnalysisRuleDirectories>;D:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  51. <OutputPath>..\bin\x64\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <Optimize>true</Optimize>
  54. <DebugType>pdbonly</DebugType>
  55. <PlatformTarget>x64</PlatformTarget>
  56. <CodeAnalysisLogFile>..\bin\Release\TcpServer.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  57. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  58. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  59. <ErrorReport>prompt</ErrorReport>
  60. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  61. <CodeAnalysisRuleSetDirectories>;D:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  62. <CodeAnalysisRuleDirectories>;D:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="System" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Xml.Linq" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="Microsoft.CSharp" />
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Deployment" />
  72. <Reference Include="System.Drawing" />
  73. <Reference Include="System.Windows.Forms" />
  74. <Reference Include="System.Xml" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="frmServer.cs">
  78. <SubType>Form</SubType>
  79. </Compile>
  80. <Compile Include="frmServer.Designer.cs">
  81. <DependentUpon>frmServer.cs</DependentUpon>
  82. </Compile>
  83. <Compile Include="Program.cs" />
  84. <Compile Include="Properties\AssemblyInfo.cs" />
  85. <EmbeddedResource Include="frmServer.resx">
  86. <DependentUpon>frmServer.cs</DependentUpon>
  87. </EmbeddedResource>
  88. <EmbeddedResource Include="Properties\Resources.resx">
  89. <Generator>ResXFileCodeGenerator</Generator>
  90. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  91. <SubType>Designer</SubType>
  92. </EmbeddedResource>
  93. <Compile Include="Properties\Resources.Designer.cs">
  94. <AutoGen>True</AutoGen>
  95. <DependentUpon>Resources.resx</DependentUpon>
  96. <DesignTime>True</DesignTime>
  97. </Compile>
  98. <None Include="Properties\Settings.settings">
  99. <Generator>SettingsSingleFileGenerator</Generator>
  100. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  101. </None>
  102. <Compile Include="Properties\Settings.Designer.cs">
  103. <AutoGen>True</AutoGen>
  104. <DependentUpon>Settings.settings</DependentUpon>
  105. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  106. </Compile>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <ProjectReference Include="..\HPSocketCS\HPSocketCS.csproj">
  110. <Project>{DFA935E2-CF37-4E26-B697-D7F3DEE19DD8}</Project>
  111. <Name>HPSocketCS</Name>
  112. </ProjectReference>
  113. </ItemGroup>
  114. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  115. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  116. Other similar extension points exist, see Microsoft.Common.targets.
  117. <Target Name="BeforeBuild">
  118. </Target>
  119. <Target Name="AfterBuild">
  120. </Target>
  121. -->
  122. </Project>