2
0

wolfSSL-TLS-Server.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{8921AD35-4E62-4DAC-8FEE-8C9F8E57DDD2}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>wolfSSL_TLS_Server</RootNamespace>
  11. <AssemblyName>wolfSSL-TLS-Server</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <PublishUrl>publish\</PublishUrl>
  15. <Install>true</Install>
  16. <InstallFrom>Disk</InstallFrom>
  17. <UpdateEnabled>false</UpdateEnabled>
  18. <UpdateMode>Foreground</UpdateMode>
  19. <UpdateInterval>7</UpdateInterval>
  20. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  21. <UpdatePeriodically>false</UpdatePeriodically>
  22. <UpdateRequired>false</UpdateRequired>
  23. <MapFileExtensions>true</MapFileExtensions>
  24. <ApplicationRevision>0</ApplicationRevision>
  25. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  26. <IsWebBootstrapper>false</IsWebBootstrapper>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. <TargetFrameworkProfile />
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>$(SolutionDir)$(Configuration)\$(Platform)\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>3</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>$(SolutionDir)$(Configuration)\$(Platform)\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup>
  51. <StartupObject />
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  54. <DebugSymbols>true</DebugSymbols>
  55. <OutputPath>$(SolutionDir)$(Configuration)\$(Platform)\</OutputPath>
  56. <DefineConstants>DEBUG;TRACE</DefineConstants>
  57. <WarningLevel>4</WarningLevel>
  58. <DebugType>full</DebugType>
  59. <PlatformTarget>x64</PlatformTarget>
  60. <ErrorReport>prompt</ErrorReport>
  61. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  62. <Prefer32Bit>true</Prefer32Bit>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  65. <OutputPath>$(SolutionDir)$(Configuration)\$(Platform)\</OutputPath>
  66. <DefineConstants>TRACE</DefineConstants>
  67. <Optimize>true</Optimize>
  68. <DebugType>pdbonly</DebugType>
  69. <PlatformTarget>x64</PlatformTarget>
  70. <ErrorReport>prompt</ErrorReport>
  71. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  72. <Prefer32Bit>true</Prefer32Bit>
  73. </PropertyGroup>
  74. <ItemGroup>
  75. <Reference Include="System" />
  76. <Reference Include="System.Core" />
  77. <Reference Include="System.Xml.Linq" />
  78. <Reference Include="System.Data.DataSetExtensions" />
  79. <Reference Include="System.Data" />
  80. <Reference Include="System.Xml" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="Properties\AssemblyInfo.cs" />
  84. <Compile Include="wolfSSL-TLS-Server.cs" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <None Include="App.config" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ProjectReference Include="..\wolfSSL_CSharp\wolfSSL_CSharp.csproj">
  91. <Project>{52609808-0418-46d3-8e17-141927a1a39a}</Project>
  92. <Name>wolfSSL_CSharp</Name>
  93. </ProjectReference>
  94. </ItemGroup>
  95. <ItemGroup>
  96. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  97. <Visible>False</Visible>
  98. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  99. <Install>true</Install>
  100. </BootstrapperPackage>
  101. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  102. <Visible>False</Visible>
  103. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  104. <Install>false</Install>
  105. </BootstrapperPackage>
  106. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  107. <Visible>False</Visible>
  108. <ProductName>.NET Framework 3.5 SP1</ProductName>
  109. <Install>false</Install>
  110. </BootstrapperPackage>
  111. </ItemGroup>
  112. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  113. <PropertyGroup>
  114. <PreBuildEvent>
  115. </PreBuildEvent>
  116. </PropertyGroup>
  117. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  118. Other similar extension points exist, see Microsoft.Common.targets.
  119. <Target Name="BeforeBuild">
  120. </Target>
  121. <Target Name="AfterBuild">
  122. </Target>
  123. -->
  124. </Project>