|
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> |
|
81 <AdditionalIncludeDirectories>../../include;../../include/win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
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> |
|
102 </Link> |
|
103 </ItemDefinitionGroup> |
|
104 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
105 <ClCompile> |
|
106 <AdditionalIncludeDirectories>../../include;../../include/win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
107 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CANpeak_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
108 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
109 <PrecompiledHeader> |
|
110 </PrecompiledHeader> |
|
111 <WarningLevel>Level3</WarningLevel> |
|
112 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
113 </ClCompile> |
|
114 <Link> |
|
115 <OutputFile>$(OutDir)can_peak_win32.dll</OutputFile> |
|
116 <ModuleDefinitionFile>can_peak_win32.def</ModuleDefinitionFile> |
|
117 <GenerateDebugInformation>true</GenerateDebugInformation> |
|
118 <SubSystem>Windows</SubSystem> |
|
119 <OptimizeReferences>true</OptimizeReferences> |
|
120 <EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
121 <RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
122 <DataExecutionPrevention> |
|
123 </DataExecutionPrevention> |
|
124 <ImportLibrary>$(OutDir)can_peak_win32.lib</ImportLibrary> |
|
125 <TargetMachine>MachineX86</TargetMachine> |
|
126 </Link> |
|
127 </ItemDefinitionGroup> |
|
128 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release UNICODE|Win32'"> |
|
129 <ClCompile> |
|
130 <AdditionalIncludeDirectories>../../include;../../include/win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
131 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CANpeak_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
132 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
133 <PrecompiledHeader> |
|
134 </PrecompiledHeader> |
|
135 <WarningLevel>Level3</WarningLevel> |
|
136 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
137 </ClCompile> |
|
138 <Link> |
|
139 <OutputFile>$(OutDir)can_peak_win32.dll</OutputFile> |
|
140 <ModuleDefinitionFile>can_peak_win32.def</ModuleDefinitionFile> |
|
141 <GenerateDebugInformation>true</GenerateDebugInformation> |
|
142 <SubSystem>Windows</SubSystem> |
|
143 <OptimizeReferences>true</OptimizeReferences> |
|
144 <EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
145 <RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
146 <DataExecutionPrevention> |
|
147 </DataExecutionPrevention> |
|
148 <ImportLibrary>$(OutDir)can_peak_win32.lib</ImportLibrary> |
|
149 <TargetMachine>MachineX86</TargetMachine> |
|
150 </Link> |
|
151 </ItemDefinitionGroup> |
|
152 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug UNICODE|Win32'"> |
|
153 <ClCompile> |
|
154 <Optimization>Disabled</Optimization> |
|
155 <AdditionalIncludeDirectories>../../include;../../include/win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
156 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CANpeak_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
157 <MinimalRebuild>true</MinimalRebuild> |
|
158 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
159 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
160 <PrecompiledHeader> |
|
161 </PrecompiledHeader> |
|
162 <WarningLevel>Level3</WarningLevel> |
|
163 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
164 </ClCompile> |
|
165 <Link> |
|
166 <OutputFile>$(OutDir)can_peak_win32.dll</OutputFile> |
|
167 <ModuleDefinitionFile>can_peak_win32.def</ModuleDefinitionFile> |
|
168 <GenerateDebugInformation>true</GenerateDebugInformation> |
|
169 <ProgramDatabaseFile>$(OutDir)can_peak_win32.pdb</ProgramDatabaseFile> |
|
170 <SubSystem>Windows</SubSystem> |
|
171 <RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
172 <DataExecutionPrevention> |
|
173 </DataExecutionPrevention> |
|
174 <ImportLibrary>$(OutDir)can_peak_win32.lib</ImportLibrary> |
|
175 <TargetMachine>MachineX86</TargetMachine> |
|
176 </Link> |
|
177 </ItemDefinitionGroup> |
|
178 <ItemGroup> |
|
179 <ClCompile Include="can_peak_win32.c" /> |
|
180 </ItemGroup> |
|
181 <ItemGroup> |
|
182 <None Include="can_peak_win32.def" /> |
|
183 </ItemGroup> |
|
184 <ItemGroup> |
|
185 <ClInclude Include="cancfg.h" /> |
|
186 </ItemGroup> |
|
187 <ItemGroup> |
|
188 <Library Include="..\..\..\..\PC-Card\Lib\Visual C++\Pcan_2pcc.lib" /> |
|
189 <Library Include="..\..\..\..\PC-Card\Lib\Visual C++\Pcan_pcc.lib" /> |
|
190 </ItemGroup> |
|
191 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
192 <ImportGroup Label="ExtensionTargets"> |
|
193 </ImportGroup> |
|
194 </Project> |