/[H7]/trunk/PIC/Testprogram/serial1.vcproj
ViewVC logotype

Annotation of /trunk/PIC/Testprogram/serial1.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 38 - (hide annotations) (download)
Thu Feb 1 10:03:52 2007 UTC (17 years, 4 months ago) by torben
File size: 4396 byte(s)
Added test-program for  serial communication module
1 torben 38 <?xml version="1.0" encoding="Windows-1252"?>
2     <VisualStudioProject
3     ProjectType="Visual C++"
4     Version="7.10"
5     Name="serial1"
6     ProjectGUID="{A7F98918-ED2B-4BE4-93FD-9A029E557E0E}"
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="1"
18     UseOfMFC="2"
19     CharacterSet="2">
20     <Tool
21     Name="VCCLCompilerTool"
22     Optimization="0"
23     PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24     MinimalRebuild="TRUE"
25     BasicRuntimeChecks="3"
26     RuntimeLibrary="3"
27     UsePrecompiledHeader="3"
28     WarningLevel="3"
29     Detect64BitPortabilityProblems="TRUE"
30     DebugInformationFormat="4"/>
31     <Tool
32     Name="VCCustomBuildTool"/>
33     <Tool
34     Name="VCLinkerTool"
35     OutputFile="$(OutDir)/serial1.exe"
36     LinkIncremental="2"
37     GenerateDebugInformation="TRUE"
38     ProgramDatabaseFile="$(OutDir)/serial1.pdb"
39     SubSystem="1"
40     TargetMachine="1"/>
41     <Tool
42     Name="VCMIDLTool"/>
43     <Tool
44     Name="VCPostBuildEventTool"/>
45     <Tool
46     Name="VCPreBuildEventTool"/>
47     <Tool
48     Name="VCPreLinkEventTool"/>
49     <Tool
50     Name="VCResourceCompilerTool"/>
51     <Tool
52     Name="VCWebServiceProxyGeneratorTool"/>
53     <Tool
54     Name="VCXMLDataGeneratorTool"/>
55     <Tool
56     Name="VCWebDeploymentTool"/>
57     <Tool
58     Name="VCManagedWrapperGeneratorTool"/>
59     <Tool
60     Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
61     </Configuration>
62     <Configuration
63     Name="Release|Win32"
64     OutputDirectory="Release"
65     IntermediateDirectory="Release"
66     ConfigurationType="1"
67     UseOfMFC="2"
68     CharacterSet="2">
69     <Tool
70     Name="VCCLCompilerTool"
71     PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
72     RuntimeLibrary="2"
73     UsePrecompiledHeader="3"
74     WarningLevel="3"
75     Detect64BitPortabilityProblems="TRUE"
76     DebugInformationFormat="3"/>
77     <Tool
78     Name="VCCustomBuildTool"/>
79     <Tool
80     Name="VCLinkerTool"
81     OutputFile="$(OutDir)/serial1.exe"
82     LinkIncremental="1"
83     GenerateDebugInformation="TRUE"
84     SubSystem="1"
85     OptimizeReferences="2"
86     EnableCOMDATFolding="2"
87     TargetMachine="1"/>
88     <Tool
89     Name="VCMIDLTool"/>
90     <Tool
91     Name="VCPostBuildEventTool"/>
92     <Tool
93     Name="VCPreBuildEventTool"/>
94     <Tool
95     Name="VCPreLinkEventTool"/>
96     <Tool
97     Name="VCResourceCompilerTool"/>
98     <Tool
99     Name="VCWebServiceProxyGeneratorTool"/>
100     <Tool
101     Name="VCXMLDataGeneratorTool"/>
102     <Tool
103     Name="VCWebDeploymentTool"/>
104     <Tool
105     Name="VCManagedWrapperGeneratorTool"/>
106     <Tool
107     Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
108     </Configuration>
109     </Configurations>
110     <References>
111     </References>
112     <Files>
113     <Filter
114     Name="Source Files"
115     Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
116     UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
117     <File
118     RelativePath=".\H7Serial.cpp">
119     </File>
120     <File
121     RelativePath=".\Serial.cpp">
122     </File>
123     <File
124     RelativePath=".\serial1.cpp">
125     </File>
126     <File
127     RelativePath=".\SlipSerial.cpp">
128     </File>
129     <File
130     RelativePath=".\stdafx.cpp">
131     <FileConfiguration
132     Name="Debug|Win32">
133     <Tool
134     Name="VCCLCompilerTool"
135     UsePrecompiledHeader="1"/>
136     </FileConfiguration>
137     <FileConfiguration
138     Name="Release|Win32">
139     <Tool
140     Name="VCCLCompilerTool"
141     UsePrecompiledHeader="1"/>
142     </FileConfiguration>
143     </File>
144     </Filter>
145     <Filter
146     Name="Header Files"
147     Filter="h;hpp;hxx;hm;inl;inc;xsd"
148     UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
149     <File
150     RelativePath=".\H7Serial.h">
151     </File>
152     <File
153     RelativePath=".\Resource.h">
154     </File>
155     <File
156     RelativePath=".\Serial.h">
157     </File>
158     <File
159     RelativePath=".\serial1.h">
160     </File>
161     <File
162     RelativePath=".\SlipSerial.h">
163     </File>
164     <File
165     RelativePath=".\stdafx.h">
166     </File>
167     </Filter>
168     <Filter
169     Name="Resource Files"
170     Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
171     UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
172     <File
173     RelativePath=".\serial1.rc">
174     </File>
175     </Filter>
176     <File
177     RelativePath=".\ReadMe.txt">
178     </File>
179     </Files>
180     <Globals>
181     </Globals>
182     </VisualStudioProject>

  ViewVC Help
Powered by ViewVC 1.1.20