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|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>CANOpenShell</ProjectName>
|
|
15 |
<ProjectGuid>{06B3C378-9EE4-4C56-A519-775FF499DAB5}</ProjectGuid>
|
|
16 |
<RootNamespace>CANOpenShell</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>Application</ConfigurationType>
|
|
22 |
<CharacterSet>Unicode</CharacterSet>
|
|
23 |
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
24 |
</PropertyGroup>
|
|
25 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
26 |
<ConfigurationType>Application</ConfigurationType>
|
|
27 |
<CharacterSet>Unicode</CharacterSet>
|
|
28 |
</PropertyGroup>
|
|
29 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
30 |
<ImportGroup Label="ExtensionSettings">
|
|
31 |
</ImportGroup>
|
|
32 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
33 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
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 |
</ImportGroup>
|
|
38 |
<PropertyGroup Label="UserMacros" />
|
|
39 |
<PropertyGroup>
|
|
40 |
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
41 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
|
42 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
|
|
43 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|
44 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
|
45 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
|
46 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
47 |
</PropertyGroup>
|
|
48 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
49 |
<ClCompile>
|
|
50 |
<Optimization>Disabled</Optimization>
|
|
51 |
<AdditionalIncludeDirectories>..\..\include;..\..\include\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
52 |
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
53 |
<MinimalRebuild>true</MinimalRebuild>
|
|
54 |
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
55 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
56 |
<PrecompiledHeader>
|
|
57 |
</PrecompiledHeader>
|
|
58 |
<WarningLevel>Level3</WarningLevel>
|
|
59 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
60 |
</ClCompile>
|
|
61 |
<Link>
|
|
62 |
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
63 |
<SubSystem>Console</SubSystem>
|
|
64 |
<TargetMachine>MachineX86</TargetMachine>
|
|
65 |
</Link>
|
|
66 |
</ItemDefinitionGroup>
|
|
67 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
68 |
<ClCompile>
|
|
69 |
<Optimization>MaxSpeed</Optimization>
|
|
70 |
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
71 |
<AdditionalIncludeDirectories>..\..\include;..\..\include\win32;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
72 |
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
73 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
74 |
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
75 |
<PrecompiledHeader>
|
|
76 |
</PrecompiledHeader>
|
|
77 |
<WarningLevel>Level3</WarningLevel>
|
|
78 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
79 |
</ClCompile>
|
|
80 |
<Link>
|
|
81 |
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
82 |
<SubSystem>Console</SubSystem>
|
|
83 |
<OptimizeReferences>true</OptimizeReferences>
|
|
84 |
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
85 |
<TargetMachine>MachineX86</TargetMachine>
|
|
86 |
</Link>
|
|
87 |
</ItemDefinitionGroup>
|
|
88 |
<ItemGroup>
|
|
89 |
<ClCompile Include="CANOpenShell.c" />
|
|
90 |
<ClCompile Include="CANOpenShellMasterOD.c" />
|
|
91 |
<ClCompile Include="CANOpenShellSlaveOD.c" />
|
|
92 |
</ItemGroup>
|
|
93 |
<ItemGroup>
|
|
94 |
<ClInclude Include="CANOpenShell.h" />
|
|
95 |
<ClInclude Include="CANOpenShellMasterOD.h" />
|
|
96 |
<ClInclude Include="CANOpenShellSlaveOD.h" />
|
|
97 |
</ItemGroup>
|
|
98 |
<ItemGroup>
|
|
99 |
<None Include="ReadMe.txt" />
|
|
100 |
</ItemGroup>
|
|
101 |
<ItemGroup>
|
|
102 |
<ProjectReference Include="..\..\CanFestival-3.vc10.vcxproj">
|
|
103 |
<Project>{50ef2507-9b87-4525-8b19-80eb42e67079}</Project>
|
|
104 |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
105 |
</ProjectReference>
|
|
106 |
</ItemGroup>
|
|
107 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
108 |
<ImportGroup Label="ExtensionTargets">
|
|
109 |
</ImportGroup>
|
|
110 |
</Project> |