1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.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    <ProjectConfiguration Include="Debug|x64">
13      <Configuration>Debug</Configuration>
14      <Platform>x64</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|x64">
17      <Configuration>Release</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <ItemGroup>
22    <ClCompile Include="..\atlconv.cpp" />
23  </ItemGroup>
24  <PropertyGroup Label="Globals">
25    <ProjectGuid>{85194CA3-A828-4270-962A-333743E2BF83}</ProjectGuid>
26    <Keyword>Win32Proj</Keyword>
27    <RootNamespace>atlconv</RootNamespace>
28    <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
29  </PropertyGroup>
30  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
31  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
32    <ConfigurationType>Application</ConfigurationType>
33    <UseDebugLibraries>true</UseDebugLibraries>
34    <PlatformToolset>v140</PlatformToolset>
35    <CharacterSet>Unicode</CharacterSet>
36  </PropertyGroup>
37  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
38    <ConfigurationType>Application</ConfigurationType>
39    <UseDebugLibraries>false</UseDebugLibraries>
40    <PlatformToolset>v140</PlatformToolset>
41    <WholeProgramOptimization>true</WholeProgramOptimization>
42    <CharacterSet>Unicode</CharacterSet>
43  </PropertyGroup>
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
45    <ConfigurationType>Application</ConfigurationType>
46    <UseDebugLibraries>true</UseDebugLibraries>
47    <PlatformToolset>v140_xp</PlatformToolset>
48    <CharacterSet>Unicode</CharacterSet>
49    <UseOfMfc>false</UseOfMfc>
50  </PropertyGroup>
51  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
52    <ConfigurationType>Application</ConfigurationType>
53    <UseDebugLibraries>false</UseDebugLibraries>
54    <PlatformToolset>v140_xp</PlatformToolset>
55    <WholeProgramOptimization>true</WholeProgramOptimization>
56    <CharacterSet>Unicode</CharacterSet>
57    <UseOfMfc>false</UseOfMfc>
58  </PropertyGroup>
59  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
60  <ImportGroup Label="ExtensionSettings">
61  </ImportGroup>
62  <ImportGroup Label="Shared">
63  </ImportGroup>
64  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
65    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66  </ImportGroup>
67  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
68    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69  </ImportGroup>
70  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
71    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
72  </ImportGroup>
73  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
74    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
75  </ImportGroup>
76  <PropertyGroup Label="UserMacros" />
77  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
78    <LinkIncremental>true</LinkIncremental>
79  </PropertyGroup>
80  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
81    <LinkIncremental>true</LinkIncremental>
82    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
83  </PropertyGroup>
84  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85    <LinkIncremental>false</LinkIncremental>
86  </PropertyGroup>
87  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
88    <LinkIncremental>false</LinkIncremental>
89    <IntDir>$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
90  </PropertyGroup>
91  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
92    <ClCompile>
93      <PrecompiledHeader>Use</PrecompiledHeader>
94      <WarningLevel>Level3</WarningLevel>
95      <Optimization>Disabled</Optimization>
96      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97      <SDLCheck>true</SDLCheck>
98    </ClCompile>
99    <Link>
100      <SubSystem>Windows</SubSystem>
101      <GenerateDebugInformation>true</GenerateDebugInformation>
102    </Link>
103  </ItemDefinitionGroup>
104  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
105    <ClCompile>
106      <PrecompiledHeader>NotUsing</PrecompiledHeader>
107      <WarningLevel>Level3</WarningLevel>
108      <Optimization>Disabled</Optimization>
109      <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
110      <SDLCheck>true</SDLCheck>
111    </ClCompile>
112    <Link>
113      <SubSystem>Console</SubSystem>
114      <GenerateDebugInformation>true</GenerateDebugInformation>
115    </Link>
116  </ItemDefinitionGroup>
117  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
118    <ClCompile>
119      <WarningLevel>Level3</WarningLevel>
120      <PrecompiledHeader>Use</PrecompiledHeader>
121      <Optimization>MaxSpeed</Optimization>
122      <FunctionLevelLinking>true</FunctionLevelLinking>
123      <IntrinsicFunctions>true</IntrinsicFunctions>
124      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
125      <SDLCheck>true</SDLCheck>
126    </ClCompile>
127    <Link>
128      <SubSystem>Windows</SubSystem>
129      <EnableCOMDATFolding>true</EnableCOMDATFolding>
130      <OptimizeReferences>true</OptimizeReferences>
131      <GenerateDebugInformation>true</GenerateDebugInformation>
132    </Link>
133  </ItemDefinitionGroup>
134  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
135    <ClCompile>
136      <WarningLevel>Level3</WarningLevel>
137      <PrecompiledHeader>NotUsing</PrecompiledHeader>
138      <Optimization>MaxSpeed</Optimization>
139      <FunctionLevelLinking>true</FunctionLevelLinking>
140      <IntrinsicFunctions>true</IntrinsicFunctions>
141      <PreprocessorDefinitions>NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
142      <SDLCheck>true</SDLCheck>
143    </ClCompile>
144    <Link>
145      <SubSystem>Console</SubSystem>
146      <EnableCOMDATFolding>true</EnableCOMDATFolding>
147      <OptimizeReferences>true</OptimizeReferences>
148      <GenerateDebugInformation>true</GenerateDebugInformation>
149    </Link>
150  </ItemDefinitionGroup>
151  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
152  <ImportGroup Label="ExtensionTargets">
153  </ImportGroup>
154</Project>