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="nosparse|Win32"> |
---|
5 | <Configuration>nosparse</Configuration> |
---|
6 | <Platform>Win32</Platform> |
---|
7 | </ProjectConfiguration> |
---|
8 | <ProjectConfiguration Include="nosparse|x64"> |
---|
9 | <Configuration>nosparse</Configuration> |
---|
10 | <Platform>x64</Platform> |
---|
11 | </ProjectConfiguration> |
---|
12 | <ProjectConfiguration Include="sparse|Win32"> |
---|
13 | <Configuration>sparse</Configuration> |
---|
14 | <Platform>Win32</Platform> |
---|
15 | </ProjectConfiguration> |
---|
16 | <ProjectConfiguration Include="sparse|x64"> |
---|
17 | <Configuration>sparse</Configuration> |
---|
18 | <Platform>x64</Platform> |
---|
19 | </ProjectConfiguration> |
---|
20 | </ItemGroup> |
---|
21 | <PropertyGroup Label="Globals"> |
---|
22 | <Keyword>Win32Proj</Keyword> |
---|
23 | </PropertyGroup> |
---|
24 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
---|
25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='nosparse|Win32'" Label="Configuration"> |
---|
26 | <ConfigurationType>Application</ConfigurationType> |
---|
27 | <UseDebugLibraries>true</UseDebugLibraries> |
---|
28 | </PropertyGroup> |
---|
29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='nosparse|x64'" Label="Configuration"> |
---|
30 | <ConfigurationType>Application</ConfigurationType> |
---|
31 | <UseDebugLibraries>true</UseDebugLibraries> |
---|
32 | </PropertyGroup> |
---|
33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='sparse|Win32'" Label="Configuration"> |
---|
34 | <ConfigurationType>Application</ConfigurationType> |
---|
35 | <UseDebugLibraries>false</UseDebugLibraries> |
---|
36 | </PropertyGroup> |
---|
37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='sparse|x64'" Label="Configuration"> |
---|
38 | <ConfigurationType>Application</ConfigurationType> |
---|
39 | <UseDebugLibraries>false</UseDebugLibraries> |
---|
40 | </PropertyGroup> |
---|
41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
---|
42 | <ImportGroup Label="ExtensionSettings"> |
---|
43 | </ImportGroup> |
---|
44 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='nosparse|Win32'"> |
---|
45 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
46 | </ImportGroup> |
---|
47 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='nosparse|x64'" Label="PropertySheets"> |
---|
48 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
49 | </ImportGroup> |
---|
50 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='sparse|Win32'"> |
---|
51 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
52 | </ImportGroup> |
---|
53 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='sparse|x64'" Label="PropertySheets"> |
---|
54 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
---|
55 | </ImportGroup> |
---|
56 | <PropertyGroup Label="UserMacros" /> |
---|
57 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='nosparse|Win32'"> |
---|
58 | <LinkIncremental>true</LinkIncremental> |
---|
59 | </PropertyGroup> |
---|
60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='nosparse|x64'"> |
---|
61 | <LinkIncremental>true</LinkIncremental> |
---|
62 | </PropertyGroup> |
---|
63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='sparse|Win32'"> |
---|
64 | <LinkIncremental>true</LinkIncremental> |
---|
65 | </PropertyGroup> |
---|
66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='sparse|x64'"> |
---|
67 | <LinkIncremental>true</LinkIncremental> |
---|
68 | </PropertyGroup> |
---|
69 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='nosparse|Win32'"> |
---|
70 | <ClCompile> |
---|
71 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
72 | <AdditionalIncludeDirectories>..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
73 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
---|
74 | <WarningLevel>Level3</WarningLevel> |
---|
75 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
76 | <Optimization>Disabled</Optimization> |
---|
77 | </ClCompile> |
---|
78 | <Link> |
---|
79 | <TargetMachine>MachineX86</TargetMachine> |
---|
80 | <GenerateDebugInformation>true</GenerateDebugInformation> |
---|
81 | <SubSystem>Console</SubSystem> |
---|
82 | </Link> |
---|
83 | </ItemDefinitionGroup> |
---|
84 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='nosparse|x64'"> |
---|
85 | <ClCompile> |
---|
86 | <PreprocessorDefinitions>WIN64;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
87 | <AdditionalIncludeDirectories>..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
88 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
---|
89 | <WarningLevel>Level3</WarningLevel> |
---|
90 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
91 | <Optimization>Disabled</Optimization> |
---|
92 | </ClCompile> |
---|
93 | <Link> |
---|
94 | <GenerateDebugInformation>true</GenerateDebugInformation> |
---|
95 | <SubSystem>Console</SubSystem> |
---|
96 | </Link> |
---|
97 | </ItemDefinitionGroup> |
---|
98 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='sparse|Win32'"> |
---|
99 | <ClCompile> |
---|
100 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
101 | <AdditionalIncludeDirectories>..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
102 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
---|
103 | <WarningLevel>Level3</WarningLevel> |
---|
104 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
105 | </ClCompile> |
---|
106 | <Link> |
---|
107 | <TargetMachine>MachineX86</TargetMachine> |
---|
108 | <GenerateDebugInformation>true</GenerateDebugInformation> |
---|
109 | <SubSystem>Console</SubSystem> |
---|
110 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
---|
111 | <OptimizeReferences>true</OptimizeReferences> |
---|
112 | </Link> |
---|
113 | </ItemDefinitionGroup> |
---|
114 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='sparse|x64'"> |
---|
115 | <ClCompile> |
---|
116 | <PreprocessorDefinitions>WIN64;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
---|
117 | <AdditionalIncludeDirectories>..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
---|
118 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
---|
119 | <WarningLevel>Level3</WarningLevel> |
---|
120 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
---|
121 | </ClCompile> |
---|
122 | <Link> |
---|
123 | <GenerateDebugInformation>true</GenerateDebugInformation> |
---|
124 | <SubSystem>Console</SubSystem> |
---|
125 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
---|
126 | <OptimizeReferences>true</OptimizeReferences> |
---|
127 | </Link> |
---|
128 | </ItemDefinitionGroup> |
---|
129 | <ItemGroup> |
---|
130 | <ProjectReference Include="..\..\windows\adolc.vcxproj"> |
---|
131 | <Project>{afafebb2-f23f-6598-0e88-8fde80540c04}</Project> |
---|
132 | <Private>false</Private> |
---|
133 | <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
---|
134 | <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> |
---|
135 | <LinkLibraryDependencies>true</LinkLibraryDependencies> |
---|
136 | <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> |
---|
137 | </ProjectReference> |
---|
138 | </ItemGroup> |
---|
139 | <ItemGroup> |
---|
140 | <ClCompile Include="detexam.cpp" /> |
---|
141 | </ItemGroup> |
---|
142 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
---|
143 | <ImportGroup Label="ExtensionTargets"> |
---|
144 | </ImportGroup> |
---|
145 | </Project> |
---|