494
|
1 |
<?xml version="1.0" encoding="Windows-1252"?>
|
|
2 |
<VisualStudioProject
|
|
3 |
ProjectType="Visual C++"
|
|
4 |
Version="8,00"
|
|
5 |
Name="can_anagate_win32"
|
|
6 |
ProjectGUID="{2F3E1E68-1518-4829-B543-8DF2987E664B}"
|
|
7 |
RootNamespace="can_anagate_win32"
|
|
8 |
Keyword="Win32Proj"
|
|
9 |
>
|
|
10 |
<Platforms>
|
|
11 |
<Platform
|
|
12 |
Name="Win32"
|
|
13 |
/>
|
|
14 |
</Platforms>
|
|
15 |
<ToolFiles>
|
|
16 |
</ToolFiles>
|
|
17 |
<Configurations>
|
|
18 |
<Configuration
|
|
19 |
Name="Debug|Win32"
|
|
20 |
OutputDirectory="../../Debug"
|
|
21 |
IntermediateDirectory="$(ConfigurationName)"
|
|
22 |
ConfigurationType="2"
|
|
23 |
CharacterSet="1"
|
|
24 |
>
|
|
25 |
<Tool
|
|
26 |
Name="VCPreBuildEventTool"
|
|
27 |
/>
|
|
28 |
<Tool
|
|
29 |
Name="VCCustomBuildTool"
|
|
30 |
/>
|
|
31 |
<Tool
|
|
32 |
Name="VCXMLDataGeneratorTool"
|
|
33 |
/>
|
|
34 |
<Tool
|
|
35 |
Name="VCWebServiceProxyGeneratorTool"
|
|
36 |
/>
|
|
37 |
<Tool
|
|
38 |
Name="VCMIDLTool"
|
|
39 |
/>
|
|
40 |
<Tool
|
|
41 |
Name="VCCLCompilerTool"
|
|
42 |
Optimization="0"
|
|
43 |
AdditionalIncludeDirectories="AnaGateCAN_API;../../include;../../include/win32"
|
|
44 |
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CAN_ANAGATE_WIN32_EXPORTS"
|
|
45 |
MinimalRebuild="true"
|
|
46 |
BasicRuntimeChecks="3"
|
|
47 |
RuntimeLibrary="3"
|
|
48 |
UsePrecompiledHeader="0"
|
|
49 |
WarningLevel="3"
|
|
50 |
Detect64BitPortabilityProblems="false"
|
|
51 |
DebugInformationFormat="4"
|
|
52 |
/>
|
|
53 |
<Tool
|
|
54 |
Name="VCManagedResourceCompilerTool"
|
|
55 |
/>
|
|
56 |
<Tool
|
|
57 |
Name="VCResourceCompilerTool"
|
|
58 |
/>
|
|
59 |
<Tool
|
|
60 |
Name="VCPreLinkEventTool"
|
|
61 |
/>
|
|
62 |
<Tool
|
|
63 |
Name="VCLinkerTool"
|
|
64 |
AdditionalDependencies="AnaGateCanDll.lib"
|
|
65 |
LinkIncremental="2"
|
|
66 |
AdditionalLibraryDirectories="AnaGateCAN_API"
|
|
67 |
ModuleDefinitionFile="can_anagate_win32.def"
|
|
68 |
GenerateDebugInformation="true"
|
|
69 |
SubSystem="2"
|
|
70 |
TargetMachine="1"
|
|
71 |
/>
|
|
72 |
<Tool
|
|
73 |
Name="VCALinkTool"
|
|
74 |
/>
|
|
75 |
<Tool
|
|
76 |
Name="VCManifestTool"
|
|
77 |
/>
|
|
78 |
<Tool
|
|
79 |
Name="VCXDCMakeTool"
|
|
80 |
/>
|
|
81 |
<Tool
|
|
82 |
Name="VCBscMakeTool"
|
|
83 |
/>
|
|
84 |
<Tool
|
|
85 |
Name="VCFxCopTool"
|
|
86 |
/>
|
|
87 |
<Tool
|
|
88 |
Name="VCAppVerifierTool"
|
|
89 |
/>
|
|
90 |
<Tool
|
|
91 |
Name="VCWebDeploymentTool"
|
|
92 |
/>
|
|
93 |
<Tool
|
|
94 |
Name="VCPostBuildEventTool"
|
|
95 |
/>
|
|
96 |
</Configuration>
|
|
97 |
<Configuration
|
|
98 |
Name="Release|Win32"
|
|
99 |
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
100 |
IntermediateDirectory="$(ConfigurationName)"
|
|
101 |
ConfigurationType="2"
|
|
102 |
CharacterSet="1"
|
|
103 |
WholeProgramOptimization="1"
|
|
104 |
>
|
|
105 |
<Tool
|
|
106 |
Name="VCPreBuildEventTool"
|
|
107 |
/>
|
|
108 |
<Tool
|
|
109 |
Name="VCCustomBuildTool"
|
|
110 |
/>
|
|
111 |
<Tool
|
|
112 |
Name="VCXMLDataGeneratorTool"
|
|
113 |
/>
|
|
114 |
<Tool
|
|
115 |
Name="VCWebServiceProxyGeneratorTool"
|
|
116 |
/>
|
|
117 |
<Tool
|
|
118 |
Name="VCMIDLTool"
|
|
119 |
/>
|
|
120 |
<Tool
|
|
121 |
Name="VCCLCompilerTool"
|
|
122 |
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;CAN_ANAGATE_WIN32_EXPORTS"
|
|
123 |
RuntimeLibrary="2"
|
|
124 |
UsePrecompiledHeader="2"
|
|
125 |
WarningLevel="3"
|
|
126 |
Detect64BitPortabilityProblems="true"
|
|
127 |
DebugInformationFormat="3"
|
|
128 |
/>
|
|
129 |
<Tool
|
|
130 |
Name="VCManagedResourceCompilerTool"
|
|
131 |
/>
|
|
132 |
<Tool
|
|
133 |
Name="VCResourceCompilerTool"
|
|
134 |
/>
|
|
135 |
<Tool
|
|
136 |
Name="VCPreLinkEventTool"
|
|
137 |
/>
|
|
138 |
<Tool
|
|
139 |
Name="VCLinkerTool"
|
|
140 |
LinkIncremental="1"
|
|
141 |
GenerateDebugInformation="true"
|
|
142 |
SubSystem="2"
|
|
143 |
OptimizeReferences="2"
|
|
144 |
EnableCOMDATFolding="2"
|
|
145 |
TargetMachine="1"
|
|
146 |
/>
|
|
147 |
<Tool
|
|
148 |
Name="VCALinkTool"
|
|
149 |
/>
|
|
150 |
<Tool
|
|
151 |
Name="VCManifestTool"
|
|
152 |
/>
|
|
153 |
<Tool
|
|
154 |
Name="VCXDCMakeTool"
|
|
155 |
/>
|
|
156 |
<Tool
|
|
157 |
Name="VCBscMakeTool"
|
|
158 |
/>
|
|
159 |
<Tool
|
|
160 |
Name="VCFxCopTool"
|
|
161 |
/>
|
|
162 |
<Tool
|
|
163 |
Name="VCAppVerifierTool"
|
|
164 |
/>
|
|
165 |
<Tool
|
|
166 |
Name="VCWebDeploymentTool"
|
|
167 |
/>
|
|
168 |
<Tool
|
|
169 |
Name="VCPostBuildEventTool"
|
|
170 |
/>
|
|
171 |
</Configuration>
|
|
172 |
</Configurations>
|
|
173 |
<References>
|
|
174 |
</References>
|
|
175 |
<Files>
|
|
176 |
<Filter
|
|
177 |
Name="Quelldateien"
|
|
178 |
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
179 |
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
180 |
>
|
|
181 |
<File
|
|
182 |
RelativePath=".\can_anagate_win32.c"
|
|
183 |
>
|
|
184 |
</File>
|
|
185 |
<File
|
|
186 |
RelativePath=".\can_anagate_win32.def"
|
|
187 |
>
|
|
188 |
</File>
|
|
189 |
</Filter>
|
|
190 |
<Filter
|
|
191 |
Name="Headerdateien"
|
|
192 |
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
193 |
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
194 |
>
|
|
195 |
<File
|
|
196 |
RelativePath=".\API\include\AnaGateDllCan.h"
|
|
197 |
>
|
|
198 |
</File>
|
|
199 |
</Filter>
|
|
200 |
<File
|
|
201 |
RelativePath=".\ReadMe.txt"
|
|
202 |
>
|
|
203 |
</File>
|
|
204 |
</Files>
|
|
205 |
<Globals>
|
|
206 |
</Globals>
|
|
207 |
</VisualStudioProject>
|