1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 12.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
+ <ClInclude Include =" allocpool.h" />
15
+ <ClInclude Include =" argedit.h" />
16
+ <ClInclude Include =" argloader.h" />
17
+ <ClInclude Include =" argraph.h" />
18
+ <ClInclude Include =" dict.h" />
19
+ <ClInclude Include =" error.h" />
20
+ <ClInclude Include =" gene.h" />
21
+ <ClInclude Include =" gene_mesh.h" />
22
+ <ClInclude Include =" match.h" />
23
+ <ClInclude Include =" sd_state.h" />
24
+ <ClInclude Include =" sortnodes.h" />
25
+ <ClInclude Include =" state.h" />
26
+ <ClInclude Include =" ull_state.h" />
27
+ <ClInclude Include =" ull_sub_state.h" />
28
+ <ClInclude Include =" vf2_mono_state.h" />
29
+ <ClInclude Include =" vf2_state.h" />
30
+ <ClInclude Include =" vf2_sub_state.h" />
31
+ <ClInclude Include =" vf_mono_state.h" />
32
+ <ClInclude Include =" vf_state.h" />
33
+ <ClInclude Include =" vf_sub_state.h" />
34
+ <ClInclude Include =" xsubgraph.h" />
35
+ </ItemGroup >
36
+ <ItemGroup >
37
+ <ClCompile Include =" argedit.cc" />
38
+ <ClCompile Include =" argloader.cc" />
39
+ <ClCompile Include =" argraph.cc" />
40
+ <ClCompile Include =" error.cc" />
41
+ <ClCompile Include =" gene.cc" />
42
+ <ClCompile Include =" gene_mesh.cc" />
43
+ <ClCompile Include =" match.cc" />
44
+ <ClCompile Include =" sd_state.cc" />
45
+ <ClCompile Include =" sortnodes.cc" />
46
+ <ClCompile Include =" CountMatching.cpp" />
47
+ <ClCompile Include =" ull_state.cc" />
48
+ <ClCompile Include =" ull_sub_state.cc" />
49
+ <ClCompile Include =" vf2_mono_state.cc" />
50
+ <ClCompile Include =" vf2_state.cc" />
51
+ <ClCompile Include =" vf2_sub_state.cc" />
52
+ <ClCompile Include =" vf_mono_state.cc" />
53
+ <ClCompile Include =" vf_state.cc" />
54
+ <ClCompile Include =" vf_sub_state.cc" />
55
+ <ClCompile Include =" xsubgraph.cc" />
56
+ </ItemGroup >
57
+ <PropertyGroup Label =" Globals" >
58
+ <ProjectGuid >{FFB53DB9-F2DA-4B52-8792-C34674B14B75}</ProjectGuid >
59
+ <Keyword >Win32Proj</Keyword >
60
+ <RootNamespace >VFLibTest</RootNamespace >
61
+ </PropertyGroup >
62
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
63
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
64
+ <ConfigurationType >Application</ConfigurationType >
65
+ <UseDebugLibraries >true</UseDebugLibraries >
66
+ <PlatformToolset >v120</PlatformToolset >
67
+ <CharacterSet >Unicode</CharacterSet >
68
+ </PropertyGroup >
69
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
70
+ <ConfigurationType >Application</ConfigurationType >
71
+ <UseDebugLibraries >false</UseDebugLibraries >
72
+ <PlatformToolset >v120</PlatformToolset >
73
+ <WholeProgramOptimization >true</WholeProgramOptimization >
74
+ <CharacterSet >Unicode</CharacterSet >
75
+ </PropertyGroup >
76
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
77
+ <ImportGroup Label =" ExtensionSettings" >
78
+ </ImportGroup >
79
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
80
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
81
+ </ImportGroup >
82
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
83
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
84
+ </ImportGroup >
85
+ <PropertyGroup Label =" UserMacros" />
86
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
87
+ <LinkIncremental >true</LinkIncremental >
88
+ </PropertyGroup >
89
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
90
+ <LinkIncremental >false</LinkIncremental >
91
+ </PropertyGroup >
92
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
93
+ <ClCompile >
94
+ <PrecompiledHeader >
95
+ </PrecompiledHeader >
96
+ <WarningLevel >Level3</WarningLevel >
97
+ <Optimization >Disabled</Optimization >
98
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
99
+ </ClCompile >
100
+ <Link >
101
+ <SubSystem >Console</SubSystem >
102
+ <GenerateDebugInformation >true</GenerateDebugInformation >
103
+ </Link >
104
+ </ItemDefinitionGroup >
105
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
106
+ <ClCompile >
107
+ <WarningLevel >Level3</WarningLevel >
108
+ <PrecompiledHeader >
109
+ </PrecompiledHeader >
110
+ <Optimization >MaxSpeed</Optimization >
111
+ <FunctionLevelLinking >true</FunctionLevelLinking >
112
+ <IntrinsicFunctions >true</IntrinsicFunctions >
113
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions >
114
+ </ClCompile >
115
+ <Link >
116
+ <SubSystem >Console</SubSystem >
117
+ <GenerateDebugInformation >true</GenerateDebugInformation >
118
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
119
+ <OptimizeReferences >true</OptimizeReferences >
120
+ </Link >
121
+ </ItemDefinitionGroup >
122
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
123
+ <ImportGroup Label =" ExtensionTargets" >
124
+ </ImportGroup >
125
+ </Project >
0 commit comments