server/windows/USBEventSvc/OpenSecUSBEventSvcLog/OpenSecUSBEventSvcLog.vcxproj
author mb
Tue, 03 Dec 2013 18:04:46 +0100
changeset 7 903480cebdfb
child 78 23551f635ca9
permissions -rw-r--r--
added vmmanager and USBEventSvc
     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="Debug|x64">
     9       <Configuration>Debug</Configuration>
    10       <Platform>x64</Platform>
    11     </ProjectConfiguration>
    12     <ProjectConfiguration Include="Release|Win32">
    13       <Configuration>Release</Configuration>
    14       <Platform>Win32</Platform>
    15     </ProjectConfiguration>
    16     <ProjectConfiguration Include="Release|x64">
    17       <Configuration>Release</Configuration>
    18       <Platform>x64</Platform>
    19     </ProjectConfiguration>
    20   </ItemGroup>
    21   <PropertyGroup Label="Globals">
    22     <ProjectGuid>{8A2FCDF0-77C7-4423-926D-B36872648B32}</ProjectGuid>
    23     <Keyword>Win32Proj</Keyword>
    24     <RootNamespace>OpenSecUSBEventSvcLog</RootNamespace>
    25     <ProjectName>OpenSecUSBEventSvcLog</ProjectName>
    26   </PropertyGroup>
    27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
    28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    29     <ConfigurationType>DynamicLibrary</ConfigurationType>
    30     <UseDebugLibraries>true</UseDebugLibraries>
    31     <CharacterSet>Unicode</CharacterSet>
    32     <PlatformToolset>v120</PlatformToolset>
    33   </PropertyGroup>
    34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    35     <ConfigurationType>DynamicLibrary</ConfigurationType>
    36     <UseDebugLibraries>true</UseDebugLibraries>
    37     <CharacterSet>Unicode</CharacterSet>
    38     <PlatformToolset>v120</PlatformToolset>
    39   </PropertyGroup>
    40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    41     <ConfigurationType>DynamicLibrary</ConfigurationType>
    42     <UseDebugLibraries>false</UseDebugLibraries>
    43     <WholeProgramOptimization>true</WholeProgramOptimization>
    44     <CharacterSet>Unicode</CharacterSet>
    45     <PlatformToolset>v120</PlatformToolset>
    46   </PropertyGroup>
    47   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    48     <ConfigurationType>DynamicLibrary</ConfigurationType>
    49     <UseDebugLibraries>false</UseDebugLibraries>
    50     <WholeProgramOptimization>true</WholeProgramOptimization>
    51     <CharacterSet>Unicode</CharacterSet>
    52     <PlatformToolset>v120</PlatformToolset>
    53   </PropertyGroup>
    54   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    55   <ImportGroup Label="ExtensionSettings">
    56   </ImportGroup>
    57   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    58     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    59   </ImportGroup>
    60   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    62   </ImportGroup>
    63   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    65   </ImportGroup>
    66   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    67     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    68   </ImportGroup>
    69   <PropertyGroup Label="UserMacros" />
    70   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    71     <LinkIncremental>true</LinkIncremental>
    72   </PropertyGroup>
    73   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    74     <LinkIncremental>true</LinkIncremental>
    75   </PropertyGroup>
    76   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    77     <LinkIncremental>false</LinkIncremental>
    78   </PropertyGroup>
    79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    80     <LinkIncremental>false</LinkIncremental>
    81   </PropertyGroup>
    82   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    83     <ClCompile>
    84       <PrecompiledHeader>Use</PrecompiledHeader>
    85       <WarningLevel>Level3</WarningLevel>
    86       <Optimization>Disabled</Optimization>
    87       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;OPENSECMGRLOG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    88     </ClCompile>
    89     <Link>
    90       <SubSystem>Windows</SubSystem>
    91       <GenerateDebugInformation>true</GenerateDebugInformation>
    92       <TargetMachine>MachineX86</TargetMachine>
    93     </Link>
    94   </ItemDefinitionGroup>
    95   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    96     <ClCompile>
    97       <PrecompiledHeader>Use</PrecompiledHeader>
    98       <WarningLevel>Level3</WarningLevel>
    99       <Optimization>Disabled</Optimization>
   100       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;OPENSECMGRLOG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   101     </ClCompile>
   102     <Link>
   103       <SubSystem>Windows</SubSystem>
   104       <GenerateDebugInformation>true</GenerateDebugInformation>
   105     </Link>
   106   </ItemDefinitionGroup>
   107   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   108     <ClCompile>
   109       <WarningLevel>Level3</WarningLevel>
   110       <PrecompiledHeader>Use</PrecompiledHeader>
   111       <Optimization>MaxSpeed</Optimization>
   112       <FunctionLevelLinking>true</FunctionLevelLinking>
   113       <IntrinsicFunctions>true</IntrinsicFunctions>
   114       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;OPENSECMGRLOG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   115     </ClCompile>
   116     <Link>
   117       <SubSystem>Windows</SubSystem>
   118       <GenerateDebugInformation>true</GenerateDebugInformation>
   119       <EnableCOMDATFolding>true</EnableCOMDATFolding>
   120       <OptimizeReferences>true</OptimizeReferences>
   121     </Link>
   122   </ItemDefinitionGroup>
   123   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   124     <ClCompile>
   125       <WarningLevel>Level3</WarningLevel>
   126       <PrecompiledHeader>Use</PrecompiledHeader>
   127       <Optimization>MaxSpeed</Optimization>
   128       <FunctionLevelLinking>true</FunctionLevelLinking>
   129       <IntrinsicFunctions>true</IntrinsicFunctions>
   130       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;OPENSECMGRLOG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
   131     </ClCompile>
   132     <Link>
   133       <SubSystem>Windows</SubSystem>
   134       <GenerateDebugInformation>true</GenerateDebugInformation>
   135       <EnableCOMDATFolding>true</EnableCOMDATFolding>
   136       <OptimizeReferences>true</OptimizeReferences>
   137     </Link>
   138   </ItemDefinitionGroup>
   139   <ItemGroup>
   140     <None Include="OpenSecUSBEventSvcLog.mc" />
   141     <None Include="ReadMe.txt" />
   142   </ItemGroup>
   143   <ItemGroup>
   144     <ClInclude Include="OpenSecUSBEventSvcLog.h" />
   145     <ClInclude Include="stdafx.h" />
   146     <ClInclude Include="targetver.h" />
   147   </ItemGroup>
   148   <ItemGroup>
   149     <ClCompile Include="dllmain.cpp">
   150       <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
   151       <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
   152       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
   153       </PrecompiledHeader>
   154       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
   155       </PrecompiledHeader>
   156       <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
   157       <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
   158       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
   159       </PrecompiledHeader>
   160       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
   161       </PrecompiledHeader>
   162     </ClCompile>
   163     <ClCompile Include="stdafx.cpp">
   164       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
   165       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
   166       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
   167       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
   168     </ClCompile>
   169   </ItemGroup>
   170   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   171   <ImportGroup Label="ExtensionTargets">
   172   </ImportGroup>
   173 </Project>