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