source: trunk/examples/activeqt/dotnet/wrapper/lib/lib.vcproj@ 846

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

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

File size: 3.6 KB
Line 
1<?xml version="1.0" encoding = "Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="lib"
6 ProjectGUID="{2E94A303-45A2-47AC-B87A-7C3519E9D6D8}"
7 Keyword="ManagedCProj">
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="2"
18 CharacterSet="2"
19 ManagedExtensions="TRUE">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 AdditionalIncludeDirectories="&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtCore&quot;"
24 PreprocessorDefinitions="WIN32;_DEBUG"
25 IgnoreStandardIncludePath="FALSE"
26 MinimalRebuild="FALSE"
27 BasicRuntimeChecks="0"
28 RuntimeLibrary="1"
29 UsePrecompiledHeader="0"
30 WarningLevel="3"
31 DebugInformationFormat="3"/>
32 <Tool
33 Name="VCCustomBuildTool"/>
34 <Tool
35 Name="VCLinkerTool"
36 AdditionalDependencies="QtCored4.lib"
37 OutputFile="lib.dll"
38 LinkIncremental="2"
39 AdditionalLibraryDirectories="$(QTDIR)/lib"
40 GenerateDebugInformation="TRUE"/>
41 <Tool
42 Name="VCMIDLTool"/>
43 <Tool
44 Name="VCPostBuildEventTool"/>
45 <Tool
46 Name="VCPreBuildEventTool"/>
47 <Tool
48 Name="VCPreLinkEventTool"/>
49 <Tool
50 Name="VCResourceCompilerTool"/>
51 <Tool
52 Name="VCWebServiceProxyGeneratorTool"/>
53 <Tool
54 Name="VCWebDeploymentTool"/>
55 </Configuration>
56 <Configuration
57 Name="Release|Win32"
58 OutputDirectory="Release"
59 IntermediateDirectory="Release"
60 ConfigurationType="2"
61 CharacterSet="2"
62 ManagedExtensions="TRUE">
63 <Tool
64 Name="VCCLCompilerTool"
65 Optimization="2"
66 AdditionalIncludeDirectories="&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtCore&quot;"
67 InlineFunctionExpansion="1"
68 PreprocessorDefinitions="WIN32;NDEBUG"
69 MinimalRebuild="FALSE"
70 RuntimeLibrary="2"
71 UsePrecompiledHeader="0"
72 WarningLevel="3"/>
73 <Tool
74 Name="VCCustomBuildTool"/>
75 <Tool
76 Name="VCLinkerTool"
77 AdditionalDependencies="QtCore4.lib"
78 OutputFile="$(OutDir)/lib.dll"
79 LinkIncremental="1"
80 AdditionalLibraryDirectories="$(QTDIR)/lib"
81 GenerateDebugInformation="TRUE"/>
82 <Tool
83 Name="VCMIDLTool"/>
84 <Tool
85 Name="VCPostBuildEventTool"/>
86 <Tool
87 Name="VCPreBuildEventTool"/>
88 <Tool
89 Name="VCPreLinkEventTool"/>
90 <Tool
91 Name="VCResourceCompilerTool"/>
92 <Tool
93 Name="VCWebServiceProxyGeneratorTool"/>
94 <Tool
95 Name="VCWebDeploymentTool"/>
96 </Configuration>
97 </Configurations>
98 <Files>
99 <Filter
100 Name="Source Files"
101 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
102 <File
103 RelativePath="networker.cpp">
104 </File>
105 <File
106 RelativePath="tools.cpp">
107 </File>
108 <File
109 RelativePath="worker.cpp">
110 </File>
111 </Filter>
112 <Filter
113 Name="Header Files"
114 Filter="h;hpp;hxx;hm;inl;inc">
115 <File
116 RelativePath="networker.h">
117 </File>
118 <File
119 RelativePath="tools.h">
120 </File>
121 <File
122 RelativePath="worker.h">
123 <FileConfiguration
124 Name="Debug|Win32">
125 <Tool
126 Name="VCCustomBuildTool"
127 CommandLine="$(QTDIR)\bin\moc.exe $(InputName).h -o moc_$(InputName).cpp"
128 Outputs="moc_$(InputName).cpp"/>
129 </FileConfiguration>
130 <FileConfiguration
131 Name="Release|Win32">
132 <Tool
133 Name="VCCustomBuildTool"
134 CommandLine="$(QTDIR)\bin\moc.exe $(InputName).h -o moc_$(InputName).cpp"
135 Outputs="moc_$(InputName).cpp"/>
136 </FileConfiguration>
137 </File>
138 </Filter>
139 <Filter
140 Name="Generated MOC"
141 Filter="">
142 <File
143 RelativePath="moc_worker.cpp">
144 </File>
145 </Filter>
146 </Files>
147 <Globals>
148 </Globals>
149</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.