|
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 <ProjectName>CanFestival-3</ProjectName> |
|
15 <ProjectGuid>{50EF2507-9B87-4525-8B19-80EB42E67079}</ProjectGuid> |
|
16 <RootNamespace>CanFestival-3</RootNamespace> |
|
17 <Keyword>Win32Proj</Keyword> |
|
18 </PropertyGroup> |
|
19 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
20 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
21 <ConfigurationType>DynamicLibrary</ConfigurationType> |
|
22 <CharacterSet>MultiByte</CharacterSet> |
|
23 </PropertyGroup> |
|
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
25 <ConfigurationType>DynamicLibrary</ConfigurationType> |
|
26 <CharacterSet>MultiByte</CharacterSet> |
|
27 </PropertyGroup> |
|
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
29 <ImportGroup Label="ExtensionSettings"> |
|
30 </ImportGroup> |
|
31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
|
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
33 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
|
34 </ImportGroup> |
|
35 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
|
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
37 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
|
38 </ImportGroup> |
|
39 <PropertyGroup Label="UserMacros" /> |
|
40 <PropertyGroup> |
|
41 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
|
42 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</OutDir> |
|
43 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</IntDir> |
|
44 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</OutDir> |
|
45 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir> |
|
46 </PropertyGroup> |
|
47 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
48 <ClCompile> |
|
49 <Optimization>Disabled</Optimization> |
|
50 <AdditionalIncludeDirectories>./include;./include/win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
51 <PreprocessorDefinitions>WIN32;_DEBUG;_DEBUG;DEBUG_WAR_CONSOLE_ON;DEBUG_ERR_CONSOLE_ON;_CRT_SECURE_NO_DEPRECATE;_WIN32_WINNT=0x0400;EMCY_MAX_ERRORS=8;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
52 <MinimalRebuild>true</MinimalRebuild> |
|
53 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
|
54 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
|
55 <PrecompiledHeader> |
|
56 </PrecompiledHeader> |
|
57 <ProgramDataBaseFileName>$(IntDir)CanFestival-3.pdb</ProgramDataBaseFileName> |
|
58 <WarningLevel>Level3</WarningLevel> |
|
59 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
|
60 </ClCompile> |
|
61 <Link> |
|
62 <ModuleDefinitionFile>./src/win32/CanFestival-3.def</ModuleDefinitionFile> |
|
63 <GenerateDebugInformation>true</GenerateDebugInformation> |
|
64 <EnableCOMDATFolding>false</EnableCOMDATFolding> |
|
65 <RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
66 <DataExecutionPrevention> |
|
67 </DataExecutionPrevention> |
|
68 </Link> |
|
69 </ItemDefinitionGroup> |
|
70 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
71 <ClCompile> |
|
72 <AdditionalIncludeDirectories>./include;./include/win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
73 <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
74 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
|
75 <PrecompiledHeader> |
|
76 </PrecompiledHeader> |
|
77 <WarningLevel>Level3</WarningLevel> |
|
78 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
|
79 </ClCompile> |
|
80 <Link> |
|
81 <ModuleDefinitionFile>./src/win32/CanFestival-3.def</ModuleDefinitionFile> |
|
82 <RandomizedBaseAddress>false</RandomizedBaseAddress> |
|
83 <DataExecutionPrevention> |
|
84 </DataExecutionPrevention> |
|
85 </Link> |
|
86 </ItemDefinitionGroup> |
|
87 <ItemGroup> |
|
88 <ClCompile Include="src\dcf.c" /> |
|
89 <ClCompile Include="src\emcy.c" /> |
|
90 <ClCompile Include="src\lifegrd.c" /> |
|
91 <ClCompile Include="src\lss.c" /> |
|
92 <ClCompile Include="src\nmtMaster.c" /> |
|
93 <ClCompile Include="src\nmtSlave.c" /> |
|
94 <ClCompile Include="src\objacces.c" /> |
|
95 <ClCompile Include="src\pdo.c" /> |
|
96 <ClCompile Include="src\sdo.c" /> |
|
97 <ClCompile Include="src\states.c" /> |
|
98 <ClCompile Include="src\sync.c" /> |
|
99 <ClCompile Include="src\timer.c" /> |
|
100 <ClCompile Include="drivers\timers_win32\timers_win32.c" /> |
|
101 <ClCompile Include="drivers\win32\win32.c" /> |
|
102 </ItemGroup> |
|
103 <ItemGroup> |
|
104 <ClInclude Include="include\can.h" /> |
|
105 <ClInclude Include="include\can_driver.h" /> |
|
106 <ClInclude Include="include\data.h" /> |
|
107 <ClInclude Include="include\dcf.h" /> |
|
108 <ClInclude Include="include\def.h" /> |
|
109 <ClInclude Include="include\lifegrd.h" /> |
|
110 <ClInclude Include="include\lss.h" /> |
|
111 <ClInclude Include="include\nmtMaster.h" /> |
|
112 <ClInclude Include="include\nmtSlave.h" /> |
|
113 <ClInclude Include="include\objacces.h" /> |
|
114 <ClInclude Include="include\objdictdef.h" /> |
|
115 <ClInclude Include="include\pdo.h" /> |
|
116 <ClInclude Include="include\sdo.h" /> |
|
117 <ClInclude Include="include\states.h" /> |
|
118 <ClInclude Include="include\sync.h" /> |
|
119 <ClInclude Include="include\timer.h" /> |
|
120 <ClInclude Include="include\timers_driver.h" /> |
|
121 <ClInclude Include="include\win32\applicfg.h" /> |
|
122 <ClInclude Include="include\win32\canfestival.h" /> |
|
123 <ClInclude Include="include\win32\timerscfg.h" /> |
|
124 </ItemGroup> |
|
125 <ItemGroup> |
|
126 <CustomBuildStep Include="src\win32\CanFestival-3.def" /> |
|
127 </ItemGroup> |
|
128 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
129 <ImportGroup Label="ExtensionTargets"> |
|
130 </ImportGroup> |
|
131 </Project> |