Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
grblwin/grblwin.vcxproj@0:f1834a63f7c1, 2017-09-04 (annotated)
- Committer:
- Sergunb
- Date:
- Mon Sep 04 12:03:42 2017 +0000
- Revision:
- 0:f1834a63f7c1
Initial commit
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| Sergunb | 0:f1834a63f7c1 | 1 | <?xml version="1.0" encoding="utf-8"?> | 
| Sergunb | 0:f1834a63f7c1 | 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
| Sergunb | 0:f1834a63f7c1 | 3 | <ItemGroup Label="ProjectConfigurations"> | 
| Sergunb | 0:f1834a63f7c1 | 4 | <ProjectConfiguration Include="Debug|Win32"> | 
| Sergunb | 0:f1834a63f7c1 | 5 | <Configuration>Debug</Configuration> | 
| Sergunb | 0:f1834a63f7c1 | 6 | <Platform>Win32</Platform> | 
| Sergunb | 0:f1834a63f7c1 | 7 | </ProjectConfiguration> | 
| Sergunb | 0:f1834a63f7c1 | 8 | <ProjectConfiguration Include="Release|Win32"> | 
| Sergunb | 0:f1834a63f7c1 | 9 | <Configuration>Release</Configuration> | 
| Sergunb | 0:f1834a63f7c1 | 10 | <Platform>Win32</Platform> | 
| Sergunb | 0:f1834a63f7c1 | 11 | </ProjectConfiguration> | 
| Sergunb | 0:f1834a63f7c1 | 12 | </ItemGroup> | 
| Sergunb | 0:f1834a63f7c1 | 13 | <PropertyGroup Label="Globals"> | 
| Sergunb | 0:f1834a63f7c1 | 14 | <ProjectGuid>{8785D33C-F44C-44FA-9A16-0C93B895F459}</ProjectGuid> | 
| Sergunb | 0:f1834a63f7c1 | 15 | <Keyword>Win32Proj</Keyword> | 
| Sergunb | 0:f1834a63f7c1 | 16 | <RootNamespace>grblwin</RootNamespace> | 
| Sergunb | 0:f1834a63f7c1 | 17 | </PropertyGroup> | 
| Sergunb | 0:f1834a63f7c1 | 18 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 
| Sergunb | 0:f1834a63f7c1 | 19 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 
| Sergunb | 0:f1834a63f7c1 | 20 | <ConfigurationType>Application</ConfigurationType> | 
| Sergunb | 0:f1834a63f7c1 | 21 | <UseDebugLibraries>true</UseDebugLibraries> | 
| Sergunb | 0:f1834a63f7c1 | 22 | <CharacterSet>Unicode</CharacterSet> | 
| Sergunb | 0:f1834a63f7c1 | 23 | <PlatformToolset>v140</PlatformToolset> | 
| Sergunb | 0:f1834a63f7c1 | 24 | </PropertyGroup> | 
| Sergunb | 0:f1834a63f7c1 | 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 
| Sergunb | 0:f1834a63f7c1 | 26 | <ConfigurationType>Application</ConfigurationType> | 
| Sergunb | 0:f1834a63f7c1 | 27 | <UseDebugLibraries>false</UseDebugLibraries> | 
| Sergunb | 0:f1834a63f7c1 | 28 | <WholeProgramOptimization>true</WholeProgramOptimization> | 
| Sergunb | 0:f1834a63f7c1 | 29 | <CharacterSet>Unicode</CharacterSet> | 
| Sergunb | 0:f1834a63f7c1 | 30 | <PlatformToolset>v140</PlatformToolset> | 
| Sergunb | 0:f1834a63f7c1 | 31 | </PropertyGroup> | 
| Sergunb | 0:f1834a63f7c1 | 32 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 
| Sergunb | 0:f1834a63f7c1 | 33 | <ImportGroup Label="ExtensionSettings"> | 
| Sergunb | 0:f1834a63f7c1 | 34 | </ImportGroup> | 
| Sergunb | 0:f1834a63f7c1 | 35 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
| Sergunb | 0:f1834a63f7c1 | 36 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
| Sergunb | 0:f1834a63f7c1 | 37 | </ImportGroup> | 
| Sergunb | 0:f1834a63f7c1 | 38 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
| Sergunb | 0:f1834a63f7c1 | 39 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
| Sergunb | 0:f1834a63f7c1 | 40 | </ImportGroup> | 
| Sergunb | 0:f1834a63f7c1 | 41 | <PropertyGroup Label="UserMacros" /> | 
| Sergunb | 0:f1834a63f7c1 | 42 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
| Sergunb | 0:f1834a63f7c1 | 43 | <LinkIncremental>true</LinkIncremental> | 
| Sergunb | 0:f1834a63f7c1 | 44 | <OutDir>j:\buildoutput\grblwin11\Debug\</OutDir> | 
| Sergunb | 0:f1834a63f7c1 | 45 | <IntDir>$(OutDir)\</IntDir> | 
| Sergunb | 0:f1834a63f7c1 | 46 | </PropertyGroup> | 
| Sergunb | 0:f1834a63f7c1 | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
| Sergunb | 0:f1834a63f7c1 | 48 | <LinkIncremental>false</LinkIncremental> | 
| Sergunb | 0:f1834a63f7c1 | 49 | <OutDir>j:\buildoutput\grblwin11\Release\</OutDir> | 
| Sergunb | 0:f1834a63f7c1 | 50 | <IntDir>$(OutDir)\</IntDir> | 
| Sergunb | 0:f1834a63f7c1 | 51 | </PropertyGroup> | 
| Sergunb | 0:f1834a63f7c1 | 52 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
| Sergunb | 0:f1834a63f7c1 | 53 | <ClCompile> | 
| Sergunb | 0:f1834a63f7c1 | 54 | <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
| Sergunb | 0:f1834a63f7c1 | 55 | <WarningLevel>Level3</WarningLevel> | 
| Sergunb | 0:f1834a63f7c1 | 56 | <Optimization>Disabled</Optimization> | 
| Sergunb | 0:f1834a63f7c1 | 57 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Sergunb | 0:f1834a63f7c1 | 58 | </ClCompile> | 
| Sergunb | 0:f1834a63f7c1 | 59 | <Link> | 
| Sergunb | 0:f1834a63f7c1 | 60 | <SubSystem>Console</SubSystem> | 
| Sergunb | 0:f1834a63f7c1 | 61 | <GenerateDebugInformation>true</GenerateDebugInformation> | 
| Sergunb | 0:f1834a63f7c1 | 62 | </Link> | 
| Sergunb | 0:f1834a63f7c1 | 63 | </ItemDefinitionGroup> | 
| Sergunb | 0:f1834a63f7c1 | 64 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
| Sergunb | 0:f1834a63f7c1 | 65 | <ClCompile> | 
| Sergunb | 0:f1834a63f7c1 | 66 | <WarningLevel>Level3</WarningLevel> | 
| Sergunb | 0:f1834a63f7c1 | 67 | <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
| Sergunb | 0:f1834a63f7c1 | 68 | <Optimization>MaxSpeed</Optimization> | 
| Sergunb | 0:f1834a63f7c1 | 69 | <FunctionLevelLinking>true</FunctionLevelLinking> | 
| Sergunb | 0:f1834a63f7c1 | 70 | <IntrinsicFunctions>true</IntrinsicFunctions> | 
| Sergunb | 0:f1834a63f7c1 | 71 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
| Sergunb | 0:f1834a63f7c1 | 72 | </ClCompile> | 
| Sergunb | 0:f1834a63f7c1 | 73 | <Link> | 
| Sergunb | 0:f1834a63f7c1 | 74 | <SubSystem>Console</SubSystem> | 
| Sergunb | 0:f1834a63f7c1 | 75 | <GenerateDebugInformation>true</GenerateDebugInformation> | 
| Sergunb | 0:f1834a63f7c1 | 76 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
| Sergunb | 0:f1834a63f7c1 | 77 | <OptimizeReferences>true</OptimizeReferences> | 
| Sergunb | 0:f1834a63f7c1 | 78 | </Link> | 
| Sergunb | 0:f1834a63f7c1 | 79 | </ItemDefinitionGroup> | 
| Sergunb | 0:f1834a63f7c1 | 80 | <ItemGroup> | 
| Sergunb | 0:f1834a63f7c1 | 81 | <None Include="ReadMe.txt" /> | 
| Sergunb | 0:f1834a63f7c1 | 82 | </ItemGroup> | 
| Sergunb | 0:f1834a63f7c1 | 83 | <ItemGroup> | 
| Sergunb | 0:f1834a63f7c1 | 84 | <ClInclude Include="..\grbl\config.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 85 | <ClInclude Include="..\grbl\coolant_control.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 86 | <ClInclude Include="..\grbl\cpu_map.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 87 | <ClInclude Include="..\grbl\defaults.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 88 | <ClInclude Include="..\grbl\eeprom.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 89 | <ClInclude Include="..\grbl\gcode.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 90 | <ClInclude Include="..\grbl\grbl.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 91 | <ClInclude Include="..\grbl\jog.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 92 | <ClInclude Include="..\grbl\limits.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 93 | <ClInclude Include="..\grbl\motion_control.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 94 | <ClInclude Include="..\grbl\nuts_bolts.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 95 | <ClInclude Include="..\grbl\planner.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 96 | <ClInclude Include="..\grbl\print.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 97 | <ClInclude Include="..\grbl\probe.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 98 | <ClInclude Include="..\grbl\protocol.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 99 | <ClInclude Include="..\grbl\report.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 100 | <ClInclude Include="..\grbl\serial.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 101 | <ClInclude Include="..\grbl\settings.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 102 | <ClInclude Include="..\grbl\spindle_control.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 103 | <ClInclude Include="..\grbl\stepper.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 104 | <ClInclude Include="..\grbl\system.h" /> | 
| Sergunb | 0:f1834a63f7c1 | 105 | </ItemGroup> | 
| Sergunb | 0:f1834a63f7c1 | 106 | <ItemGroup> | 
| Sergunb | 0:f1834a63f7c1 | 107 | <ClCompile Include="..\grbl\coolant_control.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 108 | <ClCompile Include="..\grbl\eeprom.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 109 | <ClCompile Include="..\grbl\gcode.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 110 | <ClCompile Include="..\grbl\jog.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 111 | <ClCompile Include="..\grbl\limits.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 112 | <ClCompile Include="..\grbl\main.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 113 | <ClCompile Include="..\grbl\motion_control.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 114 | <ClCompile Include="..\grbl\nuts_bolts.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 115 | <ClCompile Include="..\grbl\planner.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 116 | <ClCompile Include="..\grbl\print.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 117 | <ClCompile Include="..\grbl\probe.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 118 | <ClCompile Include="..\grbl\protocol.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 119 | <ClCompile Include="..\grbl\report.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 120 | <ClCompile Include="..\grbl\serial.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 121 | <ClCompile Include="..\grbl\settings.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 122 | <ClCompile Include="..\grbl\spindle_control.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 123 | <ClCompile Include="..\grbl\stepper.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 124 | <ClCompile Include="..\grbl\system.c" /> | 
| Sergunb | 0:f1834a63f7c1 | 125 | </ItemGroup> | 
| Sergunb | 0:f1834a63f7c1 | 126 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 
| Sergunb | 0:f1834a63f7c1 | 127 | <ImportGroup Label="ExtensionTargets"> | 
| Sergunb | 0:f1834a63f7c1 | 128 | </ImportGroup> | 
| Sergunb | 0:f1834a63f7c1 | 129 | </Project> |