~baltix/+junk/irrlicht-test

« back to all changes in this revision

Viewing changes to examples/14.Win32Window/Win32Window.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="7.10"
 
5
        Name="14.Win32Window"
 
6
        ProjectGUID="{3A73BAFE-60DE-4E40-9E37-710760BC25C6}"
 
7
        SccProjectName=""
 
8
        SccLocalPath="">
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"/>
 
12
        </Platforms>
 
13
        <Configurations>
 
14
                <Configuration
 
15
                        Name="Debug|Win32"
 
16
                        OutputDirectory=".\Debug"
 
17
                        IntermediateDirectory=".\Debug"
 
18
                        ConfigurationType="1"
 
19
                        UseOfMFC="0"
 
20
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
21
                        CharacterSet="2">
 
22
                        <Tool
 
23
                                Name="VCCLCompilerTool"
 
24
                                Optimization="0"
 
25
                                AdditionalIncludeDirectories="..\..\include"
 
26
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
27
                                BasicRuntimeChecks="3"
 
28
                                RuntimeLibrary="5"
 
29
                                UsePrecompiledHeader="2"
 
30
                                PrecompiledHeaderFile=".\Debug/Win32Window.pch"
 
31
                                AssemblerListingLocation=".\Debug/"
 
32
                                ObjectFile=".\Debug/"
 
33
                                ProgramDataBaseFileName=".\Debug/"
 
34
                                WarningLevel="3"
 
35
                                SuppressStartupBanner="TRUE"
 
36
                                DebugInformationFormat="4"
 
37
                                CompileAs="0"/>
 
38
                        <Tool
 
39
                                Name="VCCustomBuildTool"/>
 
40
                        <Tool
 
41
                                Name="VCLinkerTool"
 
42
                                AdditionalDependencies="opengl32.lib"
 
43
                                OutputFile="..\..\bin\Win32-VisualStudio\14.Win32Window.exe"
 
44
                                LinkIncremental="0"
 
45
                                SuppressStartupBanner="TRUE"
 
46
                                AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
 
47
                                GenerateDebugInformation="TRUE"
 
48
                                ProgramDatabaseFile=".\Debug/Win32Window.pdb"
 
49
                                SubSystem="1"
 
50
                                TargetMachine="1"/>
 
51
                        <Tool
 
52
                                Name="VCMIDLTool"
 
53
                                TypeLibraryName=".\Debug/Win32Window.tlb"
 
54
                                HeaderFileName=""/>
 
55
                        <Tool
 
56
                                Name="VCPostBuildEventTool"/>
 
57
                        <Tool
 
58
                                Name="VCPreBuildEventTool"/>
 
59
                        <Tool
 
60
                                Name="VCPreLinkEventTool"/>
 
61
                        <Tool
 
62
                                Name="VCResourceCompilerTool"
 
63
                                PreprocessorDefinitions="_DEBUG"
 
64
                                Culture="3079"/>
 
65
                        <Tool
 
66
                                Name="VCWebServiceProxyGeneratorTool"/>
 
67
                        <Tool
 
68
                                Name="VCXMLDataGeneratorTool"/>
 
69
                        <Tool
 
70
                                Name="VCWebDeploymentTool"/>
 
71
                        <Tool
 
72
                                Name="VCManagedWrapperGeneratorTool"/>
 
73
                        <Tool
 
74
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
75
                </Configuration>
 
76
                <Configuration
 
77
                        Name="Release|Win32"
 
78
                        OutputDirectory=".\Release"
 
79
                        IntermediateDirectory=".\Release"
 
80
                        ConfigurationType="1"
 
81
                        UseOfMFC="0"
 
82
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
83
                        CharacterSet="2">
 
84
                        <Tool
 
85
                                Name="VCCLCompilerTool"
 
86
                                Optimization="2"
 
87
                                InlineFunctionExpansion="1"
 
88
                                AdditionalIncludeDirectories="..\..\include"
 
89
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
90
                                StringPooling="TRUE"
 
91
                                RuntimeLibrary="4"
 
92
                                EnableFunctionLevelLinking="TRUE"
 
93
                                UsePrecompiledHeader="2"
 
94
                                PrecompiledHeaderFile=".\Release/Win32Window.pch"
 
95
                                AssemblerListingLocation=".\Release/"
 
96
                                ObjectFile=".\Release/"
 
97
                                ProgramDataBaseFileName=".\Release/"
 
98
                                WarningLevel="3"
 
99
                                SuppressStartupBanner="TRUE"
 
100
                                CompileAs="0"/>
 
101
                        <Tool
 
102
                                Name="VCCustomBuildTool"/>
 
103
                        <Tool
 
104
                                Name="VCLinkerTool"
 
105
                                AdditionalDependencies="opengl32.lib"
 
106
                                OutputFile="..\..\bin\Win32-VisualStudio\14.Win32Window.exe"
 
107
                                LinkIncremental="0"
 
108
                                SuppressStartupBanner="TRUE"
 
109
                                AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
 
110
                                ProgramDatabaseFile=".\Release/Win32Window.pdb"
 
111
                                SubSystem="1"
 
112
                                TargetMachine="1"/>
 
113
                        <Tool
 
114
                                Name="VCMIDLTool"
 
115
                                TypeLibraryName=".\Release/Win32Window.tlb"
 
116
                                HeaderFileName=""/>
 
117
                        <Tool
 
118
                                Name="VCPostBuildEventTool"/>
 
119
                        <Tool
 
120
                                Name="VCPreBuildEventTool"/>
 
121
                        <Tool
 
122
                                Name="VCPreLinkEventTool"/>
 
123
                        <Tool
 
124
                                Name="VCResourceCompilerTool"
 
125
                                PreprocessorDefinitions="NDEBUG"
 
126
                                Culture="3079"/>
 
127
                        <Tool
 
128
                                Name="VCWebServiceProxyGeneratorTool"/>
 
129
                        <Tool
 
130
                                Name="VCXMLDataGeneratorTool"/>
 
131
                        <Tool
 
132
                                Name="VCWebDeploymentTool"/>
 
133
                        <Tool
 
134
                                Name="VCManagedWrapperGeneratorTool"/>
 
135
                        <Tool
 
136
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
137
                </Configuration>
 
138
        </Configurations>
 
139
        <References>
 
140
        </References>
 
141
        <Files>
 
142
                <File
 
143
                        RelativePath="main.cpp">
 
144
                        <FileConfiguration
 
145
                                Name="Debug|Win32">
 
146
                                <Tool
 
147
                                        Name="VCCLCompilerTool"
 
148
                                        Optimization="0"
 
149
                                        AdditionalIncludeDirectories=""
 
150
                                        PreprocessorDefinitions=""
 
151
                                        BasicRuntimeChecks="3"/>
 
152
                        </FileConfiguration>
 
153
                        <FileConfiguration
 
154
                                Name="Release|Win32">
 
155
                                <Tool
 
156
                                        Name="VCCLCompilerTool"
 
157
                                        Optimization="2"
 
158
                                        AdditionalIncludeDirectories=""
 
159
                                        PreprocessorDefinitions=""/>
 
160
                        </FileConfiguration>
 
161
                </File>
 
162
        </Files>
 
163
        <Globals>
 
164
        </Globals>
 
165
</VisualStudioProject>