source: trunk/Utilities/ReadHardwareIdentifiers/ReadHardwareIdentifiers.vcxproj

Last change on this file was 94, checked in by roman, 12 years ago
File size: 5.3 KB
RevLine 
[94]1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.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>{DCEC8B03-EA75-4595-83B1-0EBFD9A2E316}</ProjectGuid>
15    <Keyword>Win32Proj</Keyword>
16    <RootNamespace>ReadHardwareIdentifiers</RootNamespace>
17  </PropertyGroup>
18  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20    <ConfigurationType>Application</ConfigurationType>
21    <UseDebugLibraries>true</UseDebugLibraries>
22    <PlatformToolset>v100</PlatformToolset>
23    <CharacterSet>Unicode</CharacterSet>
24    <UseOfAtl>Static</UseOfAtl>
25  </PropertyGroup>
26  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27    <ConfigurationType>Application</ConfigurationType>
28    <UseDebugLibraries>false</UseDebugLibraries>
29    <PlatformToolset>v100</PlatformToolset>
30    <WholeProgramOptimization>true</WholeProgramOptimization>
31    <CharacterSet>Unicode</CharacterSet>
32    <UseOfAtl>Static</UseOfAtl>
33  </PropertyGroup>
34  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
35  <ImportGroup Label="ExtensionSettings">
36  </ImportGroup>
37  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
38    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
39  </ImportGroup>
40  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
41    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
42  </ImportGroup>
43  <PropertyGroup Label="UserMacros" />
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
45    <LinkIncremental>true</LinkIncremental>
46    <OutDir>$(SolutionDir)_Bin\$(Configuration)\</OutDir>
47    <IntDir>$(SolutionDir)_Bin\$(Configuration)\$(ProjectName)\</IntDir>
48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
50    <LinkIncremental>false</LinkIncremental>
51    <OutDir>$(SolutionDir)_Bin\$(Configuration)\</OutDir>
52    <IntDir>$(SolutionDir)_Bin\$(Configuration)\$(ProjectName)\</IntDir>
53  </PropertyGroup>
54  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
55    <ClCompile>
56      <PrecompiledHeader>Use</PrecompiledHeader>
57      <WarningLevel>Level3</WarningLevel>
58      <Optimization>Disabled</Optimization>
59      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
60      <SDLCheck>true</SDLCheck>
61      <ExceptionHandling>Async</ExceptionHandling>
62    </ClCompile>
63    <Link>
64      <SubSystem>Console</SubSystem>
65      <GenerateDebugInformation>true</GenerateDebugInformation>
66    </Link>
67  </ItemDefinitionGroup>
68  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69    <ClCompile>
70      <WarningLevel>Level3</WarningLevel>
71      <PrecompiledHeader>Use</PrecompiledHeader>
72      <Optimization>Full</Optimization>
73      <FunctionLevelLinking>true</FunctionLevelLinking>
74      <IntrinsicFunctions>true</IntrinsicFunctions>
75      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
76      <SDLCheck>true</SDLCheck>
77      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
78      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
79      <OmitFramePointers>true</OmitFramePointers>
80      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
81      <StringPooling>true</StringPooling>
82      <ExceptionHandling>Async</ExceptionHandling>
83      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
84    </ClCompile>
85    <Link>
86      <SubSystem>Console</SubSystem>
87      <GenerateDebugInformation>true</GenerateDebugInformation>
88      <EnableCOMDATFolding>true</EnableCOMDATFolding>
89      <OptimizeReferences>true</OptimizeReferences>
90    </Link>
91  </ItemDefinitionGroup>
92  <ItemGroup>
93    <Text Include="ReadMe.txt" />
94  </ItemGroup>
95  <ItemGroup>
96    <ClInclude Include="resource.h" />
97    <ClInclude Include="stdafx.h" />
98    <ClInclude Include="targetver.h" />
99  </ItemGroup>
100  <ItemGroup>
101    <ClCompile Include="ReadHardwareIdentifiers.cpp" />
102    <ClCompile Include="stdafx.cpp">
103      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
104      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
105    </ClCompile>
106  </ItemGroup>
107  <ItemGroup>
108    <ResourceCompile Include="ReadHardwareIdentifiers.rc" />
109  </ItemGroup>
110  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
111  <ImportGroup Label="ExtensionTargets">
112  </ImportGroup>
113</Project>
Note: See TracBrowser for help on using the repository browser.