source: trunk/Utilities/EnumerateTreatAsClasses/EnumerateTreatAsClasses.vcxproj @ 937

Last change on this file since 937 was 163, checked in by roman, 11 years ago
File size: 9.1 KB
Line 
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="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>{A90F7DBC-754A-493C-B1EB-9A5BF2522887}</ProjectGuid>
23    <Keyword>Win32Proj</Keyword>
24    <RootNamespace>EnumerateTreatAsClasses</RootNamespace>
25  </PropertyGroup>
26  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28    <ConfigurationType>Application</ConfigurationType>
29    <UseDebugLibraries>true</UseDebugLibraries>
30    <PlatformToolset>v100</PlatformToolset>
31    <CharacterSet>Unicode</CharacterSet>
32    <UseOfAtl>Static</UseOfAtl>
33  </PropertyGroup>
34  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
35    <ConfigurationType>Application</ConfigurationType>
36    <UseDebugLibraries>true</UseDebugLibraries>
37    <PlatformToolset>v100</PlatformToolset>
38    <CharacterSet>Unicode</CharacterSet>
39    <UseOfAtl>Static</UseOfAtl>
40  </PropertyGroup>
41  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
42    <ConfigurationType>Application</ConfigurationType>
43    <UseDebugLibraries>false</UseDebugLibraries>
44    <PlatformToolset>v100</PlatformToolset>
45    <WholeProgramOptimization>true</WholeProgramOptimization>
46    <CharacterSet>Unicode</CharacterSet>
47    <UseOfAtl>Static</UseOfAtl>
48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
50    <ConfigurationType>Application</ConfigurationType>
51    <UseDebugLibraries>false</UseDebugLibraries>
52    <PlatformToolset>v100</PlatformToolset>
53    <WholeProgramOptimization>true</WholeProgramOptimization>
54    <CharacterSet>Unicode</CharacterSet>
55    <UseOfAtl>Static</UseOfAtl>
56  </PropertyGroup>
57  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
58  <ImportGroup Label="ExtensionSettings">
59  </ImportGroup>
60  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62  </ImportGroup>
63  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
64    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65  </ImportGroup>
66  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68  </ImportGroup>
69  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
70    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71  </ImportGroup>
72  <PropertyGroup Label="UserMacros" />
73  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74    <LinkIncremental>true</LinkIncremental>
75    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
76    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
77  </PropertyGroup>
78  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
79    <LinkIncremental>true</LinkIncremental>
80    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
81    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
82  </PropertyGroup>
83  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
84    <LinkIncremental>false</LinkIncremental>
85    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
86    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
87  </PropertyGroup>
88  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
89    <LinkIncremental>false</LinkIncremental>
90    <OutDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\</OutDir>
91    <IntDir>$(SolutionDir)_Bin\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
92  </PropertyGroup>
93  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
94    <ClCompile>
95      <PrecompiledHeader>Use</PrecompiledHeader>
96      <WarningLevel>Level3</WarningLevel>
97      <Optimization>Disabled</Optimization>
98      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99      <SDLCheck>true</SDLCheck>
100    </ClCompile>
101    <Link>
102      <SubSystem>Console</SubSystem>
103      <GenerateDebugInformation>true</GenerateDebugInformation>
104    </Link>
105  </ItemDefinitionGroup>
106  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
107    <ClCompile>
108      <PrecompiledHeader>Use</PrecompiledHeader>
109      <WarningLevel>Level3</WarningLevel>
110      <Optimization>Disabled</Optimization>
111      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
112      <SDLCheck>true</SDLCheck>
113    </ClCompile>
114    <Link>
115      <SubSystem>Console</SubSystem>
116      <GenerateDebugInformation>true</GenerateDebugInformation>
117    </Link>
118  </ItemDefinitionGroup>
119  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
120    <ClCompile>
121      <WarningLevel>Level3</WarningLevel>
122      <PrecompiledHeader>Use</PrecompiledHeader>
123      <Optimization>Full</Optimization>
124      <FunctionLevelLinking>true</FunctionLevelLinking>
125      <IntrinsicFunctions>true</IntrinsicFunctions>
126      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
127      <SDLCheck>true</SDLCheck>
128      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
129      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
130      <OmitFramePointers>true</OmitFramePointers>
131      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
132      <StringPooling>true</StringPooling>
133      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
134    </ClCompile>
135    <Link>
136      <SubSystem>Console</SubSystem>
137      <GenerateDebugInformation>true</GenerateDebugInformation>
138      <EnableCOMDATFolding>true</EnableCOMDATFolding>
139      <OptimizeReferences>true</OptimizeReferences>
140    </Link>
141  </ItemDefinitionGroup>
142  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
143    <ClCompile>
144      <WarningLevel>Level3</WarningLevel>
145      <PrecompiledHeader>Use</PrecompiledHeader>
146      <Optimization>Full</Optimization>
147      <FunctionLevelLinking>true</FunctionLevelLinking>
148      <IntrinsicFunctions>true</IntrinsicFunctions>
149      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
150      <SDLCheck>true</SDLCheck>
151      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
152      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
153      <OmitFramePointers>true</OmitFramePointers>
154      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
155      <StringPooling>true</StringPooling>
156      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
157    </ClCompile>
158    <Link>
159      <SubSystem>Console</SubSystem>
160      <GenerateDebugInformation>true</GenerateDebugInformation>
161      <EnableCOMDATFolding>true</EnableCOMDATFolding>
162      <OptimizeReferences>true</OptimizeReferences>
163    </Link>
164  </ItemDefinitionGroup>
165  <ItemGroup>
166    <ClInclude Include="stdafx.h" />
167    <ClInclude Include="targetver.h" />
168  </ItemGroup>
169  <ItemGroup>
170    <ClCompile Include="EnumerateTreatAsClasses.cpp" />
171    <ClCompile Include="stdafx.cpp">
172      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
173      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
174      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
175      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
176    </ClCompile>
177  </ItemGroup>
178  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
179  <ImportGroup Label="ExtensionTargets">
180  </ImportGroup>
181</Project>
Note: See TracBrowser for help on using the repository browser.