diff options
author | David Walter Seikel | 2016-03-28 22:28:34 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-03-28 22:28:34 +1000 |
commit | 7028cbe09c688437910a25623098762bf0fa592d (patch) | |
tree | 10b5af58277d9880380c2251f109325542c4e6eb /src/others/irrlicht-1.8.1/examples/06.2DGraphics/2DGraphics.vcproj | |
parent | Move lemon to the src/others directory. (diff) | |
download | SledjHamr-7028cbe09c688437910a25623098762bf0fa592d.zip SledjHamr-7028cbe09c688437910a25623098762bf0fa592d.tar.gz SledjHamr-7028cbe09c688437910a25623098762bf0fa592d.tar.bz2 SledjHamr-7028cbe09c688437910a25623098762bf0fa592d.tar.xz |
Move Irrlicht to src/others.
Diffstat (limited to 'src/others/irrlicht-1.8.1/examples/06.2DGraphics/2DGraphics.vcproj')
-rw-r--r-- | src/others/irrlicht-1.8.1/examples/06.2DGraphics/2DGraphics.vcproj | 163 |
1 files changed, 163 insertions, 0 deletions
diff --git a/src/others/irrlicht-1.8.1/examples/06.2DGraphics/2DGraphics.vcproj b/src/others/irrlicht-1.8.1/examples/06.2DGraphics/2DGraphics.vcproj new file mode 100644 index 0000000..b21c351 --- /dev/null +++ b/src/others/irrlicht-1.8.1/examples/06.2DGraphics/2DGraphics.vcproj | |||
@@ -0,0 +1,163 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="7.10" | ||
5 | Name="06.2DGraphics" | ||
6 | ProjectGUID="{E71B6F18-10DC-4101-A541-F6D33F71B2BD}" | ||
7 | SccProjectName="" | ||
8 | SccLocalPath=""> | ||
9 | <Platforms> | ||
10 | <Platform | ||
11 | Name="Win32"/> | ||
12 | </Platforms> | ||
13 | <Configurations> | ||
14 | <Configuration | ||
15 | Name="Release|Win32" | ||
16 | OutputDirectory=".\Release" | ||
17 | IntermediateDirectory=".\Release" | ||
18 | ConfigurationType="1" | ||
19 | UseOfMFC="0" | ||
20 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | ||
21 | CharacterSet="2"> | ||
22 | <Tool | ||
23 | Name="VCCLCompilerTool" | ||
24 | Optimization="2" | ||
25 | InlineFunctionExpansion="1" | ||
26 | AdditionalIncludeDirectories="..\..\include" | ||
27 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | ||
28 | StringPooling="TRUE" | ||
29 | RuntimeLibrary="4" | ||
30 | EnableFunctionLevelLinking="TRUE" | ||
31 | UsePrecompiledHeader="2" | ||
32 | PrecompiledHeaderFile=".\Release/2DGraphics.pch" | ||
33 | AssemblerListingLocation=".\Release/" | ||
34 | ObjectFile=".\Release/" | ||
35 | ProgramDataBaseFileName=".\Release/" | ||
36 | WarningLevel="3" | ||
37 | SuppressStartupBanner="TRUE" | ||
38 | CompileAs="0"/> | ||
39 | <Tool | ||
40 | Name="VCCustomBuildTool"/> | ||
41 | <Tool | ||
42 | Name="VCLinkerTool" | ||
43 | OutputFile="..\..\bin\Win32-VisualStudio\06.2DGraphics.exe" | ||
44 | LinkIncremental="0" | ||
45 | SuppressStartupBanner="TRUE" | ||
46 | AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio" | ||
47 | ProgramDatabaseFile=".\Release/2DGraphics.pdb" | ||
48 | SubSystem="1" | ||
49 | TargetMachine="1"/> | ||
50 | <Tool | ||
51 | Name="VCMIDLTool" | ||
52 | TypeLibraryName=".\Release/2DGraphics.tlb" | ||
53 | HeaderFileName=""/> | ||
54 | <Tool | ||
55 | Name="VCPostBuildEventTool"/> | ||
56 | <Tool | ||
57 | Name="VCPreBuildEventTool"/> | ||
58 | <Tool | ||
59 | Name="VCPreLinkEventTool"/> | ||
60 | <Tool | ||
61 | Name="VCResourceCompilerTool" | ||
62 | PreprocessorDefinitions="NDEBUG" | ||
63 | Culture="3079"/> | ||
64 | <Tool | ||
65 | Name="VCWebServiceProxyGeneratorTool"/> | ||
66 | <Tool | ||
67 | Name="VCXMLDataGeneratorTool"/> | ||
68 | <Tool | ||
69 | Name="VCWebDeploymentTool"/> | ||
70 | <Tool | ||
71 | Name="VCManagedWrapperGeneratorTool"/> | ||
72 | <Tool | ||
73 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
74 | </Configuration> | ||
75 | <Configuration | ||
76 | Name="Debug|Win32" | ||
77 | OutputDirectory=".\Debug" | ||
78 | IntermediateDirectory=".\Debug" | ||
79 | ConfigurationType="1" | ||
80 | UseOfMFC="0" | ||
81 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | ||
82 | CharacterSet="2"> | ||
83 | <Tool | ||
84 | Name="VCCLCompilerTool" | ||
85 | Optimization="0" | ||
86 | AdditionalIncludeDirectories="..\..\include" | ||
87 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | ||
88 | BasicRuntimeChecks="3" | ||
89 | RuntimeLibrary="5" | ||
90 | UsePrecompiledHeader="2" | ||
91 | PrecompiledHeaderFile=".\Debug/2DGraphics.pch" | ||
92 | AssemblerListingLocation=".\Debug/" | ||
93 | ObjectFile=".\Debug/" | ||
94 | ProgramDataBaseFileName=".\Debug/" | ||
95 | WarningLevel="3" | ||
96 | SuppressStartupBanner="TRUE" | ||
97 | DebugInformationFormat="4" | ||
98 | CompileAs="0"/> | ||
99 | <Tool | ||
100 | Name="VCCustomBuildTool"/> | ||
101 | <Tool | ||
102 | Name="VCLinkerTool" | ||
103 | OutputFile="..\..\bin\Win32-VisualStudio\06.2DGraphics.exe" | ||
104 | LinkIncremental="0" | ||
105 | SuppressStartupBanner="TRUE" | ||
106 | AdditionalLibraryDirectories="..\..\lib\Win32-visualstudio" | ||
107 | GenerateDebugInformation="TRUE" | ||
108 | ProgramDatabaseFile=".\Debug/2DGraphics.pdb" | ||
109 | SubSystem="1" | ||
110 | TargetMachine="1"/> | ||
111 | <Tool | ||
112 | Name="VCMIDLTool" | ||
113 | TypeLibraryName=".\Debug/2DGraphics.tlb" | ||
114 | HeaderFileName=""/> | ||
115 | <Tool | ||
116 | Name="VCPostBuildEventTool"/> | ||
117 | <Tool | ||
118 | Name="VCPreBuildEventTool"/> | ||
119 | <Tool | ||
120 | Name="VCPreLinkEventTool"/> | ||
121 | <Tool | ||
122 | Name="VCResourceCompilerTool" | ||
123 | PreprocessorDefinitions="_DEBUG" | ||
124 | Culture="3079"/> | ||
125 | <Tool | ||
126 | Name="VCWebServiceProxyGeneratorTool"/> | ||
127 | <Tool | ||
128 | Name="VCXMLDataGeneratorTool"/> | ||
129 | <Tool | ||
130 | Name="VCWebDeploymentTool"/> | ||
131 | <Tool | ||
132 | Name="VCManagedWrapperGeneratorTool"/> | ||
133 | <Tool | ||
134 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | ||
135 | </Configuration> | ||
136 | </Configurations> | ||
137 | <References> | ||
138 | </References> | ||
139 | <Files> | ||
140 | <File | ||
141 | RelativePath="main.cpp"> | ||
142 | <FileConfiguration | ||
143 | Name="Release|Win32"> | ||
144 | <Tool | ||
145 | Name="VCCLCompilerTool" | ||
146 | Optimization="2" | ||
147 | AdditionalIncludeDirectories="" | ||
148 | PreprocessorDefinitions=""/> | ||
149 | </FileConfiguration> | ||
150 | <FileConfiguration | ||
151 | Name="Debug|Win32"> | ||
152 | <Tool | ||
153 | Name="VCCLCompilerTool" | ||
154 | Optimization="0" | ||
155 | AdditionalIncludeDirectories="" | ||
156 | PreprocessorDefinitions="" | ||
157 | BasicRuntimeChecks="3"/> | ||
158 | </FileConfiguration> | ||
159 | </File> | ||
160 | </Files> | ||
161 | <Globals> | ||
162 | </Globals> | ||
163 | </VisualStudioProject> | ||