~paulliu/ubuntu/precise/freerdp/fixext

« back to all changes in this revision

Viewing changes to win/wfreerdp/wfreerdp.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2010-10-25 14:29:02 UTC
  • mto: (9.1.1 sid) (1.1.7)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20101025142902-j8hmshnnxhu61l4m
Tags: upstream-0.8.1
ImportĀ upstreamĀ versionĀ 0.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="gb2312"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="9.00"
 
5
        Name="wfreerdp"
 
6
        ProjectGUID="{1BB89405-9CB0-4694-8E41-326238B14354}"
 
7
        RootNamespace="wfreerdp"
 
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="../../include"
 
45
                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS"
 
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="ws2_32.lib"
 
65
                                LinkIncremental="2"
 
66
                                IgnoreDefaultLibraryNames=""
 
67
                                GenerateDebugInformation="true"
 
68
                                SubSystem="2"
 
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;_WINDOWS"
 
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="2"
 
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
                <ProjectReference
 
170
                        ReferencedProjectIdentifier="{3D13BDCD-2E1D-45C0-AA5B-61A6330DED81}"
 
171
                        RelativePathToProject=".\libfreerdp.vcproj"
 
172
                />
 
173
        </References>
 
174
        <Files>
 
175
                <Filter
 
176
                        Name="Source Files"
 
177
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
178
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 
179
                        >
 
180
                        <File
 
181
                                RelativePath=".\wf_color.cpp"
 
182
                                >
 
183
                        </File>
 
184
                        <File
 
185
                                RelativePath=".\wf_event.cpp"
 
186
                                >
 
187
                        </File>
 
188
                        <File
 
189
                                RelativePath=".\wf_win.cpp"
 
190
                                >
 
191
                        </File>
 
192
                        <File
 
193
                                RelativePath=".\wfreerdp.cpp"
 
194
                                >
 
195
                        </File>
 
196
                </Filter>
 
197
                <Filter
 
198
                        Name="Header Files"
 
199
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
200
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
 
201
                        >
 
202
                        <File
 
203
                                RelativePath=".\wf_color.h"
 
204
                                >
 
205
                        </File>
 
206
                        <File
 
207
                                RelativePath=".\wf_event.h"
 
208
                                >
 
209
                        </File>
 
210
                        <File
 
211
                                RelativePath=".\wf_win.h"
 
212
                                >
 
213
                        </File>
 
214
                </Filter>
 
215
        </Files>
 
216
        <Globals>
 
217
        </Globals>
 
218
</VisualStudioProject>