author | mwildbolz |
Mon, 01 Oct 2012 17:09:55 +0200 | |
changeset 752 | 48a0ebbefa74 |
parent 732 | d1f47159c1a4 |
permissions | -rw-r--r-- |
709 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
3 |
<ItemGroup Label="ProjectConfigurations"> |
|
4 |
<ProjectConfiguration Include="Debug UNICODE|Win32"> |
|
5 |
<Configuration>Debug UNICODE</Configuration> |
|
6 |
<Platform>Win32</Platform> |
|
7 |
</ProjectConfiguration> |
|
8 |
<ProjectConfiguration Include="Debug|Win32"> |
|
9 |
<Configuration>Debug</Configuration> |
|
10 |
<Platform>Win32</Platform> |
|
11 |
</ProjectConfiguration> |
|
12 |
<ProjectConfiguration Include="Release UNICODE|Win32"> |
|
13 |
<Configuration>Release UNICODE</Configuration> |
|
14 |
<Platform>Win32</Platform> |
|
15 |
</ProjectConfiguration> |
|
16 |
<ProjectConfiguration Include="Release|Win32"> |
|
17 |
<Configuration>Release</Configuration> |
|
18 |
<Platform>Win32</Platform> |
|
19 |
</ProjectConfiguration> |
|
20 |
</ItemGroup> |
|
21 |
<PropertyGroup Label="Globals"> |
|
22 |
<ProjectName>can_peak_win32</ProjectName> |
|
23 |
<ProjectGuid>{732EC5B6-C6F1-4783-9BC8-924FFF67BF5A}</ProjectGuid> |
|
24 |
<Keyword>Win32Proj</Keyword> |
|
25 |
</PropertyGroup> |
|
26 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
27 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug UNICODE|Win32'" Label="Configuration"> |
|
28 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
29 |
<CharacterSet>MultiByte</CharacterSet> |
|
30 |
</PropertyGroup> |
|
31 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release UNICODE|Win32'" Label="Configuration"> |
|
32 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
33 |
<CharacterSet>MultiByte</CharacterSet> |
|
34 |
</PropertyGroup> |
|
35 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
36 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
37 |
<CharacterSet>MultiByte</CharacterSet> |
|
38 |
</PropertyGroup> |
|
39 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
40 |
<ConfigurationType>DynamicLibrary</ConfigurationType> |
|
41 |
<CharacterSet>MultiByte</CharacterSet> |
|
42 |
</PropertyGroup> |
|
43 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
44 |
<ImportGroup Label="ExtensionSettings"> |
|
45 |
</ImportGroup> |
|
46 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug UNICODE|Win32'" Label="PropertySheets"> |
|
47 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
48 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
|
49 |
</ImportGroup> |
|
50 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release UNICODE|Win32'" Label="PropertySheets"> |
|
51 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
52 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
|
53 |
</ImportGroup> |
|
54 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
|
55 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
56 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
|
57 |
</ImportGroup> |
|
58 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
|
59 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
60 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
|
61 |
</ImportGroup> |
|
62 |
<PropertyGroup Label="UserMacros" /> |
|
63 |
<PropertyGroup> |
|
64 |
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
|
65 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../../Debug\</OutDir> |
|
66 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> |
|
67 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
|
68 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../../Release\</OutDir> |
|
69 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> |
|
70 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
|
71 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release UNICODE|Win32'">../../Release UNICODE\</OutDir> |
|
72 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release UNICODE|Win32'">$(Configuration)\</IntDir> |
|
73 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release UNICODE|Win32'">false</LinkIncremental> |
|
74 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug UNICODE|Win32'">../../Debug UNICODE\</OutDir> |
|
75 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug UNICODE|Win32'">$(Configuration)\</IntDir> |
|
76 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug UNICODE|Win32'">true</LinkIncremental> |
|
77 |
</PropertyGroup> |
|
78 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
79 |
<ClCompile> |
|
80 |
<Optimization>Disabled</Optimization> |
|
729
17fb41e21e7a
cna_peak_win32 VS2010 project file:
Christian Taedcke <hacking@taedcke.com>
parents:
709
diff
changeset
|
81 |
<AdditionalIncludeDirectories>../../include;../../include/win32;D:\myProjects/PCAN-Light API/Include/C++;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
709 | 82 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CANpeak_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
83 |
<MinimalRebuild>true</MinimalRebuild> |
|
84 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
85 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
86 |
<PrecompiledHeader> |
|
87 |
</PrecompiledHeader> |
|
88 |
<WarningLevel>Level3</WarningLevel> |
|
89 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
90 |
</ClCompile> |
|
91 |
<Link> |
|
92 |
<OutputFile>$(OutDir)can_peak_win32.dll</OutputFile> |
|
93 |
<ModuleDefinitionFile>can_peak_win32.def</ModuleDefinitionFile> |
|
94 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
95 |
<ProgramDatabaseFile>$(OutDir)can_peak_win32.pdb</ProgramDatabaseFile> |
|
96 |
<SubSystem>Windows</SubSystem> |
|
97 |
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
98 |
<DataExecutionPrevention> |
|
99 |
</DataExecutionPrevention> |
|
100 |
<ImportLibrary>$(OutDir)can_peak_win32.lib</ImportLibrary> |
|
101 |
<TargetMachine>MachineX86</TargetMachine> |
|
732
d1f47159c1a4
can_peak_win32 project files:
Christian Taedcke <hacking@taedcke.com>
parents:
729
diff
changeset
|
102 |
<AdditionalDependencies>D:\myProjects\PCAN-Light API\Win32\VC_LIB\PCAN_USB.lib</AdditionalDependencies> |
709 | 103 |
</Link> |
104 |
</ItemDefinitionGroup> |
|
105 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
106 |
<ClCompile> |
|
732
d1f47159c1a4
can_peak_win32 project files:
Christian Taedcke <hacking@taedcke.com>
parents:
729
diff
changeset
|
107 |
<AdditionalIncludeDirectories>../../include;../../include/win32;D:\myProjects/PCAN-Light API/Include/C++;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
709 | 108 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CANpeak_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
109 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
110 |
<PrecompiledHeader> |
|
111 |
</PrecompiledHeader> |
|
112 |
<WarningLevel>Level3</WarningLevel> |
|
113 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
114 |
</ClCompile> |
|
115 |
<Link> |
|
116 |
<OutputFile>$(OutDir)can_peak_win32.dll</OutputFile> |
|
117 |
<ModuleDefinitionFile>can_peak_win32.def</ModuleDefinitionFile> |
|
118 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
119 |
<SubSystem>Windows</SubSystem> |
|
120 |
<OptimizeReferences>true</OptimizeReferences> |
|
121 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
122 |
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
123 |
<DataExecutionPrevention> |
|
124 |
</DataExecutionPrevention> |
|
125 |
<ImportLibrary>$(OutDir)can_peak_win32.lib</ImportLibrary> |
|
126 |
<TargetMachine>MachineX86</TargetMachine> |
|
732
d1f47159c1a4
can_peak_win32 project files:
Christian Taedcke <hacking@taedcke.com>
parents:
729
diff
changeset
|
127 |
<AdditionalDependencies>D:\myProjects\PCAN-Light API\Win32\VC_LIB\PCAN_USB.lib</AdditionalDependencies> |
709 | 128 |
</Link> |
129 |
</ItemDefinitionGroup> |
|
130 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release UNICODE|Win32'"> |
|
131 |
<ClCompile> |
|
732
d1f47159c1a4
can_peak_win32 project files:
Christian Taedcke <hacking@taedcke.com>
parents:
729
diff
changeset
|
132 |
<AdditionalIncludeDirectories>../../include;../../include/win32;D:\myProjects/PCAN-Light API/Include/C++;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
709 | 133 |
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CANpeak_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
134 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
135 |
<PrecompiledHeader> |
|
136 |
</PrecompiledHeader> |
|
137 |
<WarningLevel>Level3</WarningLevel> |
|
138 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
139 |
</ClCompile> |
|
140 |
<Link> |
|
141 |
<OutputFile>$(OutDir)can_peak_win32.dll</OutputFile> |
|
142 |
<ModuleDefinitionFile>can_peak_win32.def</ModuleDefinitionFile> |
|
143 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
144 |
<SubSystem>Windows</SubSystem> |
|
145 |
<OptimizeReferences>true</OptimizeReferences> |
|
146 |
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
147 |
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
148 |
<DataExecutionPrevention> |
|
149 |
</DataExecutionPrevention> |
|
150 |
<ImportLibrary>$(OutDir)can_peak_win32.lib</ImportLibrary> |
|
151 |
<TargetMachine>MachineX86</TargetMachine> |
|
732
d1f47159c1a4
can_peak_win32 project files:
Christian Taedcke <hacking@taedcke.com>
parents:
729
diff
changeset
|
152 |
<AdditionalDependencies>D:\myProjects\PCAN-Light API\Win32\VC_LIB\PCAN_USB.lib</AdditionalDependencies> |
709 | 153 |
</Link> |
154 |
</ItemDefinitionGroup> |
|
155 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug UNICODE|Win32'"> |
|
156 |
<ClCompile> |
|
157 |
<Optimization>Disabled</Optimization> |
|
732
d1f47159c1a4
can_peak_win32 project files:
Christian Taedcke <hacking@taedcke.com>
parents:
729
diff
changeset
|
158 |
<AdditionalIncludeDirectories>../../include;../../include/win32;D:\myProjects/PCAN-Light API/Include/C++;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
709 | 159 |
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CANpeak_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
160 |
<MinimalRebuild>true</MinimalRebuild> |
|
161 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
162 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
163 |
<PrecompiledHeader> |
|
164 |
</PrecompiledHeader> |
|
165 |
<WarningLevel>Level3</WarningLevel> |
|
166 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
167 |
</ClCompile> |
|
168 |
<Link> |
|
169 |
<OutputFile>$(OutDir)can_peak_win32.dll</OutputFile> |
|
170 |
<ModuleDefinitionFile>can_peak_win32.def</ModuleDefinitionFile> |
|
171 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
172 |
<ProgramDatabaseFile>$(OutDir)can_peak_win32.pdb</ProgramDatabaseFile> |
|
173 |
<SubSystem>Windows</SubSystem> |
|
174 |
<RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
175 |
<DataExecutionPrevention> |
|
176 |
</DataExecutionPrevention> |
|
177 |
<ImportLibrary>$(OutDir)can_peak_win32.lib</ImportLibrary> |
|
178 |
<TargetMachine>MachineX86</TargetMachine> |
|
732
d1f47159c1a4
can_peak_win32 project files:
Christian Taedcke <hacking@taedcke.com>
parents:
729
diff
changeset
|
179 |
<AdditionalDependencies>D:\myProjects\PCAN-Light API\Win32\VC_LIB\PCAN_USB.lib</AdditionalDependencies> |
709 | 180 |
</Link> |
181 |
</ItemDefinitionGroup> |
|
182 |
<ItemGroup> |
|
183 |
<ClCompile Include="can_peak_win32.c" /> |
|
184 |
</ItemGroup> |
|
185 |
<ItemGroup> |
|
186 |
<None Include="can_peak_win32.def" /> |
|
187 |
</ItemGroup> |
|
188 |
<ItemGroup> |
|
189 |
<ClInclude Include="cancfg.h" /> |
|
190 |
</ItemGroup> |
|
191 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
192 |
<ImportGroup Label="ExtensionTargets"> |
|
193 |
</ImportGroup> |
|
194 |
</Project> |