/[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 918 - (show annotations)
Thu Jun 30 08:53:04 2005 UTC (19 years ago) by astrand
File size: 4187 byte(s)
Imported CodeProject tswindowclipper source.

1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
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)/TSWindowClipper.dll"
36 LinkIncremental="2"
37 AdditionalLibraryDirectories=""
38 ModuleDefinitionFile="clipper.def"
39 GenerateDebugInformation="TRUE"
40 ProgramDatabaseFile="$(OutDir)/TSWindowClipper.pdb"
41 SubSystem="2"
42 BaseAddress="0x1C000000"
43 ImportLibrary="$(OutDir)/TSWindowClipper.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 copy &quot;$(TargetPath)&quot; C:\WINDOWS\SYSTEM32
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="VCWebDeploymentTool"/>
62 </Configuration>
63 <Configuration
64 Name="Release|Win32"
65 OutputDirectory="Release"
66 IntermediateDirectory="Release"
67 ConfigurationType="2"
68 CharacterSet="2">
69 <Tool
70 Name="VCCLCompilerTool"
71 Optimization="2"
72 InlineFunctionExpansion="1"
73 OmitFramePointers="TRUE"
74 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TSWINDOWCLIPPER_EXPORTS"
75 StringPooling="TRUE"
76 RuntimeLibrary="0"
77 EnableFunctionLevelLinking="TRUE"
78 UsePrecompiledHeader="0"
79 WarningLevel="3"
80 Detect64BitPortabilityProblems="TRUE"
81 DebugInformationFormat="3"/>
82 <Tool
83 Name="VCCustomBuildTool"/>
84 <Tool
85 Name="VCLinkerTool"
86 OutputFile="$(OutDir)/TSWindowClipper.dll"
87 LinkIncremental="1"
88 ModuleDefinitionFile="clipper.def"
89 GenerateDebugInformation="TRUE"
90 ProgramDatabaseFile="$(OutDir)/TSWindowClipper.pdb"
91 SubSystem="2"
92 OptimizeReferences="2"
93 EnableCOMDATFolding="2"
94 BaseAddress="0x1C000000"
95 ImportLibrary="$(OutDir)/TSWindowClipper.lib"
96 TargetMachine="1"/>
97 <Tool
98 Name="VCMIDLTool"/>
99 <Tool
100 Name="VCPostBuildEventTool"
101 CommandLine="copy &quot;$(targetPath)&quot; &quot;$(SolutionDir)\build\&quot;
102 copy &quot;$(TargetPath)&quot; C:\WINDOWS\SYSTEM32
103 "/>
104 <Tool
105 Name="VCPreBuildEventTool"/>
106 <Tool
107 Name="VCPreLinkEventTool"/>
108 <Tool
109 Name="VCResourceCompilerTool"/>
110 <Tool
111 Name="VCWebServiceProxyGeneratorTool"/>
112 <Tool
113 Name="VCWebDeploymentTool"/>
114 </Configuration>
115 </Configurations>
116 <Files>
117 <Filter
118 Name="Source Files"
119 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
120 <File
121 RelativePath="clipper.cpp">
122 </File>
123 <File
124 RelativePath="hash.cpp">
125 </File>
126 <File
127 RelativePath="Tokenizer.cpp">
128 </File>
129 <File
130 RelativePath="WindowData.cpp">
131 </File>
132 </Filter>
133 <Filter
134 Name="Header Files"
135 Filter="h;hpp;hxx;hm;inl;inc">
136 <File
137 RelativePath="clipper.h">
138 </File>
139 <File
140 RelativePath="hash.h">
141 </File>
142 <File
143 RelativePath="StdString.h">
144 </File>
145 <File
146 RelativePath="Tokenizer.h">
147 </File>
148 <File
149 RelativePath="WindowData.h">
150 </File>
151 </Filter>
152 <Filter
153 Name="Resource Files"
154 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
155 <File
156 RelativePath="clipper.Def">
157 </File>
158 </Filter>
159 </Files>
160 <Globals>
161 </Globals>
162 </VisualStudioProject>

  ViewVC Help
Powered by ViewVC 1.1.26