]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - os_win32/vc10/runcmd.vcxproj
Imported Upstream version 6.1+svn3812
[mirror_smartmontools-debian.git] / os_win32 / vc10 / runcmd.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 <IntDir>$(Configuration)\$(ProjectName).tmp\</IntDir>
44 <TargetName>$(ProjectName)u</TargetName>
45 </PropertyGroup>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
47 <LinkIncremental>false</LinkIncremental>
48 <IntDir>$(Configuration)\$(ProjectName).tmp\</IntDir>
49 <TargetName>$(ProjectName)u</TargetName>
50 </PropertyGroup>
51 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
52 <ClCompile>
53 <WarningLevel>Level3</WarningLevel>
54 <Optimization>Disabled</Optimization>
55 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
56 </ClCompile>
57 <Link>
58 <SubSystem>Console</SubSystem>
59 <GenerateDebugInformation>true</GenerateDebugInformation>
60 </Link>
61 </ItemDefinitionGroup>
62 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63 <ClCompile>
64 <WarningLevel>Level3</WarningLevel>
65 <Optimization>MaxSpeed</Optimization>
66 <FunctionLevelLinking>true</FunctionLevelLinking>
67 <IntrinsicFunctions>true</IntrinsicFunctions>
68 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
69 </ClCompile>
70 <Link>
71 <SubSystem>Console</SubSystem>
72 <GenerateDebugInformation>true</GenerateDebugInformation>
73 <EnableCOMDATFolding>true</EnableCOMDATFolding>
74 <OptimizeReferences>true</OptimizeReferences>
75 </Link>
76 </ItemDefinitionGroup>
77 <ItemGroup>
78 <ClCompile Include="..\runcmd.c" />
79 </ItemGroup>
80 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
81 <ImportGroup Label="ExtensionTargets">
82 </ImportGroup>
83 </Project>