source: trunk/examples/activeqt/dotnet/walkthrough/csharp.csproj@ 563

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