]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - os_win32/runcmd_vc10.vcxproj
Imported Upstream version 5.42+svn3561
[mirror_smartmontools-debian.git] / os_win32 / runcmd_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>{11A4B619-D97B-499F-AF17-CF9F80BF70E8}</ProjectGuid>
15 <Keyword>Win32Proj</Keyword>
16 <RootNamespace>runcmd</RootNamespace>
17 <ProjectName>runcmd</ProjectName>
18 </PropertyGroup>
19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
21 <ConfigurationType>Application</ConfigurationType>
22 <UseDebugLibraries>true</UseDebugLibraries>
23 <CharacterSet>MultiByte</CharacterSet>
24 </PropertyGroup>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
26 <ConfigurationType>Application</ConfigurationType>
27 <UseDebugLibraries>false</UseDebugLibraries>
28 <WholeProgramOptimization>true</WholeProgramOptimization>
29 <CharacterSet>MultiByte</CharacterSet>
30 </PropertyGroup>
31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32 <ImportGroup Label="ExtensionSettings">
33 </ImportGroup>
34 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36 </ImportGroup>
37 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
38 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
39 </ImportGroup>
40 <PropertyGroup Label="UserMacros" />
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
42 <LinkIncremental>true</LinkIncremental>
43 <OutDir>.\runcmdu_vc10.d\</OutDir>
44 <IntDir>.\runcmdu_vc10.d\</IntDir>
45 <TargetName>$(ProjectName)u</TargetName>
46 </PropertyGroup>
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
48 <LinkIncremental>false</LinkIncremental>
49 <OutDir>.\runcmdu_vc10.r\</OutDir>
50 <IntDir>.\runcmdu_vc10.r\</IntDir>
51 <TargetName>$(ProjectName)u</TargetName>
52 </PropertyGroup>
53 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
54 <ClCompile>
55 <WarningLevel>Level3</WarningLevel>
56 <Optimization>Disabled</Optimization>
57 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
58 </ClCompile>
59 <Link>
60 <SubSystem>Console</SubSystem>
61 <GenerateDebugInformation>true</GenerateDebugInformation>
62 </Link>
63 </ItemDefinitionGroup>
64 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
65 <ClCompile>
66 <WarningLevel>Level3</WarningLevel>
67 <Optimization>MaxSpeed</Optimization>
68 <FunctionLevelLinking>true</FunctionLevelLinking>
69 <IntrinsicFunctions>true</IntrinsicFunctions>
70 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
71 </ClCompile>
72 <Link>
73 <SubSystem>Console</SubSystem>
74 <GenerateDebugInformation>true</GenerateDebugInformation>
75 <EnableCOMDATFolding>true</EnableCOMDATFolding>
76 <OptimizeReferences>true</OptimizeReferences>
77 </Link>
78 </ItemDefinitionGroup>
79 <ItemGroup>
80 <ClCompile Include="runcmd.c" />
81 </ItemGroup>
82 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
83 <ImportGroup Label="ExtensionTargets">
84 </ImportGroup>
85 </Project>