]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - os_win32/syslogevt_vc10.vcxproj
Imported Upstream version 5.42+svn3561
[mirror_smartmontools-debian.git] / os_win32 / syslogevt_vc10.vcxproj
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>{FAB7557B-86EA-405D-B49D-33AB3F4D3E33}</ProjectGuid>
15 <RootNamespace>syslogevt</RootNamespace>
16 <Keyword>Win32Proj</Keyword>
17 <ProjectName>syslogevt</ProjectName>
18 </PropertyGroup>
19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
21 <ConfigurationType>Application</ConfigurationType>
22 <CharacterSet>MultiByte</CharacterSet>
23 <WholeProgramOptimization>true</WholeProgramOptimization>
24 </PropertyGroup>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26 <ConfigurationType>Application</ConfigurationType>
27 <CharacterSet>MultiByte</CharacterSet>
28 </PropertyGroup>
29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30 <ImportGroup Label="ExtensionSettings">
31 </ImportGroup>
32 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34 </ImportGroup>
35 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 </ImportGroup>
38 <PropertyGroup Label="UserMacros" />
39 <PropertyGroup>
40 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
41 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">syslogevt_vc10.d\</OutDir>
42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">syslogevt_vc10.d\</IntDir>
43 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
44 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\</OutDir>
45 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">syslogevt_vc10.r\</IntDir>
46 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
47 </PropertyGroup>
48 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49 <ClCompile>
50 <Optimization>Disabled</Optimization>
51 <PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
52 <MinimalRebuild>true</MinimalRebuild>
53 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
54 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
55 <PrecompiledHeader>
56 </PrecompiledHeader>
57 <WarningLevel>Level3</WarningLevel>
58 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
59 </ClCompile>
60 <Link>
61 <GenerateDebugInformation>true</GenerateDebugInformation>
62 <SubSystem>Console</SubSystem>
63 <TargetMachine>MachineX86</TargetMachine>
64 </Link>
65 </ItemDefinitionGroup>
66 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67 <ClCompile>
68 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
69 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
70 <PrecompiledHeader>
71 </PrecompiledHeader>
72 <WarningLevel>Level3</WarningLevel>
73 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
74 </ClCompile>
75 <Link>
76 <OutputFile>syslogevt.exe</OutputFile>
77 <GenerateDebugInformation>true</GenerateDebugInformation>
78 <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
79 <SubSystem>Console</SubSystem>
80 <OptimizeReferences>true</OptimizeReferences>
81 <EnableCOMDATFolding>true</EnableCOMDATFolding>
82 <TargetMachine>MachineX86</TargetMachine>
83 </Link>
84 </ItemDefinitionGroup>
85 <ItemGroup>
86 <ClCompile Include="syslogevt.c" />
87 </ItemGroup>
88 <ItemGroup>
89 <CustomBuild Include="syslogevt.mc">
90 <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">mc -r $(IntDir) syslogevt.mc</Message>
91 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">mc -r $(IntDir) syslogevt.mc
92 </Command>
93 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)syslogevt.rc;$(IntDir)msg00001.bin;syslogevt.h;%(Outputs)</Outputs>
94 <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">mc -r $(IntDir) syslogevt.mc</Message>
95 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">mc -r $(IntDir) syslogevt.mc
96 </Command>
97 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)syslogevt.rc;$(IntDir)msg00001.bin;syslogevt.h;%(Outputs)</Outputs>
98 </CustomBuild>
99 </ItemGroup>
100 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
101 <ImportGroup Label="ExtensionTargets">
102 </ImportGroup>
103 </Project>