-
Notifications
You must be signed in to change notification settings - Fork 6
/
ALL_BUILD.vcproj
128 lines (128 loc) · 3.61 KB
/
ALL_BUILD.vcproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="ALL_BUILD"
ProjectGUID="{E1C2664B-91BB-4D4F-868C-433164F81101}"
Keyword="Win32Proj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="ALL_BUILD.dir\Debug"
ConfigurationType="10"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=".\pm_common;.\porttime;"
ExceptionHandling="0"
PreprocessorDefinitions="CMAKE_INTDIR=\"Debug\""
AssemblerListingLocation="Debug"
ObjectFile="$(IntDir)\"
/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".\pm_common;.\porttime;"
PreprocessorDefinitions="CMAKE_INTDIR=\"Debug\""/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="CMAKE_INTDIR=\"Debug\""
MkTypLibCompatible="FALSE"
TargetEnvironment="1"
GenerateStublessProxies="TRUE"
TypeLibraryName="$(InputName).tlb"
OutputDirectory="$(IntDir)"
HeaderFileName="$(InputName).h"
DLLDataFileName=""
InterfaceIdentifierFileName="$(InputName)_i.c"
ProxyFileName="$(InputName)_p.c"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCPostBuildEventTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="ALL_BUILD.dir\Release"
ConfigurationType="10"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=".\pm_common;.\porttime;"
ExceptionHandling="0"
PreprocessorDefinitions="CMAKE_INTDIR=\"Release\""
AssemblerListingLocation="Release"
ObjectFile="$(IntDir)\"
/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCResourceCompilerTool"
AdditionalIncludeDirectories=".\pm_common;.\porttime;"
PreprocessorDefinitions="CMAKE_INTDIR=\"Release\""/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="CMAKE_INTDIR=\"Release\""
MkTypLibCompatible="FALSE"
TargetEnvironment="1"
GenerateStublessProxies="TRUE"
TypeLibraryName="$(InputName).tlb"
OutputDirectory="$(IntDir)"
HeaderFileName="$(InputName).h"
DLLDataFileName=""
InterfaceIdentifierFileName="$(InputName)_i.c"
ProxyFileName="$(InputName)_p.c"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCPostBuildEventTool"/>
</Configuration>
</Configurations>
<Files>
<File
RelativePath=".\CMakeFiles\ALL_BUILD">
</File>
<Filter
Name="CMake Rules"
Filter="">
<File
RelativePath=".\CMakeFiles\ALL_BUILD.rule">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"
Description="Build all projects"
CommandLine=""
AdditionalDependencies=".\CMakeFiles\ALL_BUILD.rule"
Outputs=".\CMakeFiles\ALL_BUILD"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
Description="Build all projects"
CommandLine=""
AdditionalDependencies=".\CMakeFiles\ALL_BUILD.rule"
Outputs=".\CMakeFiles\ALL_BUILD"/>
</FileConfiguration>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>