hacking@709: <?xml version="1.0" encoding="utf-8"?> hacking@709: <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> hacking@709: <ItemGroup Label="ProjectConfigurations"> hacking@709: <ProjectConfiguration Include="Debug UNICODE|Win32"> hacking@709: <Configuration>Debug UNICODE</Configuration> hacking@709: <Platform>Win32</Platform> hacking@709: </ProjectConfiguration> hacking@709: <ProjectConfiguration Include="Debug|Win32"> hacking@709: <Configuration>Debug</Configuration> hacking@709: <Platform>Win32</Platform> hacking@709: </ProjectConfiguration> hacking@709: <ProjectConfiguration Include="Release UNICODE|Win32"> hacking@709: <Configuration>Release UNICODE</Configuration> hacking@709: <Platform>Win32</Platform> hacking@709: </ProjectConfiguration> hacking@709: <ProjectConfiguration Include="Release|Win32"> hacking@709: <Configuration>Release</Configuration> hacking@709: <Platform>Win32</Platform> hacking@709: </ProjectConfiguration> hacking@709: </ItemGroup> hacking@709: <PropertyGroup Label="Globals"> hacking@709: <ProjectName>can_peak_win32</ProjectName> hacking@709: <ProjectGuid>{732EC5B6-C6F1-4783-9BC8-924FFF67BF5A}</ProjectGuid> hacking@709: <Keyword>Win32Proj</Keyword> hacking@709: </PropertyGroup> hacking@709: <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> hacking@709: <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug UNICODE|Win32'" Label="Configuration"> hacking@709: <ConfigurationType>DynamicLibrary</ConfigurationType> hacking@709: <CharacterSet>MultiByte</CharacterSet> hacking@709: </PropertyGroup> hacking@709: <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release UNICODE|Win32'" Label="Configuration"> hacking@709: <ConfigurationType>DynamicLibrary</ConfigurationType> hacking@709: <CharacterSet>MultiByte</CharacterSet> hacking@709: </PropertyGroup> hacking@709: <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> hacking@709: <ConfigurationType>DynamicLibrary</ConfigurationType> hacking@709: <CharacterSet>MultiByte</CharacterSet> hacking@709: </PropertyGroup> hacking@709: <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> hacking@709: <ConfigurationType>DynamicLibrary</ConfigurationType> hacking@709: <CharacterSet>MultiByte</CharacterSet> hacking@709: </PropertyGroup> hacking@709: <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> hacking@709: <ImportGroup Label="ExtensionSettings"> hacking@709: </ImportGroup> hacking@709: <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug UNICODE|Win32'" Label="PropertySheets"> hacking@709: <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> hacking@709: <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> hacking@709: </ImportGroup> hacking@709: <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release UNICODE|Win32'" Label="PropertySheets"> hacking@709: <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> hacking@709: <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> hacking@709: </ImportGroup> hacking@709: <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> hacking@709: <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> hacking@709: <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> hacking@709: </ImportGroup> hacking@709: <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> hacking@709: <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> hacking@709: <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> hacking@709: </ImportGroup> hacking@709: <PropertyGroup Label="UserMacros" /> hacking@709: <PropertyGroup> hacking@709: <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> hacking@709: <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../../Debug\</OutDir> hacking@709: <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> hacking@709: <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> hacking@709: <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../../Release\</OutDir> hacking@709: <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> hacking@709: <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> hacking@709: <OutDir Condition="'$(Configuration)|$(Platform)'=='Release UNICODE|Win32'">../../Release UNICODE\</OutDir> hacking@709: <IntDir Condition="'$(Configuration)|$(Platform)'=='Release UNICODE|Win32'">$(Configuration)\</IntDir> hacking@709: <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release UNICODE|Win32'">false</LinkIncremental> hacking@709: <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug UNICODE|Win32'">../../Debug UNICODE\</OutDir> hacking@709: <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug UNICODE|Win32'">$(Configuration)\</IntDir> hacking@709: <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug UNICODE|Win32'">true</LinkIncremental> hacking@709: </PropertyGroup> hacking@709: <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> hacking@709: <ClCompile> hacking@709: <Optimization>Disabled</Optimization> hacking@709: <AdditionalIncludeDirectories>../../include;../../include/win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> hacking@709: <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CANpeak_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> hacking@709: <MinimalRebuild>true</MinimalRebuild> hacking@709: <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> hacking@709: <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> hacking@709: <PrecompiledHeader> hacking@709: </PrecompiledHeader> hacking@709: <WarningLevel>Level3</WarningLevel> hacking@709: <DebugInformationFormat>EditAndContinue</DebugInformationFormat> hacking@709: </ClCompile> hacking@709: <Link> hacking@709: <OutputFile>$(OutDir)can_peak_win32.dll</OutputFile> hacking@709: <ModuleDefinitionFile>can_peak_win32.def</ModuleDefinitionFile> hacking@709: <GenerateDebugInformation>true</GenerateDebugInformation> hacking@709: <ProgramDatabaseFile>$(OutDir)can_peak_win32.pdb</ProgramDatabaseFile> hacking@709: <SubSystem>Windows</SubSystem> hacking@709: <RandomizedBaseAddress>false</RandomizedBaseAddress> hacking@709: <DataExecutionPrevention> hacking@709: </DataExecutionPrevention> hacking@709: <ImportLibrary>$(OutDir)can_peak_win32.lib</ImportLibrary> hacking@709: <TargetMachine>MachineX86</TargetMachine> hacking@709: </Link> hacking@709: </ItemDefinitionGroup> hacking@709: <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> hacking@709: <ClCompile> hacking@709: <AdditionalIncludeDirectories>../../include;../../include/win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> hacking@709: <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CANpeak_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> hacking@709: <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> hacking@709: <PrecompiledHeader> hacking@709: </PrecompiledHeader> hacking@709: <WarningLevel>Level3</WarningLevel> hacking@709: <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> hacking@709: </ClCompile> hacking@709: <Link> hacking@709: <OutputFile>$(OutDir)can_peak_win32.dll</OutputFile> hacking@709: <ModuleDefinitionFile>can_peak_win32.def</ModuleDefinitionFile> hacking@709: <GenerateDebugInformation>true</GenerateDebugInformation> hacking@709: <SubSystem>Windows</SubSystem> hacking@709: <OptimizeReferences>true</OptimizeReferences> hacking@709: <EnableCOMDATFolding>true</EnableCOMDATFolding> hacking@709: <RandomizedBaseAddress>false</RandomizedBaseAddress> hacking@709: <DataExecutionPrevention> hacking@709: </DataExecutionPrevention> hacking@709: <ImportLibrary>$(OutDir)can_peak_win32.lib</ImportLibrary> hacking@709: <TargetMachine>MachineX86</TargetMachine> hacking@709: </Link> hacking@709: </ItemDefinitionGroup> hacking@709: <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release UNICODE|Win32'"> hacking@709: <ClCompile> hacking@709: <AdditionalIncludeDirectories>../../include;../../include/win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> hacking@709: <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CANpeak_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> hacking@709: <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> hacking@709: <PrecompiledHeader> hacking@709: </PrecompiledHeader> hacking@709: <WarningLevel>Level3</WarningLevel> hacking@709: <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> hacking@709: </ClCompile> hacking@709: <Link> hacking@709: <OutputFile>$(OutDir)can_peak_win32.dll</OutputFile> hacking@709: <ModuleDefinitionFile>can_peak_win32.def</ModuleDefinitionFile> hacking@709: <GenerateDebugInformation>true</GenerateDebugInformation> hacking@709: <SubSystem>Windows</SubSystem> hacking@709: <OptimizeReferences>true</OptimizeReferences> hacking@709: <EnableCOMDATFolding>true</EnableCOMDATFolding> hacking@709: <RandomizedBaseAddress>false</RandomizedBaseAddress> hacking@709: <DataExecutionPrevention> hacking@709: </DataExecutionPrevention> hacking@709: <ImportLibrary>$(OutDir)can_peak_win32.lib</ImportLibrary> hacking@709: <TargetMachine>MachineX86</TargetMachine> hacking@709: </Link> hacking@709: </ItemDefinitionGroup> hacking@709: <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug UNICODE|Win32'"> hacking@709: <ClCompile> hacking@709: <Optimization>Disabled</Optimization> hacking@709: <AdditionalIncludeDirectories>../../include;../../include/win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> hacking@709: <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CANpeak_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> hacking@709: <MinimalRebuild>true</MinimalRebuild> hacking@709: <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> hacking@709: <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> hacking@709: <PrecompiledHeader> hacking@709: </PrecompiledHeader> hacking@709: <WarningLevel>Level3</WarningLevel> hacking@709: <DebugInformationFormat>EditAndContinue</DebugInformationFormat> hacking@709: </ClCompile> hacking@709: <Link> hacking@709: <OutputFile>$(OutDir)can_peak_win32.dll</OutputFile> hacking@709: <ModuleDefinitionFile>can_peak_win32.def</ModuleDefinitionFile> hacking@709: <GenerateDebugInformation>true</GenerateDebugInformation> hacking@709: <ProgramDatabaseFile>$(OutDir)can_peak_win32.pdb</ProgramDatabaseFile> hacking@709: <SubSystem>Windows</SubSystem> hacking@709: <RandomizedBaseAddress>false</RandomizedBaseAddress> hacking@709: <DataExecutionPrevention> hacking@709: </DataExecutionPrevention> hacking@709: <ImportLibrary>$(OutDir)can_peak_win32.lib</ImportLibrary> hacking@709: <TargetMachine>MachineX86</TargetMachine> hacking@709: </Link> hacking@709: </ItemDefinitionGroup> hacking@709: <ItemGroup> hacking@709: <ClCompile Include="can_peak_win32.c" /> hacking@709: </ItemGroup> hacking@709: <ItemGroup> hacking@709: <None Include="can_peak_win32.def" /> hacking@709: </ItemGroup> hacking@709: <ItemGroup> hacking@709: <ClInclude Include="cancfg.h" /> hacking@709: </ItemGroup> hacking@709: <ItemGroup> hacking@709: <Library Include="..\..\..\..\PC-Card\Lib\Visual C++\Pcan_2pcc.lib" /> hacking@709: <Library Include="..\..\..\..\PC-Card\Lib\Visual C++\Pcan_pcc.lib" /> hacking@709: </ItemGroup> hacking@709: <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> hacking@709: <ImportGroup Label="ExtensionTargets"> hacking@709: </ImportGroup> hacking@709: </Project>