source: trunk/Utilities/LogProcessExceptions/PeriodicException/PeriodicException.vcxproj @ 937

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