Cleanup; move commandline makefile to subdir
[usb-relay-hid.git] / windows-vs / VS_GUI_demo / GUIapp(vc2008).vcproj
CommitLineData
00a4b8f3 1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="GUIapp"
6 ProjectGUID="{59CCF7A0-C46F-4699-9A55-3A7DFA3333D8}"
7 RootNamespace="GUIapp"
8 Keyword="ManagedCProj"
9 TargetFrameworkVersion="196613"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="1"
24 CharacterSet="1"
25 ManagedExtensions="2"
26 >
27 <Tool
28 Name="VCPreBuildEventTool"
29 />
30 <Tool
31 Name="VCCustomBuildTool"
32 />
33 <Tool
34 Name="VCXMLDataGeneratorTool"
35 />
36 <Tool
37 Name="VCWebServiceProxyGeneratorTool"
38 />
39 <Tool
40 Name="VCMIDLTool"
41 />
42 <Tool
43 Name="VCCLCompilerTool"
44 Optimization="0"
45 PreprocessorDefinitions="WIN32;_DEBUG"
46 RuntimeLibrary="3"
47 UsePrecompiledHeader="0"
48 WarningLevel="3"
49 DebugInformationFormat="3"
50 />
51 <Tool
52 Name="VCManagedResourceCompilerTool"
53 />
54 <Tool
55 Name="VCResourceCompilerTool"
56 />
57 <Tool
58 Name="VCPreLinkEventTool"
59 />
60 <Tool
61 Name="VCLinkerTool"
62 AdditionalDependencies="$(NoInherit)"
63 LinkIncremental="2"
64 AdditionalLibraryDirectories="..\..\commandline\vsproj\Debug"
65 GenerateDebugInformation="true"
66 AssemblyDebug="1"
67 SubSystem="2"
68 EntryPointSymbol="main"
69 TargetMachine="1"
70 />
71 <Tool
72 Name="VCALinkTool"
73 />
74 <Tool
75 Name="VCManifestTool"
76 />
77 <Tool
78 Name="VCXDCMakeTool"
79 />
80 <Tool
81 Name="VCBscMakeTool"
82 />
83 <Tool
84 Name="VCFxCopTool"
85 />
86 <Tool
87 Name="VCAppVerifierTool"
88 />
89 <Tool
90 Name="VCPostBuildEventTool"
91 />
92 </Configuration>
93 <Configuration
94 Name="Release|Win32"
95 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
96 IntermediateDirectory="$(ConfigurationName)"
97 ConfigurationType="1"
98 CharacterSet="1"
99 ManagedExtensions="2"
100 WholeProgramOptimization="1"
101 >
102 <Tool
103 Name="VCPreBuildEventTool"
104 />
105 <Tool
106 Name="VCCustomBuildTool"
107 />
108 <Tool
109 Name="VCXMLDataGeneratorTool"
110 />
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
113 />
114 <Tool
115 Name="VCMIDLTool"
116 />
117 <Tool
118 Name="VCCLCompilerTool"
119 PreprocessorDefinitions="WIN32;NDEBUG"
120 RuntimeLibrary="2"
121 UsePrecompiledHeader="0"
122 WarningLevel="3"
123 DebugInformationFormat="3"
124 />
125 <Tool
126 Name="VCManagedResourceCompilerTool"
127 />
128 <Tool
129 Name="VCResourceCompilerTool"
130 />
131 <Tool
132 Name="VCPreLinkEventTool"
133 />
134 <Tool
135 Name="VCLinkerTool"
136 AdditionalDependencies="$(NoInherit)"
137 LinkIncremental="1"
138 AdditionalLibraryDirectories="..\..\commandline\vsproj\Release"
139 GenerateDebugInformation="true"
140 SubSystem="2"
141 EntryPointSymbol="main"
142 TargetMachine="1"
143 />
144 <Tool
145 Name="VCALinkTool"
146 />
147 <Tool
148 Name="VCManifestTool"
149 />
150 <Tool
151 Name="VCXDCMakeTool"
152 />
153 <Tool
154 Name="VCBscMakeTool"
155 />
156 <Tool
157 Name="VCFxCopTool"
158 />
159 <Tool
160 Name="VCAppVerifierTool"
161 />
162 <Tool
163 Name="VCPostBuildEventTool"
164 />
165 </Configuration>
166 </Configurations>
167 <References>
168 <AssemblyReference
169 RelativePath="System.dll"
170 AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
171 MinFrameworkVersion="131072"
172 />
173 <AssemblyReference
174 RelativePath="System.Drawing.dll"
175 AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
176 MinFrameworkVersion="131072"
177 />
178 <AssemblyReference
179 RelativePath="System.Windows.Forms.dll"
180 AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
181 MinFrameworkVersion="131072"
182 />
183 </References>
184 <Files>
185 <Filter
186 Name="Source Files"
187 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
188 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
189 >
190 <File
191 RelativePath=".\AssemblyInfo.cpp"
192 >
193 </File>
194 <File
195 RelativePath=".\GUIapp.cpp"
196 >
197 </File>
198 </Filter>
199 <Filter
200 Name="Header Files"
201 Filter="h;hpp;hxx;hm;inl;inc;xsd"
202 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
203 >
204 <File
205 RelativePath=".\Form1.h"
206 FileType="3"
207 >
208 <File
209 RelativePath=".\Form1.resX"
210 SubType="Designer"
211 >
212 </File>
213 </File>
214 <File
215 RelativePath=".\resource.h"
216 >
217 </File>
218 </Filter>
219 <Filter
220 Name="Resource Files"
221 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
222 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
223 >
224 <File
225 RelativePath=".\app.ico"
226 >
227 </File>
228 <File
229 RelativePath=".\app.rc"
230 >
231 </File>
232 </Filter>
233 <File
234 RelativePath=".\ReadMe.txt"
235 >
236 </File>
237 </Files>
238 <Globals>
239 </Globals>
240</VisualStudioProject>