server/windows/USBEventSvc/OpenSecUSBEventSvcLog/OpenSecUSBEventSvcLog.vcxproj
changeset 7 903480cebdfb
child 78 23551f635ca9
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/server/windows/USBEventSvc/OpenSecUSBEventSvcLog/OpenSecUSBEventSvcLog.vcxproj	Tue Dec 03 18:04:46 2013 +0100
     1.3 @@ -0,0 +1,173 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1.6 +  <ItemGroup Label="ProjectConfigurations">
     1.7 +    <ProjectConfiguration Include="Debug|Win32">
     1.8 +      <Configuration>Debug</Configuration>
     1.9 +      <Platform>Win32</Platform>
    1.10 +    </ProjectConfiguration>
    1.11 +    <ProjectConfiguration Include="Debug|x64">
    1.12 +      <Configuration>Debug</Configuration>
    1.13 +      <Platform>x64</Platform>
    1.14 +    </ProjectConfiguration>
    1.15 +    <ProjectConfiguration Include="Release|Win32">
    1.16 +      <Configuration>Release</Configuration>
    1.17 +      <Platform>Win32</Platform>
    1.18 +    </ProjectConfiguration>
    1.19 +    <ProjectConfiguration Include="Release|x64">
    1.20 +      <Configuration>Release</Configuration>
    1.21 +      <Platform>x64</Platform>
    1.22 +    </ProjectConfiguration>
    1.23 +  </ItemGroup>
    1.24 +  <PropertyGroup Label="Globals">
    1.25 +    <ProjectGuid>{8A2FCDF0-77C7-4423-926D-B36872648B32}</ProjectGuid>
    1.26 +    <Keyword>Win32Proj</Keyword>
    1.27 +    <RootNamespace>OpenSecUSBEventSvcLog</RootNamespace>
    1.28 +    <ProjectName>OpenSecUSBEventSvcLog</ProjectName>
    1.29 +  </PropertyGroup>
    1.30 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    1.31 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    1.32 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.33 +    <UseDebugLibraries>true</UseDebugLibraries>
    1.34 +    <CharacterSet>Unicode</CharacterSet>
    1.35 +    <PlatformToolset>v120</PlatformToolset>
    1.36 +  </PropertyGroup>
    1.37 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    1.38 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.39 +    <UseDebugLibraries>true</UseDebugLibraries>
    1.40 +    <CharacterSet>Unicode</CharacterSet>
    1.41 +    <PlatformToolset>v120</PlatformToolset>
    1.42 +  </PropertyGroup>
    1.43 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    1.44 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.45 +    <UseDebugLibraries>false</UseDebugLibraries>
    1.46 +    <WholeProgramOptimization>true</WholeProgramOptimization>
    1.47 +    <CharacterSet>Unicode</CharacterSet>
    1.48 +    <PlatformToolset>v120</PlatformToolset>
    1.49 +  </PropertyGroup>
    1.50 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    1.51 +    <ConfigurationType>DynamicLibrary</ConfigurationType>
    1.52 +    <UseDebugLibraries>false</UseDebugLibraries>
    1.53 +    <WholeProgramOptimization>true</WholeProgramOptimization>
    1.54 +    <CharacterSet>Unicode</CharacterSet>
    1.55 +    <PlatformToolset>v120</PlatformToolset>
    1.56 +  </PropertyGroup>
    1.57 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    1.58 +  <ImportGroup Label="ExtensionSettings">
    1.59 +  </ImportGroup>
    1.60 +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    1.61 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.62 +  </ImportGroup>
    1.63 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    1.64 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.65 +  </ImportGroup>
    1.66 +  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    1.67 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.68 +  </ImportGroup>
    1.69 +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    1.70 +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    1.71 +  </ImportGroup>
    1.72 +  <PropertyGroup Label="UserMacros" />
    1.73 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    1.74 +    <LinkIncremental>true</LinkIncremental>
    1.75 +  </PropertyGroup>
    1.76 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    1.77 +    <LinkIncremental>true</LinkIncremental>
    1.78 +  </PropertyGroup>
    1.79 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    1.80 +    <LinkIncremental>false</LinkIncremental>
    1.81 +  </PropertyGroup>
    1.82 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    1.83 +    <LinkIncremental>false</LinkIncremental>
    1.84 +  </PropertyGroup>
    1.85 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    1.86 +    <ClCompile>
    1.87 +      <PrecompiledHeader>Use</PrecompiledHeader>
    1.88 +      <WarningLevel>Level3</WarningLevel>
    1.89 +      <Optimization>Disabled</Optimization>
    1.90 +      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;OPENSECMGRLOG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    1.91 +    </ClCompile>
    1.92 +    <Link>
    1.93 +      <SubSystem>Windows</SubSystem>
    1.94 +      <GenerateDebugInformation>true</GenerateDebugInformation>
    1.95 +      <TargetMachine>MachineX86</TargetMachine>
    1.96 +    </Link>
    1.97 +  </ItemDefinitionGroup>
    1.98 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    1.99 +    <ClCompile>
   1.100 +      <PrecompiledHeader>Use</PrecompiledHeader>
   1.101 +      <WarningLevel>Level3</WarningLevel>
   1.102 +      <Optimization>Disabled</Optimization>
   1.103 +      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;OPENSECMGRLOG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   1.104 +    </ClCompile>
   1.105 +    <Link>
   1.106 +      <SubSystem>Windows</SubSystem>
   1.107 +      <GenerateDebugInformation>true</GenerateDebugInformation>
   1.108 +    </Link>
   1.109 +  </ItemDefinitionGroup>
   1.110 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   1.111 +    <ClCompile>
   1.112 +      <WarningLevel>Level3</WarningLevel>
   1.113 +      <PrecompiledHeader>Use</PrecompiledHeader>
   1.114 +      <Optimization>MaxSpeed</Optimization>
   1.115 +      <FunctionLevelLinking>true</FunctionLevelLinking>
   1.116 +      <IntrinsicFunctions>true</IntrinsicFunctions>
   1.117 +      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;OPENSECMGRLOG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   1.118 +    </ClCompile>
   1.119 +    <Link>
   1.120 +      <SubSystem>Windows</SubSystem>
   1.121 +      <GenerateDebugInformation>true</GenerateDebugInformation>
   1.122 +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
   1.123 +      <OptimizeReferences>true</OptimizeReferences>
   1.124 +    </Link>
   1.125 +  </ItemDefinitionGroup>
   1.126 +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   1.127 +    <ClCompile>
   1.128 +      <WarningLevel>Level3</WarningLevel>
   1.129 +      <PrecompiledHeader>Use</PrecompiledHeader>
   1.130 +      <Optimization>MaxSpeed</Optimization>
   1.131 +      <FunctionLevelLinking>true</FunctionLevelLinking>
   1.132 +      <IntrinsicFunctions>true</IntrinsicFunctions>
   1.133 +      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;OPENSECMGRLOG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   1.134 +    </ClCompile>
   1.135 +    <Link>
   1.136 +      <SubSystem>Windows</SubSystem>
   1.137 +      <GenerateDebugInformation>true</GenerateDebugInformation>
   1.138 +      <EnableCOMDATFolding>true</EnableCOMDATFolding>
   1.139 +      <OptimizeReferences>true</OptimizeReferences>
   1.140 +    </Link>
   1.141 +  </ItemDefinitionGroup>
   1.142 +  <ItemGroup>
   1.143 +    <None Include="OpenSecUSBEventSvcLog.mc" />
   1.144 +    <None Include="ReadMe.txt" />
   1.145 +  </ItemGroup>
   1.146 +  <ItemGroup>
   1.147 +    <ClInclude Include="OpenSecUSBEventSvcLog.h" />
   1.148 +    <ClInclude Include="stdafx.h" />
   1.149 +    <ClInclude Include="targetver.h" />
   1.150 +  </ItemGroup>
   1.151 +  <ItemGroup>
   1.152 +    <ClCompile Include="dllmain.cpp">
   1.153 +      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
   1.154 +      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
   1.155 +      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
   1.156 +      </PrecompiledHeader>
   1.157 +      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   1.158 +      </PrecompiledHeader>
   1.159 +      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
   1.160 +      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
   1.161 +      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   1.162 +      </PrecompiledHeader>
   1.163 +      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   1.164 +      </PrecompiledHeader>
   1.165 +    </ClCompile>
   1.166 +    <ClCompile Include="stdafx.cpp">
   1.167 +      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
   1.168 +      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
   1.169 +      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
   1.170 +      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
   1.171 +    </ClCompile>
   1.172 +  </ItemGroup>
   1.173 +  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   1.174 +  <ImportGroup Label="ExtensionTargets">
   1.175 +  </ImportGroup>
   1.176 +</Project>
   1.177 \ No newline at end of file