source: proiecte/NBody/NBody 1.0/NBody 1.0/NBody 1.0.vcproj @ 30

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

Iulian Milas
Prima varianta a codului NBody rescrisa pentru OpenCL
4 decembrie 2009

File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="NBody 1.0"
6        ProjectGUID="{6A0B1FF6-EE6A-4CF8-84D8-7C45EEFEBE21}"
7        RootNamespace="NBody10"
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                        InheritedPropertySheets="C:\Program Files\ATI Stream\Samples\samples\opencl\common\openclsdk_debug.vsprops"
25                        CharacterSet="1"
26                        >
27                        <Tool
28                                Name="VCPreBuildEventTool"
29                        />
30                        <Tool
31                                Name="VCCustomBuildTool"
32                        />
33                        <Tool
34                                Name="VCXMLDataGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCWebServiceProxyGeneratorTool"
38                        />
39                        <Tool
40                                Name="VCMIDLTool"
41                        />
42                        <Tool
43                                Name="VCCLCompilerTool"
44                                Optimization="0"
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                                LinkIncremental="2"
65                                GenerateDebugInformation="true"
66                                SubSystem="1"
67                                TargetMachine="1"
68                        />
69                        <Tool
70                                Name="VCALinkTool"
71                        />
72                        <Tool
73                                Name="VCManifestTool"
74                        />
75                        <Tool
76                                Name="VCXDCMakeTool"
77                        />
78                        <Tool
79                                Name="VCBscMakeTool"
80                        />
81                        <Tool
82                                Name="VCFxCopTool"
83                        />
84                        <Tool
85                                Name="VCAppVerifierTool"
86                        />
87                        <Tool
88                                Name="VCPostBuildEventTool"
89                        />
90                </Configuration>
91                <Configuration
92                        Name="Release|Win32"
93                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
94                        IntermediateDirectory="$(ConfigurationName)"
95                        ConfigurationType="1"
96                        CharacterSet="1"
97                        WholeProgramOptimization="1"
98                        >
99                        <Tool
100                                Name="VCPreBuildEventTool"
101                        />
102                        <Tool
103                                Name="VCCustomBuildTool"
104                        />
105                        <Tool
106                                Name="VCXMLDataGeneratorTool"
107                        />
108                        <Tool
109                                Name="VCWebServiceProxyGeneratorTool"
110                        />
111                        <Tool
112                                Name="VCMIDLTool"
113                        />
114                        <Tool
115                                Name="VCCLCompilerTool"
116                                Optimization="2"
117                                EnableIntrinsicFunctions="true"
118                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
119                                RuntimeLibrary="2"
120                                EnableFunctionLevelLinking="true"
121                                UsePrecompiledHeader="0"
122                                WarningLevel="3"
123                                DebugInformationFormat="3"
124                        />
125                        <Tool
126                                Name="VCManagedResourceCompilerTool"
127                        />
128                        <Tool
129                                Name="VCResourceCompilerTool"
130                        />
131                        <Tool
132                                Name="VCPreLinkEventTool"
133                        />
134                        <Tool
135                                Name="VCLinkerTool"
136                                LinkIncremental="1"
137                                GenerateDebugInformation="true"
138                                SubSystem="1"
139                                OptimizeReferences="2"
140                                EnableCOMDATFolding="2"
141                                TargetMachine="1"
142                        />
143                        <Tool
144                                Name="VCALinkTool"
145                        />
146                        <Tool
147                                Name="VCManifestTool"
148                        />
149                        <Tool
150                                Name="VCXDCMakeTool"
151                        />
152                        <Tool
153                                Name="VCBscMakeTool"
154                        />
155                        <Tool
156                                Name="VCFxCopTool"
157                        />
158                        <Tool
159                                Name="VCAppVerifierTool"
160                        />
161                        <Tool
162                                Name="VCPostBuildEventTool"
163                        />
164                </Configuration>
165        </Configurations>
166        <References>
167        </References>
168        <Files>
169                <Filter
170                        Name="Source Files"
171                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
172                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
173                        >
174                        <File
175                                RelativePath=".\NBody.cpp"
176                                >
177                        </File>
178                        <File
179                                RelativePath=".\NBody_Kernels.cl"
180                                >
181                        </File>
182                </Filter>
183                <Filter
184                        Name="Header Files"
185                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
186                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
187                        >
188                        <File
189                                RelativePath=".\NBody.hpp"
190                                >
191                        </File>
192                </Filter>
193                <Filter
194                        Name="Resource Files"
195                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
196                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
197                        >
198                </Filter>
199        </Files>
200        <Globals>
201        </Globals>
202</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.