1 | <?xml version="1.0" encoding = "Windows-1252"?> |
---|
2 | <VisualStudioProject |
---|
3 | ProjectType="Visual C++" |
---|
4 | Version="7.00" |
---|
5 | Name="hello_world" |
---|
6 | ProjectGUID="{64A0E948-E88A-4F4E-9039-43E539F5DF77}" |
---|
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 | AdditionalIncludeDirectories="C:\Program Files\OpenAL 1.1 with EFX SDK\include;..\..\..\include" |
---|
23 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" |
---|
24 | MinimalRebuild="TRUE" |
---|
25 | BasicRuntimeChecks="3" |
---|
26 | RuntimeLibrary="3" |
---|
27 | UsePrecompiledHeader="0" |
---|
28 | WarningLevel="3" |
---|
29 | Detect64BitPortabilityProblems="TRUE" |
---|
30 | DebugInformationFormat="4"/> |
---|
31 | <Tool |
---|
32 | Name="VCCustomBuildTool"/> |
---|
33 | <Tool |
---|
34 | Name="VCLinkerTool" |
---|
35 | AdditionalDependencies="openal32.lib" |
---|
36 | OutputFile="$(OutDir)/hello_world.exe" |
---|
37 | LinkIncremental="2" |
---|
38 | AdditionalLibraryDirectories="C:\Program Files\OpenAL 1.1 with EFX SDK\libs\Win32" |
---|
39 | GenerateDebugInformation="TRUE" |
---|
40 | ProgramDatabaseFile="$(OutDir)/hello_world.pdb" |
---|
41 | SubSystem="1" |
---|
42 | TargetMachine="1"/> |
---|
43 | <Tool |
---|
44 | Name="VCMIDLTool"/> |
---|
45 | <Tool |
---|
46 | Name="VCPostBuildEventTool"/> |
---|
47 | <Tool |
---|
48 | Name="VCPreBuildEventTool"/> |
---|
49 | <Tool |
---|
50 | Name="VCPreLinkEventTool"/> |
---|
51 | <Tool |
---|
52 | Name="VCResourceCompilerTool"/> |
---|
53 | <Tool |
---|
54 | Name="VCWebServiceProxyGeneratorTool"/> |
---|
55 | <Tool |
---|
56 | Name="VCWebDeploymentTool"/> |
---|
57 | </Configuration> |
---|
58 | <Configuration |
---|
59 | Name="Release|Win32" |
---|
60 | OutputDirectory="Release" |
---|
61 | IntermediateDirectory="Release" |
---|
62 | ConfigurationType="1" |
---|
63 | CharacterSet="2"> |
---|
64 | <Tool |
---|
65 | Name="VCCLCompilerTool" |
---|
66 | Optimization="2" |
---|
67 | InlineFunctionExpansion="1" |
---|
68 | OmitFramePointers="TRUE" |
---|
69 | AdditionalIncludeDirectories="C:\Program Files\OpenAL 1.1 with EFX SDK\include;..\..\..\include" |
---|
70 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" |
---|
71 | StringPooling="TRUE" |
---|
72 | RuntimeLibrary="2" |
---|
73 | EnableFunctionLevelLinking="TRUE" |
---|
74 | UsePrecompiledHeader="0" |
---|
75 | WarningLevel="3" |
---|
76 | Detect64BitPortabilityProblems="TRUE" |
---|
77 | DebugInformationFormat="3"/> |
---|
78 | <Tool |
---|
79 | Name="VCCustomBuildTool"/> |
---|
80 | <Tool |
---|
81 | Name="VCLinkerTool" |
---|
82 | AdditionalDependencies="openal32.lib" |
---|
83 | OutputFile="$(OutDir)/hello_world.exe" |
---|
84 | LinkIncremental="1" |
---|
85 | AdditionalLibraryDirectories="C:\Program Files\OpenAL 1.1 with EFX SDK\libs\Win32" |
---|
86 | GenerateDebugInformation="TRUE" |
---|
87 | SubSystem="1" |
---|
88 | OptimizeReferences="2" |
---|
89 | EnableCOMDATFolding="2" |
---|
90 | TargetMachine="1"/> |
---|
91 | <Tool |
---|
92 | Name="VCMIDLTool"/> |
---|
93 | <Tool |
---|
94 | Name="VCPostBuildEventTool"/> |
---|
95 | <Tool |
---|
96 | Name="VCPreBuildEventTool"/> |
---|
97 | <Tool |
---|
98 | Name="VCPreLinkEventTool"/> |
---|
99 | <Tool |
---|
100 | Name="VCResourceCompilerTool"/> |
---|
101 | <Tool |
---|
102 | Name="VCWebServiceProxyGeneratorTool"/> |
---|
103 | <Tool |
---|
104 | Name="VCWebDeploymentTool"/> |
---|
105 | </Configuration> |
---|
106 | </Configurations> |
---|
107 | <Files> |
---|
108 | <Filter |
---|
109 | Name="Source Files" |
---|
110 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> |
---|
111 | <File |
---|
112 | RelativePath="..\..\..\examples\hello_world.c"> |
---|
113 | </File> |
---|
114 | </Filter> |
---|
115 | </Files> |
---|
116 | <Globals> |
---|
117 | </Globals> |
---|
118 | </VisualStudioProject> |
---|