/[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 925 - (show annotations)
Thu Jun 30 09:44:24 2005 UTC (18 years, 11 months ago) by astrand
File size: 4469 byte(s)
Client DLL renamed from TSWindowClipper.dll to seamlessrdp.dll

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 copy &quot;$(TargetPath)&quot; C:\WINDOWS\SYSTEM32
109 "/>
110 <Tool
111 Name="VCPreBuildEventTool"/>
112 <Tool
113 Name="VCPreLinkEventTool"/>
114 <Tool
115 Name="VCResourceCompilerTool"/>
116 <Tool
117 Name="VCWebServiceProxyGeneratorTool"/>
118 <Tool
119 Name="VCXMLDataGeneratorTool"/>
120 <Tool
121 Name="VCWebDeploymentTool"/>
122 <Tool
123 Name="VCManagedWrapperGeneratorTool"/>
124 <Tool
125 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
126 </Configuration>
127 </Configurations>
128 <References>
129 </References>
130 <Files>
131 <Filter
132 Name="Source Files"
133 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
134 <File
135 RelativePath="clipper.cpp">
136 </File>
137 <File
138 RelativePath="hash.cpp">
139 </File>
140 <File
141 RelativePath="Tokenizer.cpp">
142 </File>
143 <File
144 RelativePath="WindowData.cpp">
145 </File>
146 </Filter>
147 <Filter
148 Name="Header Files"
149 Filter="h;hpp;hxx;hm;inl;inc">
150 <File
151 RelativePath="clipper.h">
152 </File>
153 <File
154 RelativePath="hash.h">
155 </File>
156 <File
157 RelativePath="StdString.h">
158 </File>
159 <File
160 RelativePath="Tokenizer.h">
161 </File>
162 <File
163 RelativePath="WindowData.h">
164 </File>
165 </Filter>
166 <Filter
167 Name="Resource Files"
168 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
169 <File
170 RelativePath="clipper.Def">
171 </File>
172 </Filter>
173 </Files>
174 <Globals>
175 </Globals>
176 </VisualStudioProject>

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26