drivers/can_copcican_win32/can_copcican_win32.vc10.vcxproj
changeset 708 1e0a91978826
parent 629 b9274b595650
child 731 c4793e10e04f
equal deleted inserted replaced
707:4c52690c53fb 708:1e0a91978826
       
     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|Win32">
       
     5       <Configuration>Debug</Configuration>
       
     6       <Platform>Win32</Platform>
       
     7     </ProjectConfiguration>
       
     8     <ProjectConfiguration Include="Release|Win32">
       
     9       <Configuration>Release</Configuration>
       
    10       <Platform>Win32</Platform>
       
    11     </ProjectConfiguration>
       
    12   </ItemGroup>
       
    13   <PropertyGroup Label="Globals">
       
    14     <ProjectGuid>{A18C416F-3CBB-4744-BA24-FA5C5F3CBE0D}</ProjectGuid>
       
    15     <Keyword>Win32Proj</Keyword>
       
    16     <RootNamespace>can_copcican_win32</RootNamespace>
       
    17     <ProjectName>can_copcican_win32</ProjectName>
       
    18   </PropertyGroup>
       
    19   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
       
    20   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
       
    21     <ConfigurationType>DynamicLibrary</ConfigurationType>
       
    22     <UseDebugLibraries>true</UseDebugLibraries>
       
    23     <CharacterSet>Unicode</CharacterSet>
       
    24   </PropertyGroup>
       
    25   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
       
    26     <ConfigurationType>DynamicLibrary</ConfigurationType>
       
    27     <UseDebugLibraries>false</UseDebugLibraries>
       
    28     <WholeProgramOptimization>true</WholeProgramOptimization>
       
    29     <CharacterSet>Unicode</CharacterSet>
       
    30   </PropertyGroup>
       
    31   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
       
    32   <ImportGroup Label="ExtensionSettings">
       
    33   </ImportGroup>
       
    34   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
       
    35     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
       
    36   </ImportGroup>
       
    37   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
       
    38     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
       
    39   </ImportGroup>
       
    40   <PropertyGroup Label="UserMacros" />
       
    41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
       
    42     <LinkIncremental>true</LinkIncremental>
       
    43   </PropertyGroup>
       
    44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
       
    45     <LinkIncremental>false</LinkIncremental>
       
    46   </PropertyGroup>
       
    47   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
       
    48     <ClCompile>
       
    49       <PrecompiledHeader>Use</PrecompiledHeader>
       
    50       <WarningLevel>Level3</WarningLevel>
       
    51       <Optimization>Disabled</Optimization>
       
    52       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CAN_COPCICAN_WIN32_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       
    53       <AdditionalIncludeDirectories>$(SolutionDir)\include;$(SolutionDir)\include\win32;$(SolutionDir)\..\driver_windows\Cosateq_4Port_CAN_SDK\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
       
    54     </ClCompile>
       
    55     <Link>
       
    56       <SubSystem>Windows</SubSystem>
       
    57       <GenerateDebugInformation>true</GenerateDebugInformation>
       
    58       <AdditionalDependencies>$(SolutionDir)\..\driver_windows\Cosateq_4Port_CAN_SDK\lib\co_can_lib.lib;%(AdditionalDependencies)</AdditionalDependencies>
       
    59       <ModuleDefinitionFile>can_copcican_win32.def</ModuleDefinitionFile>
       
    60     </Link>
       
    61   </ItemDefinitionGroup>
       
    62   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
       
    63     <ClCompile>
       
    64       <WarningLevel>Level3</WarningLevel>
       
    65       <PrecompiledHeader>Use</PrecompiledHeader>
       
    66       <Optimization>MaxSpeed</Optimization>
       
    67       <FunctionLevelLinking>true</FunctionLevelLinking>
       
    68       <IntrinsicFunctions>true</IntrinsicFunctions>
       
    69       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CAN_COPCICAN_WIN32_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       
    70     </ClCompile>
       
    71     <Link>
       
    72       <SubSystem>Windows</SubSystem>
       
    73       <GenerateDebugInformation>true</GenerateDebugInformation>
       
    74       <EnableCOMDATFolding>true</EnableCOMDATFolding>
       
    75       <OptimizeReferences>true</OptimizeReferences>
       
    76       <ModuleDefinitionFile>can_copcican_win32.def</ModuleDefinitionFile>
       
    77     </Link>
       
    78   </ItemDefinitionGroup>
       
    79   <ItemGroup>
       
    80     <None Include="can_copcican_win32.def" />
       
    81     <None Include="ReadMe.txt" />
       
    82   </ItemGroup>
       
    83   <ItemGroup>
       
    84     <ClInclude Include="stdafx.h" />
       
    85     <ClInclude Include="targetver.h" />
       
    86   </ItemGroup>
       
    87   <ItemGroup>
       
    88     <ClCompile Include="can_copcican_win32.cpp" />
       
    89     <ClCompile Include="dllmain.cpp">
       
    90       <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
       
    91       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
       
    92       </PrecompiledHeader>
       
    93       <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
       
    94       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
       
    95       </PrecompiledHeader>
       
    96     </ClCompile>
       
    97     <ClCompile Include="stdafx.cpp">
       
    98       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
       
    99       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
       
   100     </ClCompile>
       
   101   </ItemGroup>
       
   102   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
       
   103   <ImportGroup Label="ExtensionTargets">
       
   104   </ImportGroup>
       
   105 </Project>