~mandel/ubuntuone-windows-installer/fix_null_pointer_start

« back to all changes in this revision

Viewing changes to tools/Nant/examples/Solution/cpp/WinForms/WinForms.vcproj

  • Committer: Manuel de la Pena
  • Date: 2010-07-08 13:22:59 UTC
  • Revision ID: mandel@themacaque.com-20100708132259-y1jgyuyqfe9stt8u
Updated build script to run tests and added all the required tools so far.

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.10"
 
5
        Name="WinForms"
 
6
        ProjectGUID="{11211AF9-DD1D-4151-844A-A2430B67DE3D}"
 
7
        RootNamespace="WinForms"
 
8
        Keyword="ManagedCProj">
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"/>
 
12
        </Platforms>
 
13
        <Configurations>
 
14
                <Configuration
 
15
                        Name="Debug|Win32"
 
16
                        OutputDirectory="$(SolutionDir)/bin/$(ConfigurationName)"
 
17
                        IntermediateDirectory="obj/$(ConfigurationName)"
 
18
                        ConfigurationType="1"
 
19
                        CharacterSet="2"
 
20
                        ManagedExtensions="TRUE">
 
21
                        <Tool
 
22
                                Name="VCCLCompilerTool"
 
23
                                Optimization="0"
 
24
                                PreprocessorDefinitions="WIN32;_DEBUG"
 
25
                                MinimalRebuild="FALSE"
 
26
                                BasicRuntimeChecks="0"
 
27
                                RuntimeLibrary="1"
 
28
                                UsePrecompiledHeader="3"
 
29
                                WarningLevel="3"
 
30
                                DebugInformationFormat="3"/>
 
31
                        <Tool
 
32
                                Name="VCCustomBuildTool"/>
 
33
                        <Tool
 
34
                                Name="VCLinkerTool"
 
35
                                OutputFile="$(OutDir)\$(ProjectName).exe"
 
36
                                LinkIncremental="2"
 
37
                                GenerateDebugInformation="TRUE"
 
38
                                AssemblyDebug="1"
 
39
                                SubSystem="2"/>
 
40
                        <Tool
 
41
                                Name="VCMIDLTool"/>
 
42
                        <Tool
 
43
                                Name="VCPostBuildEventTool"/>
 
44
                        <Tool
 
45
                                Name="VCPreBuildEventTool"/>
 
46
                        <Tool
 
47
                                Name="VCPreLinkEventTool"/>
 
48
                        <Tool
 
49
                                Name="VCResourceCompilerTool"/>
 
50
                        <Tool
 
51
                                Name="VCWebServiceProxyGeneratorTool"/>
 
52
                        <Tool
 
53
                                Name="VCXMLDataGeneratorTool"/>
 
54
                        <Tool
 
55
                                Name="VCWebDeploymentTool"/>
 
56
                        <Tool
 
57
                                Name="VCManagedWrapperGeneratorTool"/>
 
58
                        <Tool
 
59
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
60
                </Configuration>
 
61
                <Configuration
 
62
                        Name="Release|Win32"
 
63
                        OutputDirectory="$(SolutionDir)/bin/$(ConfigurationName)"
 
64
                        IntermediateDirectory="obj/$(ConfigurationName)"
 
65
                        ConfigurationType="1"
 
66
                        CharacterSet="2"
 
67
                        ManagedExtensions="TRUE">
 
68
                        <Tool
 
69
                                Name="VCCLCompilerTool"
 
70
                                PreprocessorDefinitions="WIN32;NDEBUG"
 
71
                                MinimalRebuild="FALSE"
 
72
                                RuntimeLibrary="0"
 
73
                                UsePrecompiledHeader="3"
 
74
                                WarningLevel="3"
 
75
                                DebugInformationFormat="3"/>
 
76
                        <Tool
 
77
                                Name="VCCustomBuildTool"/>
 
78
                        <Tool
 
79
                                Name="VCLinkerTool"
 
80
                                OutputFile="$(OutDir)\$(ProjectName).exe"
 
81
                                LinkIncremental="1"
 
82
                                GenerateDebugInformation="TRUE"
 
83
                                SubSystem="2"/>
 
84
                        <Tool
 
85
                                Name="VCMIDLTool"/>
 
86
                        <Tool
 
87
                                Name="VCPostBuildEventTool"/>
 
88
                        <Tool
 
89
                                Name="VCPreBuildEventTool"/>
 
90
                        <Tool
 
91
                                Name="VCPreLinkEventTool"/>
 
92
                        <Tool
 
93
                                Name="VCResourceCompilerTool"/>
 
94
                        <Tool
 
95
                                Name="VCWebServiceProxyGeneratorTool"/>
 
96
                        <Tool
 
97
                                Name="VCXMLDataGeneratorTool"/>
 
98
                        <Tool
 
99
                                Name="VCWebDeploymentTool"/>
 
100
                        <Tool
 
101
                                Name="VCManagedWrapperGeneratorTool"/>
 
102
                        <Tool
 
103
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
104
                </Configuration>
 
105
        </Configurations>
 
106
        <References>
 
107
                <AssemblyReference
 
108
                        RelativePath="mscorlib.dll"/>
 
109
                <AssemblyReference
 
110
                        RelativePath="System.dll"/>
 
111
                <AssemblyReference
 
112
                        RelativePath="System.Data.dll"/>
 
113
                <AssemblyReference
 
114
                        RelativePath="System.Drawing.dll"/>
 
115
                <AssemblyReference
 
116
                        RelativePath="System.Windows.Forms.dll"/>
 
117
                <AssemblyReference
 
118
                        RelativePath="System.XML.dll"/>
 
119
        </References>
 
120
        <Files>
 
121
                <Filter
 
122
                        Name="Source Files"
 
123
                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
124
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
 
125
                        <File
 
126
                                RelativePath=".\AssemblyInfo.cpp">
 
127
                        </File>
 
128
                        <File
 
129
                                RelativePath=".\Form1.cpp">
 
130
                        </File>
 
131
                        <File
 
132
                                RelativePath=".\stdafx.cpp">
 
133
                                <FileConfiguration
 
134
                                        Name="Debug|Win32">
 
135
                                        <Tool
 
136
                                                Name="VCCLCompilerTool"
 
137
                                                UsePrecompiledHeader="1"/>
 
138
                                </FileConfiguration>
 
139
                                <FileConfiguration
 
140
                                        Name="Release|Win32">
 
141
                                        <Tool
 
142
                                                Name="VCCLCompilerTool"
 
143
                                                UsePrecompiledHeader="1"/>
 
144
                                </FileConfiguration>
 
145
                        </File>
 
146
                </Filter>
 
147
                <Filter
 
148
                        Name="Header Files"
 
149
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
150
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
 
151
                        <File
 
152
                                RelativePath=".\Form1.h"
 
153
                                FileType="3">
 
154
                                <File
 
155
                                        RelativePath=".\Form1.resX">
 
156
                                        <FileConfiguration
 
157
                                                Name="Debug|Win32">
 
158
                                                <Tool
 
159
                                                        Name="VCManagedResourceCompilerTool"
 
160
                                                        ResourceFileName="$(IntDir)/WinForms.Form1.resources"/>
 
161
                                        </FileConfiguration>
 
162
                                        <FileConfiguration
 
163
                                                Name="Release|Win32">
 
164
                                                <Tool
 
165
                                                        Name="VCManagedResourceCompilerTool"
 
166
                                                        ResourceFileName="$(IntDir)/WinForms.Form1.resources"/>
 
167
                                        </FileConfiguration>
 
168
                                </File>
 
169
                        </File>
 
170
                        <File
 
171
                                RelativePath=".\resource.h">
 
172
                        </File>
 
173
                        <File
 
174
                                RelativePath=".\stdafx.h">
 
175
                        </File>
 
176
                </Filter>
 
177
                <Filter
 
178
                        Name="Resource Files"
 
179
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
 
180
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
 
181
                        <File
 
182
                                RelativePath=".\app.ico">
 
183
                        </File>
 
184
                        <File
 
185
                                RelativePath=".\app.rc">
 
186
                        </File>
 
187
                </Filter>
 
188
                <File
 
189
                        RelativePath=".\ReadMe.txt">
 
190
                </File>
 
191
        </Files>
 
192
        <Globals>
 
193
        </Globals>
 
194
</VisualStudioProject>