source: proiecte/NBody/NBody 2.0/NBody 2.0.vcproj @ 34

Last change on this file since 34 was 34, checked in by (none), 14 years ago

Iulian Milas: ultima versiune a NBody (17 dec 2009)

File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="NBody 2.0"
6        ProjectGUID="{4E58C4AD-225E-4A7E-8234-EE7CB259218C}"
7        RootNamespace="NBody20"
8        Keyword="Win32Proj"
9        TargetFrameworkVersion="196613"
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="C:\NVIDIA\GPU Computing SDK 2.3\OpenCL\common\inc\; C:\NVIDIA\GPU Computing SDK 2.3\shared\inc\"
45                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
46                                MinimalRebuild="true"
47                                BasicRuntimeChecks="3"
48                                RuntimeLibrary="3"
49                                UsePrecompiledHeader="0"
50                                WarningLevel="3"
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                                AdditionalDependencies="oclUtils32D.lib shrUtils32D.lib glew32.lib glut32.lib OpenCL.lib"
65                                LinkIncremental="2"
66                                AdditionalLibraryDirectories="C:\NVIDIA\GPU Computing SDK 2.3\OpenCL\common\lib\;C:\NVIDIA\GPU Computing SDK 2.3\shared\lib\;C:\NVIDIA\GPU Computing SDK 2.3\OpenCL\common\lib\$(PlatformName)\"
67                                GenerateDebugInformation="true"
68                                SubSystem="1"
69                                TargetMachine="1"
70                        />
71                        <Tool
72                                Name="VCALinkTool"
73                        />
74                        <Tool
75                                Name="VCManifestTool"
76                        />
77                        <Tool
78                                Name="VCXDCMakeTool"
79                        />
80                        <Tool
81                                Name="VCBscMakeTool"
82                        />
83                        <Tool
84                                Name="VCFxCopTool"
85                        />
86                        <Tool
87                                Name="VCAppVerifierTool"
88                        />
89                        <Tool
90                                Name="VCPostBuildEventTool"
91                        />
92                </Configuration>
93                <Configuration
94                        Name="Release|Win32"
95                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
96                        IntermediateDirectory="$(ConfigurationName)"
97                        ConfigurationType="1"
98                        CharacterSet="1"
99                        WholeProgramOptimization="1"
100                        >
101                        <Tool
102                                Name="VCPreBuildEventTool"
103                        />
104                        <Tool
105                                Name="VCCustomBuildTool"
106                        />
107                        <Tool
108                                Name="VCXMLDataGeneratorTool"
109                        />
110                        <Tool
111                                Name="VCWebServiceProxyGeneratorTool"
112                        />
113                        <Tool
114                                Name="VCMIDLTool"
115                        />
116                        <Tool
117                                Name="VCCLCompilerTool"
118                                Optimization="2"
119                                EnableIntrinsicFunctions="true"
120                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
121                                RuntimeLibrary="2"
122                                EnableFunctionLevelLinking="true"
123                                UsePrecompiledHeader="0"
124                                WarningLevel="3"
125                                DebugInformationFormat="3"
126                        />
127                        <Tool
128                                Name="VCManagedResourceCompilerTool"
129                        />
130                        <Tool
131                                Name="VCResourceCompilerTool"
132                        />
133                        <Tool
134                                Name="VCPreLinkEventTool"
135                        />
136                        <Tool
137                                Name="VCLinkerTool"
138                                LinkIncremental="1"
139                                GenerateDebugInformation="true"
140                                SubSystem="1"
141                                OptimizeReferences="2"
142                                EnableCOMDATFolding="2"
143                                TargetMachine="1"
144                        />
145                        <Tool
146                                Name="VCALinkTool"
147                        />
148                        <Tool
149                                Name="VCManifestTool"
150                        />
151                        <Tool
152                                Name="VCXDCMakeTool"
153                        />
154                        <Tool
155                                Name="VCBscMakeTool"
156                        />
157                        <Tool
158                                Name="VCFxCopTool"
159                        />
160                        <Tool
161                                Name="VCAppVerifierTool"
162                        />
163                        <Tool
164                                Name="VCPostBuildEventTool"
165                        />
166                </Configuration>
167        </Configurations>
168        <References>
169        </References>
170        <Files>
171                <Filter
172                        Name="Source Files"
173                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
174                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
175                        >
176                        <File
177                                RelativePath=".\GetDeviceInfos.cpp"
178                                >
179                        </File>
180                        <File
181                                RelativePath=".\NBody_main.cpp"
182                                >
183                        </File>
184                        <File
185                                RelativePath=".\OpenGLDisplay.cpp"
186                                >
187                        </File>
188                        <File
189                                RelativePath=".\OutputData.cpp"
190                                >
191                        </File>
192                        <File
193                                RelativePath=".\ReleaseResources.cpp"
194                                >
195                        </File>
196                        <File
197                                RelativePath=".\RunKernels.cpp"
198                                >
199                        </File>
200                        <File
201                                RelativePath=".\SetupKernelsCL.cpp"
202                                >
203                        </File>
204                        <File
205                                RelativePath=".\SetupNBody.cpp"
206                                >
207                        </File>
208                        <File
209                                RelativePath=".\SetupOpenCL.cpp"
210                                >
211                        </File>
212                        <File
213                                RelativePath=".\SetupProgramCL.cpp"
214                                >
215                        </File>
216                </Filter>
217                <Filter
218                        Name="Header Files"
219                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
220                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
221                        >
222                        <File
223                                RelativePath=".\NBody.hpp"
224                                >
225                        </File>
226                </Filter>
227                <Filter
228                        Name="Resource Files"
229                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
230                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
231                        >
232                </Filter>
233                <Filter
234                        Name="Kernels"
235                        >
236                        <File
237                                RelativePath=".\Kernels\leapfrogIntegratorKernel.cl"
238                                >
239                        </File>
240                        <File
241                                RelativePath=".\Kernels\simpleIntegratorKernel.cl"
242                                >
243                        </File>
244                </Filter>
245        </Files>
246        <Globals>
247        </Globals>
248</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.