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 =" ..\util\scan2text.c" />
15
+ </ItemGroup >
16
+ <PropertyGroup Label =" Globals" >
17
+ <ProjectGuid >{78D9E59B-DB86-49EE-921F-51734A73F229}</ProjectGuid >
18
+ <Keyword >Win32Proj</Keyword >
19
+ <RootNamespace >scan2text</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 >Unicode</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 >Unicode</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
+ <OutDir >$(SolutionDir)\..\bin\</OutDir >
46
+ <IntDir >$(SolutionDir)\..\tmp\</IntDir >
47
+ </PropertyGroup >
48
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
49
+ <LinkIncremental >false</LinkIncremental >
50
+ <OutDir >$(SolutionDir)\..\bin\</OutDir >
51
+ <IntDir >$(SolutionDir)\..\tmp\</IntDir >
52
+ </PropertyGroup >
53
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
54
+ <ClCompile >
55
+ <PrecompiledHeader >
56
+ </PrecompiledHeader >
57
+ <WarningLevel >Level3</WarningLevel >
58
+ <Optimization >Disabled</Optimization >
59
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
60
+ </ClCompile >
61
+ <Link >
62
+ <SubSystem >Console</SubSystem >
63
+ <GenerateDebugInformation >true</GenerateDebugInformation >
64
+ </Link >
65
+ </ItemDefinitionGroup >
66
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
67
+ <ClCompile >
68
+ <WarningLevel >Level3</WarningLevel >
69
+ <PrecompiledHeader >
70
+ </PrecompiledHeader >
71
+ <Optimization >MaxSpeed</Optimization >
72
+ <FunctionLevelLinking >true</FunctionLevelLinking >
73
+ <IntrinsicFunctions >true</IntrinsicFunctions >
74
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
75
+ </ClCompile >
76
+ <Link >
77
+ <SubSystem >Console</SubSystem >
78
+ <GenerateDebugInformation >true</GenerateDebugInformation >
79
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
80
+ <OptimizeReferences >true</OptimizeReferences >
81
+ </Link >
82
+ </ItemDefinitionGroup >
83
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
84
+ <ImportGroup Label =" ExtensionTargets" >
85
+ </ImportGroup >
86
+ </Project >
0 commit comments