summaryrefslogtreecommitdiff
path: root/Cube.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'Cube.vcproj')
-rwxr-xr-xCube.vcproj168
1 files changed, 168 insertions, 0 deletions
diff --git a/Cube.vcproj b/Cube.vcproj
new file mode 100755
index 0000000..c9b3074
--- /dev/null
+++ b/Cube.vcproj
@@ -0,0 +1,168 @@
1<?xml version="1.0" encoding = "Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="Cube"
6 ProjectGUID="{3E3FCAB2-A6BE-402C-BC54-E76052A922CD}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="Debug"
16 IntermediateDirectory="Debug"
17 ConfigurationType="1"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
23 MinimalRebuild="TRUE"
24 BasicRuntimeChecks="3"
25 RuntimeLibrary="5"
26 UsePrecompiledHeader="3"
27 WarningLevel="3"
28 Detect64BitPortabilityProblems="TRUE"
29 DebugInformationFormat="4"/>
30 <Tool
31 Name="VCCustomBuildTool"/>
32 <Tool
33 Name="VCLinkerTool"
34 OutputFile="$(OutDir)/Cube.exe"
35 LinkIncremental="2"
36 GenerateDebugInformation="TRUE"
37 ProgramDatabaseFile="$(OutDir)/Cube.pdb"
38 SubSystem="2"
39 TargetMachine="1"/>
40 <Tool
41 Name="VCMIDLTool"/>
42 <Tool
43 Name="VCPostBuildEventTool"/>
44 <Tool
45 Name="VCPreBuildEventTool"/>
46 <Tool
47 Name="VCPreLinkEventTool"/>
48 <Tool
49 Name="VCResourceCompilerTool"/>
50 <Tool
51 Name="VCWebServiceProxyGeneratorTool"/>
52 <Tool
53 Name="VCWebDeploymentTool"/>
54 </Configuration>
55 <Configuration
56 Name="Release|Win32"
57 OutputDirectory="Release"
58 IntermediateDirectory="Release"
59 ConfigurationType="1"
60 CharacterSet="2">
61 <Tool
62 Name="VCCLCompilerTool"
63 Optimization="2"
64 InlineFunctionExpansion="1"
65 OmitFramePointers="TRUE"
66 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
67 StringPooling="TRUE"
68 RuntimeLibrary="4"
69 EnableFunctionLevelLinking="TRUE"
70 UsePrecompiledHeader="3"
71 WarningLevel="3"
72 Detect64BitPortabilityProblems="TRUE"
73 DebugInformationFormat="3"/>
74 <Tool
75 Name="VCCustomBuildTool"/>
76 <Tool
77 Name="VCLinkerTool"
78 OutputFile="$(OutDir)/Cube.exe"
79 LinkIncremental="1"
80 GenerateDebugInformation="TRUE"
81 SubSystem="2"
82 OptimizeReferences="2"
83 EnableCOMDATFolding="2"
84 TargetMachine="1"/>
85 <Tool
86 Name="VCMIDLTool"/>
87 <Tool
88 Name="VCPostBuildEventTool"/>
89 <Tool
90 Name="VCPreBuildEventTool"/>
91 <Tool
92 Name="VCPreLinkEventTool"/>
93 <Tool
94 Name="VCResourceCompilerTool"/>
95 <Tool
96 Name="VCWebServiceProxyGeneratorTool"/>
97 <Tool
98 Name="VCWebDeploymentTool"/>
99 </Configuration>
100 </Configurations>
101 <Files>
102 <Filter
103 Name="Source Files"
104 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
105 <File
106 RelativePath="Cube.cpp">
107 </File>
108 <File
109 RelativePath="Gfx.c">
110 </File>
111 <File
112 RelativePath="Vector.c">
113 </File>
114 <File
115 RelativePath="stdafx.cpp">
116 <FileConfiguration
117 Name="Debug|Win32">
118 <Tool
119 Name="VCCLCompilerTool"
120 UsePrecompiledHeader="1"/>
121 </FileConfiguration>
122 <FileConfiguration
123 Name="Release|Win32">
124 <Tool
125 Name="VCCLCompilerTool"
126 UsePrecompiledHeader="1"/>
127 </FileConfiguration>
128 </File>
129 </Filter>
130 <Filter
131 Name="Header Files"
132 Filter="h;hpp;hxx;hm;inl;inc">
133 <File
134 RelativePath="Cube.h">
135 </File>
136 <File
137 RelativePath="Gfx.h">
138 </File>
139 <File
140 RelativePath="Resource.h">
141 </File>
142 <File
143 RelativePath="Vector.h">
144 </File>
145 <File
146 RelativePath="stdafx.h">
147 </File>
148 </Filter>
149 <Filter
150 Name="Resource Files"
151 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
152 <File
153 RelativePath="Cube.ico">
154 </File>
155 <File
156 RelativePath="Cube.rc">
157 </File>
158 <File
159 RelativePath="small.ico">
160 </File>
161 </Filter>
162 <File
163 RelativePath="ReadMe.txt">
164 </File>
165 </Files>
166 <Globals>
167 </Globals>
168</VisualStudioProject>