~baltix/+junk/irrlicht-test

« back to all changes in this revision

Viewing changes to examples/23.SMeshHandling/SMeshHandling_vc8.vcproj

  • Committer: Mantas Kriaučiūnas
  • Date: 2011-07-18 13:06:25 UTC
  • Revision ID: mantas@akl.lt-20110718130625-c5pvifp61e7kj1ol
Included whole irrlicht SVN libraries to work around launchpad recipe issue with quilt, see https://answers.launchpad.net/launchpad/+question/165193

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="8,00"
 
5
        Name="23.SMeshHandling_vc8"
 
6
        ProjectGUID="{6AEC2AA2-C9FF-4B7D-B07A-94A9D34B41D7}"
 
7
        Keyword="Win32Proj"
 
8
        >
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"
 
12
                />
 
13
        </Platforms>
 
14
        <ToolFiles>
 
15
        </ToolFiles>
 
16
        <Configurations>
 
17
                <Configuration
 
18
                        Name="Debug|Win32"
 
19
                        OutputDirectory="Debug"
 
20
                        IntermediateDirectory="Debug"
 
21
                        ConfigurationType="1"
 
22
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
23
                        CharacterSet="2"
 
24
                        >
 
25
                        <Tool
 
26
                                Name="VCPreBuildEventTool"
 
27
                        />
 
28
                        <Tool
 
29
                                Name="VCCustomBuildTool"
 
30
                        />
 
31
                        <Tool
 
32
                                Name="VCXMLDataGeneratorTool"
 
33
                        />
 
34
                        <Tool
 
35
                                Name="VCWebServiceProxyGeneratorTool"
 
36
                        />
 
37
                        <Tool
 
38
                                Name="VCMIDLTool"
 
39
                        />
 
40
                        <Tool
 
41
                                Name="VCCLCompilerTool"
 
42
                                Optimization="0"
 
43
                                AdditionalIncludeDirectories="..\..\include"
 
44
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
 
45
                                MinimalRebuild="true"
 
46
                                BasicRuntimeChecks="3"
 
47
                                RuntimeLibrary="1"
 
48
                                UsePrecompiledHeader="0"
 
49
                                WarningLevel="3"
 
50
                                Detect64BitPortabilityProblems="true"
 
51
                                DebugInformationFormat="4"
 
52
                        />
 
53
                        <Tool
 
54
                                Name="VCManagedResourceCompilerTool"
 
55
                        />
 
56
                        <Tool
 
57
                                Name="VCResourceCompilerTool"
 
58
                        />
 
59
                        <Tool
 
60
                                Name="VCPreLinkEventTool"
 
61
                        />
 
62
                        <Tool
 
63
                                Name="VCLinkerTool"
 
64
                                OutputFile="..\..\bin\Win32-VisualStudio\23.SMeshHandling.exe"
 
65
                                LinkIncremental="2"
 
66
                                AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
 
67
                                GenerateDebugInformation="true"
 
68
                                ProgramDatabaseFile="$(OutDir)/SMeshHandling.pdb"
 
69
                                SubSystem="1"
 
70
                                TargetMachine="1"
 
71
                        />
 
72
                        <Tool
 
73
                                Name="VCALinkTool"
 
74
                        />
 
75
                        <Tool
 
76
                                Name="VCManifestTool"
 
77
                        />
 
78
                        <Tool
 
79
                                Name="VCXDCMakeTool"
 
80
                        />
 
81
                        <Tool
 
82
                                Name="VCBscMakeTool"
 
83
                        />
 
84
                        <Tool
 
85
                                Name="VCFxCopTool"
 
86
                        />
 
87
                        <Tool
 
88
                                Name="VCAppVerifierTool"
 
89
                        />
 
90
                        <Tool
 
91
                                Name="VCWebDeploymentTool"
 
92
                        />
 
93
                        <Tool
 
94
                                Name="VCPostBuildEventTool"
 
95
                        />
 
96
                </Configuration>
 
97
                <Configuration
 
98
                        Name="Release|Win32"
 
99
                        OutputDirectory="Release"
 
100
                        IntermediateDirectory="Release"
 
101
                        ConfigurationType="1"
 
102
                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 
103
                        CharacterSet="2"
 
104
                        >
 
105
                        <Tool
 
106
                                Name="VCPreBuildEventTool"
 
107
                        />
 
108
                        <Tool
 
109
                                Name="VCCustomBuildTool"
 
110
                        />
 
111
                        <Tool
 
112
                                Name="VCXMLDataGeneratorTool"
 
113
                        />
 
114
                        <Tool
 
115
                                Name="VCWebServiceProxyGeneratorTool"
 
116
                        />
 
117
                        <Tool
 
118
                                Name="VCMIDLTool"
 
119
                        />
 
120
                        <Tool
 
121
                                Name="VCCLCompilerTool"
 
122
                                EnableIntrinsicFunctions="true"
 
123
                                FavorSizeOrSpeed="1"
 
124
                                AdditionalIncludeDirectories="..\..\include"
 
125
                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
 
126
                                RuntimeLibrary="0"
 
127
                                BufferSecurityCheck="false"
 
128
                                UsePrecompiledHeader="0"
 
129
                                WarningLevel="3"
 
130
                                Detect64BitPortabilityProblems="true"
 
131
                                DebugInformationFormat="0"
 
132
                                CallingConvention="1"
 
133
                        />
 
134
                        <Tool
 
135
                                Name="VCManagedResourceCompilerTool"
 
136
                        />
 
137
                        <Tool
 
138
                                Name="VCResourceCompilerTool"
 
139
                        />
 
140
                        <Tool
 
141
                                Name="VCPreLinkEventTool"
 
142
                        />
 
143
                        <Tool
 
144
                                Name="VCLinkerTool"
 
145
                                OutputFile="..\..\bin\Win32-VisualStudio\23.SMeshHandling.exe"
 
146
                                LinkIncremental="1"
 
147
                                AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
 
148
                                GenerateDebugInformation="false"
 
149
                                SubSystem="1"
 
150
                                OptimizeReferences="2"
 
151
                                EnableCOMDATFolding="2"
 
152
                                TargetMachine="1"
 
153
                        />
 
154
                        <Tool
 
155
                                Name="VCALinkTool"
 
156
                        />
 
157
                        <Tool
 
158
                                Name="VCManifestTool"
 
159
                        />
 
160
                        <Tool
 
161
                                Name="VCXDCMakeTool"
 
162
                        />
 
163
                        <Tool
 
164
                                Name="VCBscMakeTool"
 
165
                        />
 
166
                        <Tool
 
167
                                Name="VCFxCopTool"
 
168
                        />
 
169
                        <Tool
 
170
                                Name="VCAppVerifierTool"
 
171
                        />
 
172
                        <Tool
 
173
                                Name="VCWebDeploymentTool"
 
174
                        />
 
175
                        <Tool
 
176
                                Name="VCPostBuildEventTool"
 
177
                        />
 
178
                </Configuration>
 
179
        </Configurations>
 
180
        <References>
 
181
        </References>
 
182
        <Files>
 
183
                <File
 
184
                        RelativePath=".\main.cpp"
 
185
                        >
 
186
                </File>
 
187
        </Files>
 
188
        <Globals>
 
189
        </Globals>
 
190
</VisualStudioProject>