Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/visual_studio/audio.vcproj @ 686

Last change on this file since 686 was 678, checked in by rgrieder, 16 years ago
  • put visual studio files in a separate folder
  • added vs property sheets to simplify handling of properties
File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="Audio"
6        ProjectGUID="{4733BD1A-E04C-458D-8BFB-5010250EA497}"
7        RootNamespace="FICN"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        ConfigurationType="4"
21                        InheritedPropertySheets=".\base_properties_debug.vsprops"
22                        CharacterSet="1"
23                        >
24                        <Tool
25                                Name="VCPreBuildEventTool"
26                        />
27                        <Tool
28                                Name="VCCustomBuildTool"
29                        />
30                        <Tool
31                                Name="VCXMLDataGeneratorTool"
32                        />
33                        <Tool
34                                Name="VCWebServiceProxyGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCMIDLTool"
38                        />
39                        <Tool
40                                Name="VCCLCompilerTool"
41                                AdditionalIncludeDirectories=""
42                        />
43                        <Tool
44                                Name="VCManagedResourceCompilerTool"
45                        />
46                        <Tool
47                                Name="VCResourceCompilerTool"
48                        />
49                        <Tool
50                                Name="VCPreLinkEventTool"
51                        />
52                        <Tool
53                                Name="VCLibrarianTool"
54                                AdditionalLibraryDirectories=""
55                        />
56                        <Tool
57                                Name="VCALinkTool"
58                        />
59                        <Tool
60                                Name="VCXDCMakeTool"
61                        />
62                        <Tool
63                                Name="VCBscMakeTool"
64                        />
65                        <Tool
66                                Name="VCFxCopTool"
67                        />
68                        <Tool
69                                Name="VCPostBuildEventTool"
70                        />
71                </Configuration>
72                <Configuration
73                        Name="Release|Win32"
74                        ConfigurationType="4"
75                        InheritedPropertySheets=".\base_properties_release.vsprops"
76                        CharacterSet="1"
77                        WholeProgramOptimization="1"
78                        >
79                        <Tool
80                                Name="VCPreBuildEventTool"
81                        />
82                        <Tool
83                                Name="VCCustomBuildTool"
84                        />
85                        <Tool
86                                Name="VCXMLDataGeneratorTool"
87                        />
88                        <Tool
89                                Name="VCWebServiceProxyGeneratorTool"
90                        />
91                        <Tool
92                                Name="VCMIDLTool"
93                        />
94                        <Tool
95                                Name="VCCLCompilerTool"
96                                AdditionalIncludeDirectories=""
97                        />
98                        <Tool
99                                Name="VCManagedResourceCompilerTool"
100                        />
101                        <Tool
102                                Name="VCResourceCompilerTool"
103                        />
104                        <Tool
105                                Name="VCPreLinkEventTool"
106                        />
107                        <Tool
108                                Name="VCLibrarianTool"
109                                AdditionalLibraryDirectories=""
110                        />
111                        <Tool
112                                Name="VCALinkTool"
113                        />
114                        <Tool
115                                Name="VCXDCMakeTool"
116                        />
117                        <Tool
118                                Name="VCBscMakeTool"
119                        />
120                        <Tool
121                                Name="VCFxCopTool"
122                        />
123                        <Tool
124                                Name="VCPostBuildEventTool"
125                        />
126                </Configuration>
127        </Configurations>
128        <References>
129        </References>
130        <Files>
131                <Filter
132                        Name="Source Files"
133                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
134                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
135                        >
136                        <File
137                                RelativePath="..\src\audio\AudioBuffer.cc"
138                                >
139                        </File>
140                        <File
141                                RelativePath="..\src\audio\AudioManager.cc"
142                                >
143                        </File>
144                        <File
145                                RelativePath="..\src\audio\AudioSource.cc"
146                                >
147                        </File>
148                        <File
149                                RelativePath="..\src\audio\AudioStream.cc"
150                                >
151                        </File>
152                </Filter>
153                <Filter
154                        Name="Header Files"
155                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
156                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
157                        >
158                        <File
159                                RelativePath="..\src\audio\AudioBuffer.h"
160                                >
161                        </File>
162                        <File
163                                RelativePath="..\src\audio\AudioIncludes.h"
164                                >
165                        </File>
166                        <File
167                                RelativePath="..\src\audio\AudioManager.h"
168                                >
169                        </File>
170                        <File
171                                RelativePath="..\src\audio\AudioSource.h"
172                                >
173                        </File>
174                        <File
175                                RelativePath="..\src\audio\AudioStream.h"
176                                >
177                        </File>
178                </Filter>
179                <Filter
180                        Name="Resource Files"
181                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
182                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
183                        >
184                </Filter>
185        </Files>
186        <Globals>
187        </Globals>
188</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.