forked from wolfSSL/wolfssl
		
	
		
			
				
	
	
		
			79 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			79 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
						|
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
 | 
						|
  <PropertyGroup>
 | 
						|
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | 
						|
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | 
						|
    <ProjectGuid>{52609808-0418-46D3-8E17-141927A1A39A}</ProjectGuid>
 | 
						|
    <OutputType>Library</OutputType>
 | 
						|
    <AppDesignerFolder>Properties</AppDesignerFolder>
 | 
						|
    <RootNamespace>wolfSSL.CSharp</RootNamespace>
 | 
						|
    <AssemblyName>wolfSSL_CSharp</AssemblyName>
 | 
						|
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
 | 
						|
    <FileAlignment>512</FileAlignment>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | 
						|
    <DebugSymbols>true</DebugSymbols>
 | 
						|
    <DebugType>full</DebugType>
 | 
						|
    <Optimize>false</Optimize>
 | 
						|
    <OutputPath>..\DLL Debug\</OutputPath>
 | 
						|
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 | 
						|
    <ErrorReport>prompt</ErrorReport>
 | 
						|
    <WarningLevel>3</WarningLevel>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | 
						|
    <DebugType>pdbonly</DebugType>
 | 
						|
    <Optimize>true</Optimize>
 | 
						|
    <OutputPath>..\DLL Release\</OutputPath>
 | 
						|
    <DefineConstants>TRACE</DefineConstants>
 | 
						|
    <ErrorReport>prompt</ErrorReport>
 | 
						|
    <WarningLevel>4</WarningLevel>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
 | 
						|
    <DebugSymbols>true</DebugSymbols>
 | 
						|
    <OutputPath>..\x64\DLL Debug\</OutputPath>
 | 
						|
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 | 
						|
    <WarningLevel>3</WarningLevel>
 | 
						|
    <DebugType>full</DebugType>
 | 
						|
    <PlatformTarget>x64</PlatformTarget>
 | 
						|
    <ErrorReport>prompt</ErrorReport>
 | 
						|
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
 | 
						|
    <OutputPath>..\x64\DLL Release\</OutputPath>
 | 
						|
    <DefineConstants>TRACE</DefineConstants>
 | 
						|
    <Optimize>true</Optimize>
 | 
						|
    <DebugType>pdbonly</DebugType>
 | 
						|
    <PlatformTarget>x64</PlatformTarget>
 | 
						|
    <ErrorReport>prompt</ErrorReport>
 | 
						|
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Reference Include="System" />
 | 
						|
    <Reference Include="System.Core" />
 | 
						|
    <Reference Include="System.Xml.Linq" />
 | 
						|
    <Reference Include="System.Data.DataSetExtensions" />
 | 
						|
    <Reference Include="System.Data" />
 | 
						|
    <Reference Include="System.Xml" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Compile Include="Properties\AssemblyInfo.cs" />
 | 
						|
    <Compile Include="wolfSSL.cs" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <WCFMetadata Include="Service References\" />
 | 
						|
  </ItemGroup>
 | 
						|
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 | 
						|
  <PropertyGroup>
 | 
						|
    <PreBuildEvent>xcopy "$(ProjectDir)..\..\..\certs\server-key.pem" "$(TargetDir)" /Y /R
 | 
						|
xcopy "$(ProjectDir)..\..\..\certs\server-cert.pem" "$(TargetDir)" /Y /R
 | 
						|
xcopy "$(ProjectDir)..\..\..\certs\dh2048.pem" "$(TargetDir)" /Y /R</PreBuildEvent>
 | 
						|
  </PropertyGroup>
 | 
						|
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 | 
						|
       Other similar extension points exist, see Microsoft.Common.targets.
 | 
						|
  <Target Name="BeforeBuild">
 | 
						|
  </Target>
 | 
						|
  <Target Name="AfterBuild">
 | 
						|
  </Target>
 | 
						|
  -->
 | 
						|
</Project> |