/[rdesktop]/sourceforge.net/trunk/seamlessrdp/ServerExe/clipper.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

Annotation of /sourceforge.net/trunk/seamlessrdp/ServerExe/clipper.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 929 - (hide annotations)
Thu Jun 30 13:49:44 2005 UTC (18 years, 11 months ago) by astrand
File size: 4451 byte(s)
Resource file is still called clipper.rc.

1 astrand 920 <?xml version="1.0" encoding="Windows-1252"?>
2 astrand 918 <VisualStudioProject
3     ProjectType="Visual C++"
4 astrand 920 Version="7.10"
5 astrand 927 Name="ServerExe"
6 astrand 918 ProjectGUID="{4C27EA74-3453-4222-BDD2-37C3B90438D2}"
7     SccProjectName=""
8     SccLocalPath="">
9     <Platforms>
10     <Platform
11     Name="Win32"/>
12     </Platforms>
13     <Configurations>
14     <Configuration
15     Name="Debug|Win32"
16     OutputDirectory="Debug"
17     IntermediateDirectory="Debug"
18     ConfigurationType="1"
19     UseOfMFC="0"
20     ATLMinimizesCRunTimeLibraryUsage="FALSE"
21     CharacterSet="2">
22     <Tool
23     Name="VCCLCompilerTool"
24     Optimization="0"
25     PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
26     BasicRuntimeChecks="3"
27     RuntimeLibrary="3"
28 astrand 928 UsePrecompiledHeader="0"
29 astrand 926 PrecompiledHeaderFile="Debug/seamlessrdpshell.pch"
30 astrand 918 AssemblerListingLocation="Debug/"
31     ObjectFile="Debug/"
32     ProgramDataBaseFileName="Debug/"
33     WarningLevel="3"
34     SuppressStartupBanner="TRUE"
35     DebugInformationFormat="4"/>
36     <Tool
37     Name="VCCustomBuildTool"/>
38     <Tool
39     Name="VCLinkerTool"
40     AdditionalOptions="/MACHINE:I386"
41     AdditionalDependencies=""
42 astrand 926 OutputFile="Debug/seamlessrdpshell.exe"
43 astrand 918 LinkIncremental="2"
44     SuppressStartupBanner="TRUE"
45     GenerateDebugInformation="TRUE"
46 astrand 926 ProgramDatabaseFile="Debug/seamlessrdpshell.pdb"
47 astrand 918 SubSystem="2"/>
48     <Tool
49     Name="VCMIDLTool"
50     PreprocessorDefinitions="_DEBUG"
51     MkTypLibCompatible="TRUE"
52     SuppressStartupBanner="TRUE"
53     TargetEnvironment="1"
54 astrand 926 TypeLibraryName="d:\Debug/seamlessrdpshell.tlb"/>
55 astrand 918 <Tool
56     Name="VCPostBuildEventTool"
57     CommandLine="copy &quot;$(targetPath)&quot; &quot;$(SolutionDir)\build\&quot;"/>
58     <Tool
59     Name="VCPreBuildEventTool"/>
60     <Tool
61     Name="VCPreLinkEventTool"/>
62     <Tool
63     Name="VCResourceCompilerTool"
64     PreprocessorDefinitions="_DEBUG"
65     Culture="1031"/>
66     <Tool
67     Name="VCWebServiceProxyGeneratorTool"/>
68     <Tool
69 astrand 920 Name="VCXMLDataGeneratorTool"/>
70     <Tool
71 astrand 918 Name="VCWebDeploymentTool"/>
72 astrand 920 <Tool
73     Name="VCManagedWrapperGeneratorTool"/>
74     <Tool
75     Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
76 astrand 918 </Configuration>
77     <Configuration
78     Name="Release|Win32"
79     OutputDirectory=".\Release"
80     IntermediateDirectory=".\Release"
81     ConfigurationType="1"
82     UseOfMFC="0"
83     ATLMinimizesCRunTimeLibraryUsage="FALSE"
84     CharacterSet="2">
85     <Tool
86     Name="VCCLCompilerTool"
87     InlineFunctionExpansion="1"
88     PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
89     StringPooling="TRUE"
90     RuntimeLibrary="2"
91     EnableFunctionLevelLinking="TRUE"
92 astrand 928 UsePrecompiledHeader="0"
93 astrand 926 PrecompiledHeaderFile=".\Release/seamlessrdpshell.pch"
94 astrand 918 AssemblerListingLocation=".\Release/"
95     ObjectFile=".\Release/"
96     ProgramDataBaseFileName=".\Release/"
97     WarningLevel="3"
98     SuppressStartupBanner="TRUE"/>
99     <Tool
100     Name="VCCustomBuildTool"/>
101     <Tool
102     Name="VCLinkerTool"
103     AdditionalOptions="/MACHINE:I386"
104     AdditionalDependencies=""
105 astrand 926 OutputFile=".\Release/seamlessrdpshell.exe"
106 astrand 918 LinkIncremental="2"
107     SuppressStartupBanner="TRUE"
108 astrand 926 ProgramDatabaseFile=".\Release/seamlessrdpshell.pdb"
109 astrand 918 SubSystem="2"/>
110     <Tool
111     Name="VCMIDLTool"
112     PreprocessorDefinitions="NDEBUG"
113     MkTypLibCompatible="TRUE"
114     SuppressStartupBanner="TRUE"
115     TargetEnvironment="1"
116 astrand 926 TypeLibraryName=".\Release/seamlessrdpshell.tlb"/>
117 astrand 918 <Tool
118     Name="VCPostBuildEventTool"
119     CommandLine="copy &quot;$(targetPath)&quot; &quot;$(SolutionDir)\build\&quot;"/>
120     <Tool
121     Name="VCPreBuildEventTool"/>
122     <Tool
123     Name="VCPreLinkEventTool"/>
124     <Tool
125     Name="VCResourceCompilerTool"
126     PreprocessorDefinitions="NDEBUG"
127     Culture="1031"/>
128     <Tool
129     Name="VCWebServiceProxyGeneratorTool"/>
130     <Tool
131 astrand 920 Name="VCXMLDataGeneratorTool"/>
132     <Tool
133 astrand 918 Name="VCWebDeploymentTool"/>
134 astrand 920 <Tool
135     Name="VCManagedWrapperGeneratorTool"/>
136     <Tool
137     Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
138 astrand 918 </Configuration>
139     </Configurations>
140 astrand 920 <References>
141     </References>
142 astrand 918 <Files>
143     <File
144     RelativePath=".\hookdll\hook.cpp">
145     </File>
146     <File
147     RelativePath=".\hookdll\hook.h">
148     </File>
149     <File
150     RelativePath=".\icon.ico">
151     </File>
152     <File
153     RelativePath=".\main.cpp">
154     </File>
155     <File
156     RelativePath=".\resource.h">
157     </File>
158 astrand 927 <File
159 astrand 929 RelativePath=".\clipper.rc">
160 astrand 927 </File>
161 astrand 918 </Files>
162     <Globals>
163     </Globals>
164     </VisualStudioProject>

  ViewVC Help
Powered by ViewVC 1.1.26