|
@@ -1,118 +0,0 @@
|
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>{510EF280-9617-4F04-86F4-19F7E48C6FC1}</ProjectGuid>
|
15
|
|
- <RootNamespace>Marlin</RootNamespace>
|
16
|
|
- </PropertyGroup>
|
17
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
18
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
19
|
|
- <ConfigurationType>Application</ConfigurationType>
|
20
|
|
- <UseDebugLibraries>true</UseDebugLibraries>
|
21
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
22
|
|
- </PropertyGroup>
|
23
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
24
|
|
- <ConfigurationType>Application</ConfigurationType>
|
25
|
|
- <UseDebugLibraries>false</UseDebugLibraries>
|
26
|
|
- <WholeProgramOptimization>true</WholeProgramOptimization>
|
27
|
|
- <CharacterSet>MultiByte</CharacterSet>
|
28
|
|
- </PropertyGroup>
|
29
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
30
|
|
- <ImportGroup Label="ExtensionSettings">
|
31
|
|
- </ImportGroup>
|
32
|
|
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
33
|
|
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
34
|
|
- </ImportGroup>
|
35
|
|
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
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 Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
40
|
|
- <IncludePath>C:\arduino-1.0\hardware\arduino\cores\arduino;C:\arduino-1.0\hardware\arduino\variants\mega;c:\arduino-1.0\hardware\tools\avr\avr\include\;c:\arduino-1.0\hardware\tools\avr\avr\include\avr\;c:\arduino-1.0\hardware\tools\avr\avr\;c:\arduino-1.0\hardware\tools\avr\lib\gcc\avr\4.3.2\include\;C:\arduino-1.0\libraries\LiquidCrystal;C:\arduino-1.0\libraries\LiquidCrystal\utility;</IncludePath>
|
41
|
|
- </PropertyGroup>
|
42
|
|
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
43
|
|
- <IncludePath>C:\arduino-1.0\hardware\arduino\cores\arduino;C:\arduino-1.0\hardware\arduino\variants\mega;c:\arduino-1.0\hardware\tools\avr\avr\include\;c:\arduino-1.0\hardware\tools\avr\avr\include\avr\;c:\arduino-1.0\hardware\tools\avr\avr\;c:\arduino-1.0\hardware\tools\avr\lib\gcc\avr\4.3.2\include\;C:\arduino-1.0\libraries\LiquidCrystal;C:\arduino-1.0\libraries\LiquidCrystal\utility;</IncludePath>
|
44
|
|
- </PropertyGroup>
|
45
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
46
|
|
- <ClCompile>
|
47
|
|
- <WarningLevel>Level3</WarningLevel>
|
48
|
|
- <Optimization>Disabled</Optimization>
|
49
|
|
- </ClCompile>
|
50
|
|
- <Link>
|
51
|
|
- <GenerateDebugInformation>true</GenerateDebugInformation>
|
52
|
|
- </Link>
|
53
|
|
- </ItemDefinitionGroup>
|
54
|
|
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
55
|
|
- <ClCompile>
|
56
|
|
- <WarningLevel>Level3</WarningLevel>
|
57
|
|
- <Optimization>MaxSpeed</Optimization>
|
58
|
|
- <FunctionLevelLinking>true</FunctionLevelLinking>
|
59
|
|
- <IntrinsicFunctions>true</IntrinsicFunctions>
|
60
|
|
- </ClCompile>
|
61
|
|
- <Link>
|
62
|
|
- <GenerateDebugInformation>true</GenerateDebugInformation>
|
63
|
|
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
64
|
|
- <OptimizeReferences>true</OptimizeReferences>
|
65
|
|
- </Link>
|
66
|
|
- </ItemDefinitionGroup>
|
67
|
|
- <ItemGroup>
|
68
|
|
- <None Include="cardreader.pde" />
|
69
|
|
- <None Include="Marlin.pde" />
|
70
|
|
- <None Include="ultralcd.pde" />
|
71
|
|
- <None Include="watchdog.pde" />
|
72
|
|
- </ItemGroup>
|
73
|
|
- <ItemGroup>
|
74
|
|
- <ClInclude Include=".Marlin.vsarduino.h" />
|
75
|
|
- <ClInclude Include="cardreader.h" />
|
76
|
|
- <ClInclude Include="Configuration.h" />
|
77
|
|
- <ClInclude Include="Configuration_adv.h" />
|
78
|
|
- <ClInclude Include="EEPROMwrite.h" />
|
79
|
|
- <ClInclude Include="fastio.h" />
|
80
|
|
- <ClInclude Include="language.h" />
|
81
|
|
- <ClInclude Include="Marlin.h" />
|
82
|
|
- <ClInclude Include="MarlinSerial.h" />
|
83
|
|
- <ClInclude Include="motion_control.h" />
|
84
|
|
- <ClInclude Include="pins.h" />
|
85
|
|
- <ClInclude Include="planner.h" />
|
86
|
|
- <ClInclude Include="Sd2Card.h" />
|
87
|
|
- <ClInclude Include="Sd2PinMap.h" />
|
88
|
|
- <ClInclude Include="SdBaseFile.h" />
|
89
|
|
- <ClInclude Include="SdFatConfig.h" />
|
90
|
|
- <ClInclude Include="SdFatStructs.h" />
|
91
|
|
- <ClInclude Include="SdFatUtil.h" />
|
92
|
|
- <ClInclude Include="SdFile.h" />
|
93
|
|
- <ClInclude Include="SdInfo.h" />
|
94
|
|
- <ClInclude Include="SdVolume.h" />
|
95
|
|
- <ClInclude Include="speed_lookuptable.h" />
|
96
|
|
- <ClInclude Include="stepper.h" />
|
97
|
|
- <ClInclude Include="temperature.h" />
|
98
|
|
- <ClInclude Include="thermistortables.h" />
|
99
|
|
- <ClInclude Include="ultralcd.h" />
|
100
|
|
- <ClInclude Include="watchdog.h" />
|
101
|
|
- <ClInclude Include="wiring.h" />
|
102
|
|
- </ItemGroup>
|
103
|
|
- <ItemGroup>
|
104
|
|
- <ClCompile Include="MarlinSerial.cpp" />
|
105
|
|
- <ClCompile Include="motion_control.cpp" />
|
106
|
|
- <ClCompile Include="planner.cpp" />
|
107
|
|
- <ClCompile Include="Sd2Card.cpp" />
|
108
|
|
- <ClCompile Include="SdBaseFile.cpp" />
|
109
|
|
- <ClCompile Include="SdFatUtil.cpp" />
|
110
|
|
- <ClCompile Include="SdFile.cpp" />
|
111
|
|
- <ClCompile Include="SdVolume.cpp" />
|
112
|
|
- <ClCompile Include="stepper.cpp" />
|
113
|
|
- <ClCompile Include="temperature.cpp" />
|
114
|
|
- </ItemGroup>
|
115
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
116
|
|
- <ImportGroup Label="ExtensionTargets">
|
117
|
|
- </ImportGroup>
|
118
|
|
-</Project>
|