~baltix/+junk/irrlicht-test

« back to all changes in this revision

Viewing changes to examples/17.HelloWorld_Mobile/17. HelloWorld for Windows Mobile on PC_v9.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="9,00"
 
5
        Name="17.HelloWorld_Mobile_v9"
 
6
        ProjectGUID="{2A29B6B1-AFC4-46C7-9944-7052AAE66F7B}"
 
7
        RootNamespace="My17HelloWorldforWindowsMobileonPC"
 
8
        Keyword="Win32Proj"
 
9
        TargetFrameworkVersion="131072"
 
10
        >
 
11
        <Platforms>
 
12
                <Platform
 
13
                        Name="Win32"
 
14
                />
 
15
        </Platforms>
 
16
        <ToolFiles>
 
17
        </ToolFiles>
 
18
        <Configurations>
 
19
                <Configuration
 
20
                        Name="Debug|Win32"
 
21
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
22
                        IntermediateDirectory="$(ConfigurationName)"
 
23
                        ConfigurationType="1"
 
24
                        CharacterSet="1"
 
25
                        >
 
26
                        <Tool
 
27
                                Name="VCPreBuildEventTool"
 
28
                        />
 
29
                        <Tool
 
30
                                Name="VCCustomBuildTool"
 
31
                        />
 
32
                        <Tool
 
33
                                Name="VCXMLDataGeneratorTool"
 
34
                        />
 
35
                        <Tool
 
36
                                Name="VCWebServiceProxyGeneratorTool"
 
37
                        />
 
38
                        <Tool
 
39
                                Name="VCMIDLTool"
 
40
                        />
 
41
                        <Tool
 
42
                                Name="VCCLCompilerTool"
 
43
                                Optimization="0"
 
44
                                AdditionalIncludeDirectories="..\..\include"
 
45
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 
46
                                MinimalRebuild="true"
 
47
                                BasicRuntimeChecks="3"
 
48
                                RuntimeLibrary="3"
 
49
                                UsePrecompiledHeader="0"
 
50
                                WarningLevel="3"
 
51
                                Detect64BitPortabilityProblems="false"
 
52
                                DebugInformationFormat="4"
 
53
                        />
 
54
                        <Tool
 
55
                                Name="VCManagedResourceCompilerTool"
 
56
                        />
 
57
                        <Tool
 
58
                                Name="VCResourceCompilerTool"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCPreLinkEventTool"
 
62
                        />
 
63
                        <Tool
 
64
                                Name="VCLinkerTool"
 
65
                                OutputFile="..\..\bin\Win32-VisualStudio\17.HelloWorld_Mobile on PC.exe"
 
66
                                LinkIncremental="2"
 
67
                                AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
 
68
                                GenerateDebugInformation="true"
 
69
                                SubSystem="1"
 
70
                                RandomizedBaseAddress="1"
 
71
                                DataExecutionPrevention="0"
 
72
                                TargetMachine="1"
 
73
                        />
 
74
                        <Tool
 
75
                                Name="VCALinkTool"
 
76
                        />
 
77
                        <Tool
 
78
                                Name="VCManifestTool"
 
79
                        />
 
80
                        <Tool
 
81
                                Name="VCXDCMakeTool"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCBscMakeTool"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCFxCopTool"
 
88
                        />
 
89
                        <Tool
 
90
                                Name="VCAppVerifierTool"
 
91
                        />
 
92
                        <Tool
 
93
                                Name="VCPostBuildEventTool"
 
94
                        />
 
95
                </Configuration>
 
96
                <Configuration
 
97
                        Name="Release|Win32"
 
98
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
 
99
                        IntermediateDirectory="$(ConfigurationName)"
 
100
                        ConfigurationType="1"
 
101
                        CharacterSet="1"
 
102
                        WholeProgramOptimization="1"
 
103
                        >
 
104
                        <Tool
 
105
                                Name="VCPreBuildEventTool"
 
106
                        />
 
107
                        <Tool
 
108
                                Name="VCCustomBuildTool"
 
109
                        />
 
110
                        <Tool
 
111
                                Name="VCXMLDataGeneratorTool"
 
112
                        />
 
113
                        <Tool
 
114
                                Name="VCWebServiceProxyGeneratorTool"
 
115
                        />
 
116
                        <Tool
 
117
                                Name="VCMIDLTool"
 
118
                        />
 
119
                        <Tool
 
120
                                Name="VCCLCompilerTool"
 
121
                                AdditionalIncludeDirectories="..\..\include"
 
122
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 
123
                                RuntimeLibrary="2"
 
124
                                UsePrecompiledHeader="0"
 
125
                                WarningLevel="3"
 
126
                                Detect64BitPortabilityProblems="false"
 
127
                                DebugInformationFormat="3"
 
128
                        />
 
129
                        <Tool
 
130
                                Name="VCManagedResourceCompilerTool"
 
131
                        />
 
132
                        <Tool
 
133
                                Name="VCResourceCompilerTool"
 
134
                        />
 
135
                        <Tool
 
136
                                Name="VCPreLinkEventTool"
 
137
                        />
 
138
                        <Tool
 
139
                                Name="VCLinkerTool"
 
140
                                OutputFile="..\..\bin\Win32-VisualStudio\17.HelloWorld_Mobile on PC.exe"
 
141
                                LinkIncremental="1"
 
142
                                AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio"
 
143
                                GenerateDebugInformation="true"
 
144
                                SubSystem="1"
 
145
                                OptimizeReferences="2"
 
146
                                EnableCOMDATFolding="2"
 
147
                                RandomizedBaseAddress="1"
 
148
                                DataExecutionPrevention="0"
 
149
                                TargetMachine="1"
 
150
                        />
 
151
                        <Tool
 
152
                                Name="VCALinkTool"
 
153
                        />
 
154
                        <Tool
 
155
                                Name="VCManifestTool"
 
156
                        />
 
157
                        <Tool
 
158
                                Name="VCXDCMakeTool"
 
159
                        />
 
160
                        <Tool
 
161
                                Name="VCBscMakeTool"
 
162
                        />
 
163
                        <Tool
 
164
                                Name="VCFxCopTool"
 
165
                        />
 
166
                        <Tool
 
167
                                Name="VCAppVerifierTool"
 
168
                        />
 
169
                        <Tool
 
170
                                Name="VCPostBuildEventTool"
 
171
                        />
 
172
                </Configuration>
 
173
        </Configurations>
 
174
        <References>
 
175
        </References>
 
176
        <Files>
 
177
                <File
 
178
                        RelativePath=".\main.cpp"
 
179
                        >
 
180
                </File>
 
181
        </Files>
 
182
        <Globals>
 
183
        </Globals>
 
184
</VisualStudioProject>