OSDN Git Service

ETLineTracer: 前進量もPIDで決めるようにした。
[tondenhei/et2013.git] / Tonden.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Release|Win32">\r
9       <Configuration>Release</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12   </ItemGroup>\r
13   <PropertyGroup Label="Globals">\r
14     <ProjectGuid>{F7231682-384E-4B78-A729-5CAED4A512F1}</ProjectGuid>\r
15     <Keyword>MakeFileProj</Keyword>\r
16   </PropertyGroup>\r
17   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
18   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
19     <ConfigurationType>Makefile</ConfigurationType>\r
20     <UseDebugLibraries>true</UseDebugLibraries>\r
21     <PlatformToolset>v110</PlatformToolset>\r
22   </PropertyGroup>\r
23   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
24     <ConfigurationType>Makefile</ConfigurationType>\r
25     <UseDebugLibraries>false</UseDebugLibraries>\r
26     <PlatformToolset>v110</PlatformToolset>\r
27   </PropertyGroup>\r
28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
29   <ImportGroup Label="ExtensionSettings">\r
30   </ImportGroup>\r
31   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
32     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
33   </ImportGroup>\r
34   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
35     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
36   </ImportGroup>\r
37   <PropertyGroup Label="UserMacros" />\r
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
39     <NMakeBuildCommandLine>make all</NMakeBuildCommandLine>\r
40     <NMakeCleanCommandLine>make clean</NMakeCleanCommandLine>\r
41     <NMakeReBuildCommandLine>make all</NMakeReBuildCommandLine>\r
42     <NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>\r
43     <IncludePath>C:\cygwin\nxtOSEK\lejos_nxj\src\nxtvm\platform\nxt;C:\cygwin\nxtOSEK\toppers_osek\kernel;C:\cygwin\nxtOSEK\toppers_osek\include;C:\cygwin\nxtOSEK\ecrobot\nxtway_gs_balancer;C:\cygwin\nxtOSEK\ecrobot\c;C:\cygwin\nxtOSEK\ecrobot\c++\device;C:\cygwin\nxtOSEK\ecrobot\c++\util;$(IncludePath)</IncludePath>\r
44   </PropertyGroup>\r
45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
46     <NMakeBuildCommandLine>make all</NMakeBuildCommandLine>\r
47     <NMakeOutput>rxeflash.sh</NMakeOutput>\r
48     <NMakeCleanCommandLine>make clean</NMakeCleanCommandLine>\r
49     <NMakeReBuildCommandLine>make all</NMakeReBuildCommandLine>\r
50     <NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>\r
51     <IncludePath>C:\cygwin\nxtOSEK\lejos_nxj\src\nxtvm\platform\nxt;C:\cygwin\nxtOSEK\toppers_osek\kernel;C:\cygwin\nxtOSEK\toppers_osek\include;C:\cygwin\nxtOSEK\ecrobot\nxtway_gs_balancer;C:\cygwin\nxtOSEK\ecrobot\c;C:\cygwin\nxtOSEK\ecrobot\c++\device;C:\cygwin\nxtOSEK\ecrobot\c++\util;$(IncludePath)</IncludePath>\r
52   </PropertyGroup>\r
53   <ItemDefinitionGroup>\r
54   </ItemDefinitionGroup>\r
55   <ItemGroup>\r
56     <Text Include="readme.txt" />\r
57   </ItemGroup>\r
58   <ItemGroup>\r
59     <None Include="main.oil" />\r
60     <None Include="Makefile" />\r
61   </ItemGroup>\r
62   <ItemGroup>\r
63     <ClCompile Include="balancer_param.c" />\r
64     <ClCompile Include="context.cpp" />\r
65     <ClCompile Include="ETBalanceRunner.cpp" />\r
66     <ClCompile Include="ETLinePos.cpp" />\r
67     <ClCompile Include="ETLineTracer.cpp" />\r
68     <ClCompile Include="ETTailControl.cpp" />\r
69     <ClCompile Include="ETUtility.cpp" />\r
70     <ClCompile Include="exceptionstate.cpp" />\r
71     <ClCompile Include="main.cpp" />\r
72     <ClCompile Include="runstate.cpp" />\r
73     <ClCompile Include="tsprintf.c" />\r
74   </ItemGroup>\r
75   <ItemGroup>\r
76     <ClInclude Include="context.h" />\r
77     <ClInclude Include="ETBalanceRunner.h" />\r
78     <ClInclude Include="ETLinePos.h" />\r
79     <ClInclude Include="ETLineTracer.h" />\r
80     <ClInclude Include="ETTailControl.h" />\r
81     <ClInclude Include="ETUtility.h" />\r
82     <ClInclude Include="exceptionstate.h" />\r
83     <ClInclude Include="LinePos.h" />\r
84     <ClInclude Include="Robot.h" />\r
85     <ClInclude Include="PID.h" />\r
86     <ClInclude Include="Runner.h" />\r
87     <ClInclude Include="runstate.h" />\r
88     <ClInclude Include="systemstate.h" />\r
89     <ClInclude Include="tsprintf.h" />\r
90   </ItemGroup>\r
91   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
92   <ImportGroup Label="ExtensionTargets">\r
93   </ImportGroup>\r
94 </Project>