/[rdesktop]/sourceforge.net/trunk/seamlessrdp/ClientDLL/tswindowclipper.vcproj
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /sourceforge.net/trunk/seamlessrdp/ClientDLL/tswindowclipper.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 934 - (show annotations)
Thu Jun 30 14:59:32 2005 UTC (18 years, 11 months ago) by astrand
File size: 4416 byte(s)
Do not copy clientdll to C:\\WINDOWS\\SYSTEM32 after build.
(release configuration)

1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="ClientDLL"
6 ProjectGUID="{7A2CB0E6-2796-4AAB-8D94-EE8EA3AFCEFB}"
7 Keyword="Win32Proj">
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 UseOfATL="0"
19 CharacterSet="2">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TSWINDOWCLIPPER_EXPORTS"
24 MinimalRebuild="TRUE"
25 BasicRuntimeChecks="3"
26 RuntimeLibrary="1"
27 UsePrecompiledHeader="0"
28 WarningLevel="3"
29 Detect64BitPortabilityProblems="TRUE"
30 DebugInformationFormat="4"/>
31 <Tool
32 Name="VCCustomBuildTool"/>
33 <Tool
34 Name="VCLinkerTool"
35 OutputFile="$(OutDir)/seamlessrdp.dll"
36 LinkIncremental="2"
37 AdditionalLibraryDirectories=""
38 ModuleDefinitionFile="clipper.def"
39 GenerateDebugInformation="TRUE"
40 ProgramDatabaseFile="$(OutDir)/seamlessrdp.pdb"
41 SubSystem="2"
42 BaseAddress="0x1C000000"
43 ImportLibrary="$(OutDir)/seamlessrdp.lib"
44 TargetMachine="1"/>
45 <Tool
46 Name="VCMIDLTool"/>
47 <Tool
48 Name="VCPostBuildEventTool"
49 CommandLine="copy &quot;$(targetPath)&quot; &quot;$(SolutionDir)\build\&quot;
50
51 "/>
52 <Tool
53 Name="VCPreBuildEventTool"/>
54 <Tool
55 Name="VCPreLinkEventTool"/>
56 <Tool
57 Name="VCResourceCompilerTool"/>
58 <Tool
59 Name="VCWebServiceProxyGeneratorTool"/>
60 <Tool
61 Name="VCXMLDataGeneratorTool"/>
62 <Tool
63 Name="VCWebDeploymentTool"/>
64 <Tool
65 Name="VCManagedWrapperGeneratorTool"/>
66 <Tool
67 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
68 </Configuration>
69 <Configuration
70 Name="Release|Win32"
71 OutputDirectory="Release"
72 IntermediateDirectory="Release"
73 ConfigurationType="2"
74 CharacterSet="2">
75 <Tool
76 Name="VCCLCompilerTool"
77 Optimization="2"
78 InlineFunctionExpansion="1"
79 OmitFramePointers="TRUE"
80 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TSWINDOWCLIPPER_EXPORTS"
81 StringPooling="TRUE"
82 RuntimeLibrary="0"
83 EnableFunctionLevelLinking="TRUE"
84 UsePrecompiledHeader="0"
85 WarningLevel="3"
86 Detect64BitPortabilityProblems="TRUE"
87 DebugInformationFormat="3"/>
88 <Tool
89 Name="VCCustomBuildTool"/>
90 <Tool
91 Name="VCLinkerTool"
92 OutputFile="$(OutDir)/seamlessrdp.dll"
93 LinkIncremental="1"
94 ModuleDefinitionFile="clipper.def"
95 GenerateDebugInformation="TRUE"
96 ProgramDatabaseFile="$(OutDir)/seamlessrdp.pdb"
97 SubSystem="2"
98 OptimizeReferences="2"
99 EnableCOMDATFolding="2"
100 BaseAddress="0x1C000000"
101 ImportLibrary="$(OutDir)/seamlessrdp.lib"
102 TargetMachine="1"/>
103 <Tool
104 Name="VCMIDLTool"/>
105 <Tool
106 Name="VCPostBuildEventTool"
107 CommandLine="copy &quot;$(targetPath)&quot; &quot;$(SolutionDir)\build\&quot;
108 "/>
109 <Tool
110 Name="VCPreBuildEventTool"/>
111 <Tool
112 Name="VCPreLinkEventTool"/>
113 <Tool
114 Name="VCResourceCompilerTool"/>
115 <Tool
116 Name="VCWebServiceProxyGeneratorTool"/>
117 <Tool
118 Name="VCXMLDataGeneratorTool"/>
119 <Tool
120 Name="VCWebDeploymentTool"/>
121 <Tool
122 Name="VCManagedWrapperGeneratorTool"/>
123 <Tool
124 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
125 </Configuration>
126 </Configurations>
127 <References>
128 </References>
129 <Files>
130 <Filter
131 Name="Source Files"
132 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
133 <File
134 RelativePath="clipper.cpp">
135 </File>
136 <File
137 RelativePath="hash.cpp">
138 </File>
139 <File
140 RelativePath="Tokenizer.cpp">
141 </File>
142 <File
143 RelativePath="WindowData.cpp">
144 </File>
145 </Filter>
146 <Filter
147 Name="Header Files"
148 Filter="h;hpp;hxx;hm;inl;inc">
149 <File
150 RelativePath="clipper.h">
151 </File>
152 <File
153 RelativePath="hash.h">
154 </File>
155 <File
156 RelativePath="StdString.h">
157 </File>
158 <File
159 RelativePath="Tokenizer.h">
160 </File>
161 <File
162 RelativePath="WindowData.h">
163 </File>
164 </Filter>
165 <Filter
166 Name="Resource Files"
167 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
168 <File
169 RelativePath="clipper.Def">
170 </File>
171 </Filter>
172 </Files>
173 <Globals>
174 </Globals>
175 </VisualStudioProject>

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26