ipsec_app.csproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" 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. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{9765AEFD-D72A-4FB5-B840-D1021B41DD41}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ipsec_app</RootNamespace>
  12. <AssemblyName>ipsec_app</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>..\Debug\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <DebugType>pdbonly</DebugType>
  42. <Optimize>true</Optimize>
  43. <OutputPath>..\Release\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="System" />
  50. <Reference Include="System.Core">
  51. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  52. </Reference>
  53. <Reference Include="System.Xml.Linq">
  54. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  55. </Reference>
  56. <Reference Include="System.Data.DataSetExtensions">
  57. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  58. </Reference>
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Xml" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="..\ipsec_lib\IPSecCtx.cs">
  64. <Link>IPSecCtx.cs</Link>
  65. </Compile>
  66. <Compile Include="..\ipsec_lib\ipsec_lib.cs">
  67. <Link>ipsec_lib.cs</Link>
  68. </Compile>
  69. <Compile Include="..\ipsec_lib\ipsec_libPINVOKE.cs">
  70. <Link>ipsec_libPINVOKE.cs</Link>
  71. </Compile>
  72. <Compile Include="..\ipsec_lib\tipsec_alg_t.cs">
  73. <Link>tipsec_alg_t.cs</Link>
  74. </Compile>
  75. <Compile Include="..\ipsec_lib\tipsec_ealg_t.cs">
  76. <Link>tipsec_ealg_t.cs</Link>
  77. </Compile>
  78. <Compile Include="..\ipsec_lib\tipsec_error_t.cs">
  79. <Link>tipsec_error_t.cs</Link>
  80. </Compile>
  81. <Compile Include="..\ipsec_lib\tipsec_ipproto_t.cs">
  82. <Link>tipsec_ipproto_t.cs</Link>
  83. </Compile>
  84. <Compile Include="..\ipsec_lib\tipsec_mode_t.cs">
  85. <Link>tipsec_mode_t.cs</Link>
  86. </Compile>
  87. <Compile Include="..\ipsec_lib\tipsec_proto_t.cs">
  88. <Link>tipsec_proto_t.cs</Link>
  89. </Compile>
  90. <Compile Include="..\ipsec_lib\tipsec_state_t.cs">
  91. <Link>tipsec_state_t.cs</Link>
  92. </Compile>
  93. <Compile Include="Program.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  98. <Visible>False</Visible>
  99. <ProductName>.NET Framework Client Profile</ProductName>
  100. <Install>false</Install>
  101. </BootstrapperPackage>
  102. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  103. <Visible>False</Visible>
  104. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  105. <Install>false</Install>
  106. </BootstrapperPackage>
  107. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  108. <Visible>False</Visible>
  109. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  110. <Install>false</Install>
  111. </BootstrapperPackage>
  112. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  113. <Visible>False</Visible>
  114. <ProductName>.NET Framework 3.5</ProductName>
  115. <Install>false</Install>
  116. </BootstrapperPackage>
  117. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  118. <Visible>False</Visible>
  119. <ProductName>.NET Framework 3.5 SP1</ProductName>
  120. <Install>true</Install>
  121. </BootstrapperPackage>
  122. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  123. <Visible>False</Visible>
  124. <ProductName>Windows Installer 3.1</ProductName>
  125. <Install>true</Install>
  126. </BootstrapperPackage>
  127. </ItemGroup>
  128. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  129. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  130. Other similar extension points exist, see Microsoft.Common.targets.
  131. <Target Name="BeforeBuild">
  132. </Target>
  133. <Target Name="AfterBuild">
  134. </Target>
  135. -->
  136. </Project>