Delete unnecessary code
[TortoiseGit.git] / ext / OGDF / config / ogdf.vcproj.vs2003.template
blob997f225517e92218d974b850fea389e0eb174f90
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7,10"
5 Name="ogdf"
6 ProjectGUID="{7801D1BE-E2FE-476B-A4B4-5D27F387F479}">
7 <Platforms>
8 <Platform
9 Name="Win32"
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
16 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
17 ConfigurationType="4"
18 CharacterSet="1"
20 <Tool
21 Name="VCPreBuildEventTool"
23 <Tool
24 Name="VCCustomBuildTool"
26 <Tool
27 Name="VCXMLDataGeneratorTool"
29 <Tool
30 Name="VCWebServiceProxyGeneratorTool"
32 <Tool
33 Name="VCMIDLTool"
35 <Tool
36 Name="VCCLCompilerTool"
37 Optimization="0"
38 AdditionalIncludeDirectories="./;<<INCLUDETAG>>"
39 PreprocessorDefinitions="OGDF_DEBUG;<<DEFINETAG>>"
40 MinimalRebuild="true"
41 BasicRuntimeChecks="3"
42 RuntimeLibrary="3"
43 RuntimeTypeInfo="TRUE"
44 UsePrecompiledHeader="0"
45 WarningLevel="3"
46 Detect64BitPortabilityProblems="true"
47 DebugInformationFormat="4"
49 <Tool
50 Name="VCManagedResourceCompilerTool"
52 <Tool
53 Name="VCResourceCompilerTool"
55 <Tool
56 Name="VCPreLinkEventTool"
58 <Tool
59 Name="VCLibrarianTool"
61 <Tool
62 Name="VCALinkTool"
64 <Tool
65 Name="VCXDCMakeTool"
67 <Tool
68 Name="VCBscMakeTool"
70 <Tool
71 Name="VCFxCopTool"
73 <Tool
74 Name="VCPostBuildEventTool"
76 </Configuration>
77 <Configuration
78 Name="Release|Win32"
79 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
80 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
81 ConfigurationType="4"
82 CharacterSet="1"
83 WholeProgramOptimization="1"
85 <Tool
86 Name="VCPreBuildEventTool"
88 <Tool
89 Name="VCCustomBuildTool"
91 <Tool
92 Name="VCXMLDataGeneratorTool"
94 <Tool
95 Name="VCWebServiceProxyGeneratorTool"
97 <Tool
98 Name="VCMIDLTool"
100 <Tool
101 Name="VCCLCompilerTool"
102 Optimization="2"
103 WholeProgramOptimization="false"
104 AdditionalIncludeDirectories="./;<<INCLUDETAG>>"
105 PreprocessorDefinitions="<<DEFINETAG>>"
106 RuntimeLibrary="2"
107 RuntimeTypeInfo="TRUE"
108 UsePrecompiledHeader="0"
109 WarningLevel="3"
110 Detect64BitPortabilityProblems="true"
111 DebugInformationFormat="3"
113 <Tool
114 Name="VCManagedResourceCompilerTool"
116 <Tool
117 Name="VCResourceCompilerTool"
119 <Tool
120 Name="VCPreLinkEventTool"
122 <Tool
123 Name="VCLibrarianTool"
125 <Tool
126 Name="VCALinkTool"
128 <Tool
129 Name="VCXDCMakeTool"
131 <Tool
132 Name="VCBscMakeTool"
134 <Tool
135 Name="VCFxCopTool"
137 <Tool
138 Name="VCPostBuildEventTool"
140 </Configuration>
141 </Configurations>
142 <References>
143 </References>
144 <Files>
145 <Filter
146 Name="Source Files"
147 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
148 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
150 <<CPPTAG>>
151 </Filter>
152 <Filter
153 Name="Header Files"
154 Filter="h;hpp;hxx;hm;inl;inc;xsd"
155 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
157 <<HTAG>>
158 <<HLEGACYTAG>>
159 </Filter>
160 <<OTHERTAG>>
161 </Files>
162 <Globals>
163 </Globals>
164 </VisualStudioProject>