1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|x64" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >x64</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Release|x64" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ </ItemGroup >
13
+ <PropertyGroup Label =" Globals" >
14
+ <VCProjectVersion >17.0</VCProjectVersion >
15
+ <Keyword >Win32Proj</Keyword >
16
+ <ProjectGuid >{27a1d045-b8c9-4785-a2da-ecac48158725}</ProjectGuid >
17
+ <RootNamespace >ConsoleApplication</RootNamespace >
18
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
19
+ </PropertyGroup >
20
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
22
+ <ConfigurationType >Application</ConfigurationType >
23
+ <UseDebugLibraries >true</UseDebugLibraries >
24
+ <PlatformToolset >v143</PlatformToolset >
25
+ <CharacterSet >Unicode</CharacterSet >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
28
+ <ConfigurationType >Application</ConfigurationType >
29
+ <UseDebugLibraries >false</UseDebugLibraries >
30
+ <PlatformToolset >v143</PlatformToolset >
31
+ <WholeProgramOptimization >true</WholeProgramOptimization >
32
+ <CharacterSet >Unicode</CharacterSet >
33
+ </PropertyGroup >
34
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
35
+ <ImportGroup Label =" ExtensionSettings" >
36
+ </ImportGroup >
37
+ <ImportGroup Label =" Shared" >
38
+ </ImportGroup >
39
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
40
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
41
+ </ImportGroup >
42
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
43
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
44
+ </ImportGroup >
45
+ <PropertyGroup Label =" UserMacros" />
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
47
+ <OutDir >../Rubjerg.Graphviz/</OutDir >
48
+ </PropertyGroup >
49
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
50
+ <ClCompile >
51
+ <WarningLevel >Level3</WarningLevel >
52
+ <SDLCheck >true</SDLCheck >
53
+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
54
+ <ConformanceMode >true</ConformanceMode >
55
+ </ClCompile >
56
+ <Link >
57
+ <SubSystem >Console</SubSystem >
58
+ <GenerateDebugInformation >true</GenerateDebugInformation >
59
+ <AdditionalDependencies >..\Rubjerg.Graphviz\GraphvizWrapper.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies >
60
+ </Link >
61
+ <ProjectReference >
62
+ <LinkLibraryDependencies >false</LinkLibraryDependencies >
63
+ </ProjectReference >
64
+ </ItemDefinitionGroup >
65
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
66
+ <ClCompile >
67
+ <WarningLevel >Level3</WarningLevel >
68
+ <FunctionLevelLinking >true</FunctionLevelLinking >
69
+ <IntrinsicFunctions >true</IntrinsicFunctions >
70
+ <SDLCheck >true</SDLCheck >
71
+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
72
+ <ConformanceMode >true</ConformanceMode >
73
+ </ClCompile >
74
+ <Link >
75
+ <SubSystem >Console</SubSystem >
76
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
77
+ <OptimizeReferences >true</OptimizeReferences >
78
+ <GenerateDebugInformation >true</GenerateDebugInformation >
79
+ </Link >
80
+ </ItemDefinitionGroup >
81
+ <ItemGroup >
82
+ <ClCompile Include =" ConsoleApplication.cpp" />
83
+ </ItemGroup >
84
+ <ItemGroup >
85
+ <ProjectReference Include =" ..\GraphvizWrapper\GraphvizWrapper.vcxproj" >
86
+ <Project >{f9bc5523-352d-469f-8dbb-97eca9d70648}</Project >
87
+ </ProjectReference >
88
+ </ItemGroup >
89
+ <ItemGroup >
90
+ <CopyFileToFolders Include =" missing-label-repro.dot" >
91
+ <FileType >Document</FileType >
92
+ </CopyFileToFolders >
93
+ <CopyFileToFolders Include =" stackoverflow-repro.dot" >
94
+ <FileType >Document</FileType >
95
+ </CopyFileToFolders >
96
+ </ItemGroup >
97
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
98
+ <ImportGroup Label =" ExtensionTargets" >
99
+ </ImportGroup >
100
+ </Project >
0 commit comments