~ubuntu-branches/ubuntu/saucy/emscripten/saucy-proposed

« back to all changes in this revision

Viewing changes to tests/freealut/admin/VisualStudioDotNET/playfile/playfile.vcproj

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding = "Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="7.00"
 
5
        Name="playfile"
 
6
        ProjectGUID="{6E63082A-187E-4F18-9E54-C8A7C1CE1D0B}"
 
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)/playfile.exe"
 
37
                                LinkIncremental="2"
 
38
                                AdditionalLibraryDirectories="C:\Program Files\OpenAL 1.1 with EFX SDK\libs\Win32"
 
39
                                GenerateDebugInformation="TRUE"
 
40
                                ProgramDatabaseFile="$(OutDir)/playfile.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)/playfile.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\playfile.c">
 
113
                        </File>
 
114
                </Filter>
 
115
        </Files>
 
116
        <Globals>
 
117
        </Globals>
 
118
</VisualStudioProject>