openvpn 2.3.10
[tomato.git] / release / src / router / openvpn / src / compat / compat.vcxproj
blob1dedb33551f73575a82ef027e20ee44f9b880677
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|Win32">
5       <Configuration>Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Release|Win32">
9       <Configuration>Release</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12   </ItemGroup>
13   <PropertyGroup Label="Globals">
14     <ProjectGuid>{4B2E2719-E661-45D7-9203-F6F456B22F19}</ProjectGuid>
15     <RootNamespace>compat</RootNamespace>
16     <Keyword>Win32Proj</Keyword>
17   </PropertyGroup>
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20     <ConfigurationType>StaticLibrary</ConfigurationType>
21     <CharacterSet>MultiByte</CharacterSet>
22     <WholeProgramOptimization>true</WholeProgramOptimization>
23     <PlatformToolset>v120</PlatformToolset>
24   </PropertyGroup>
25   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26     <ConfigurationType>StaticLibrary</ConfigurationType>
27     <CharacterSet>MultiByte</CharacterSet>
28     <PlatformToolset>v120</PlatformToolset>
29   </PropertyGroup>
30   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31   <ImportGroup Label="ExtensionSettings">
32   </ImportGroup>
33   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
34     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35   </ImportGroup>
36   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
37     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38   </ImportGroup>
39   <PropertyGroup Label="UserMacros" />
40   <PropertyGroup>
41     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
42     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)-Output\$(Configuration)\</OutDir>
43     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
44     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)-Output\$(Configuration)\</OutDir>
45     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
46   </PropertyGroup>
47   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
48     <ClCompile>
49       <Optimization>Disabled</Optimization>
50       <AdditionalIncludeDirectories>$(SOURCEBASE);$(SOURCEBASE)/include;$(OPENSSL_HOME)/include;$(LZO_HOME)/include;$(PKCS11H_HOME)/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
51       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;$(CPPFLAGS);%(PreprocessorDefinitions)</PreprocessorDefinitions>
52       <MinimalRebuild>true</MinimalRebuild>
53       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
54       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
55       <PrecompiledHeader>
56       </PrecompiledHeader>
57       <WarningLevel>Level3</WarningLevel>
58       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
59     </ClCompile>
60   </ItemDefinitionGroup>
61   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
62     <ClCompile>
63       <Optimization>MaxSpeed</Optimization>
64       <IntrinsicFunctions>true</IntrinsicFunctions>
65       <AdditionalIncludeDirectories>$(SOURCEBASE);$(SOURCEBASE)/include;$(OPENSSL_HOME)/include;$(LZO_HOME)/include;$(PKCS11H_HOME)/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
66       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;$(CPPFLAGS);%(PreprocessorDefinitions)</PreprocessorDefinitions>
67       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
68       <FunctionLevelLinking>true</FunctionLevelLinking>
69       <PrecompiledHeader>
70       </PrecompiledHeader>
71       <WarningLevel>Level3</WarningLevel>
72       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
73     </ClCompile>
74   </ItemDefinitionGroup>
75   <ItemGroup>
76     <ClCompile Include="compat-basename.c" />
77     <ClCompile Include="compat-dirname.c" />
78     <ClCompile Include="compat-gettimeofday.c" />
79     <ClCompile Include="compat-inet_ntop.c" />
80     <ClCompile Include="compat-inet_pton.c" />
81     <ClCompile Include="compat-daemon.c" />
82   </ItemGroup>
83   <ItemGroup>
84     <ClInclude Include="compat.h" />
85   </ItemGroup>
86   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
87   <ImportGroup Label="ExtensionTargets">
88   </ImportGroup>
89 </Project>