source: trunk/examples/activeqt/dotnet/walkthrough/vb.vbproj@ 168

Last change on this file since 168 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 5.3 KB
Line 
1<VisualStudioProject>
2 <VisualBasic
3 ProjectType = "Local"
4 ProductVersion = "7.0.9466"
5 SchemaVersion = "1.0"
6 ProjectGuid = "{BFF242A6-967C-4F73-BEBE-DED2D9C395C6}"
7 >
8 <Build>
9 <Settings
10 ApplicationIcon = ""
11 AssemblyKeyContainerName = ""
12 AssemblyName = "vb"
13 AssemblyOriginatorKeyFile = ""
14 AssemblyOriginatorKeyMode = "None"
15 DefaultClientScript = "JScript"
16 DefaultHTMLPageLayout = "Grid"
17 DefaultTargetSchema = "IE50"
18 DelaySign = "false"
19 OutputType = "WinExe"
20 OptionCompare = "Binary"
21 OptionExplicit = "On"
22 OptionStrict = "Off"
23 RootNamespace = "vb"
24 StartupObject = "vb.Form1"
25 >
26 <Config
27 Name = "Debug"
28 BaseAddress = "285212672"
29 ConfigurationOverrideFile = ""
30 DefineConstants = ""
31 DefineDebug = "true"
32 DefineTrace = "true"
33 DebugSymbols = "true"
34 IncrementalBuild = "true"
35 Optimize = "false"
36 OutputPath = "bin\"
37 RegisterForComInterop = "false"
38 RemoveIntegerChecks = "false"
39 TreatWarningsAsErrors = "false"
40 WarningLevel = "1"
41 />
42 <Config
43 Name = "Release"
44 BaseAddress = "285212672"
45 ConfigurationOverrideFile = ""
46 DefineConstants = ""
47 DefineDebug = "false"
48 DefineTrace = "true"
49 DebugSymbols = "false"
50 IncrementalBuild = "false"
51 Optimize = "true"
52 OutputPath = "bin\"
53 RegisterForComInterop = "false"
54 RemoveIntegerChecks = "false"
55 TreatWarningsAsErrors = "false"
56 WarningLevel = "1"
57 />
58 </Settings>
59 <References>
60 <Reference
61 Name = "System"
62 AssemblyName = "System"
63 />
64 <Reference
65 Name = "System.Data"
66 AssemblyName = "System.Data"
67 />
68 <Reference
69 Name = "System.Drawing"
70 AssemblyName = "System.Drawing"
71 />
72 <Reference
73 Name = "System.Windows.Forms"
74 AssemblyName = "System.Windows.Forms"
75 />
76 <Reference
77 Name = "System.XML"
78 AssemblyName = "System.Xml"
79 />
80 <Reference
81 Name = "stdole"
82 Guid = "{00020430-0000-0000-C000-000000000046}"
83 VersionMajor = "2"
84 VersionMinor = "0"
85 Lcid = "0"
86 WrapperTool = "primary"
87 />
88 <Reference
89 Name = "wrapperaxLib"
90 Guid = "{3B756301-0075-4E40-8BE8-5A81DE2426B7}"
91 VersionMajor = "1"
92 VersionMinor = "0"
93 Lcid = "0"
94 WrapperTool = "tlbimp"
95 />
96 <Reference
97 Name = "multipleaxLib"
98 Guid = "{05828915-AD1C-47AB-AB96-D6AD1E25F0E2}"
99 VersionMajor = "1"
100 VersionMinor = "0"
101 Lcid = "0"
102 WrapperTool = "tlbimp"
103 />
104 <Reference
105 Name = "AxwrapperaxLib"
106 Guid = "{3B756301-0075-4E40-8BE8-5A81DE2426B7}"
107 VersionMajor = "1"
108 VersionMinor = "0"
109 Lcid = "0"
110 WrapperTool = "aximp"
111 />
112 <Reference
113 Name = "AxmultipleaxLib"
114 Guid = "{05828915-AD1C-47AB-AB96-D6AD1E25F0E2}"
115 VersionMajor = "1"
116 VersionMinor = "0"
117 Lcid = "0"
118 WrapperTool = "aximp"
119 />
120 </References>
121 <Imports>
122 <Import Namespace = "Microsoft.VisualBasic" />
123 <Import Namespace = "System" />
124 <Import Namespace = "System.Collections" />
125 <Import Namespace = "System.Data" />
126 <Import Namespace = "System.Drawing" />
127 <Import Namespace = "System.Diagnostics" />
128 <Import Namespace = "System.Windows.Forms" />
129 </Imports>
130 </Build>
131 <Files>
132 <Include>
133 <File
134 RelPath = "Form1.vb"
135 SubType = "Form"
136 BuildAction = "Compile"
137 />
138 <File
139 RelPath = "Form1.resx"
140 DependentUpon = "Form1.vb"
141 BuildAction = "EmbeddedResource"
142 />
143 </Include>
144 </Files>
145 </VisualBasic>
146</VisualStudioProject>
147
Note: See TracBrowser for help on using the repository browser.