Fix: git repo url in documentation.
[src/low-level-can-generator.git] / can-config-generator.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|x64">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>x64</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Release|x64">\r
9       <Configuration>Release</Configuration>\r
10       <Platform>x64</Platform>\r
11     </ProjectConfiguration>\r
12   </ItemGroup>\r
13   <ItemGroup>\r
14     <None Include="build.sh" />\r
15     <None Include="LICENSE" />\r
16     <None Include="README.md" />\r
17     <None Include="tests\basic.json" />\r
18     <None Include="tests\signals.json" />\r
19   </ItemGroup>\r
20   <ItemGroup>\r
21     <ClInclude Include="3rdparty\json\json.hpp" />\r
22     <ClInclude Include="src\openxc\can_bus.hpp" />\r
23     <ClInclude Include="src\openxc\can_message.hpp" />\r
24     <ClInclude Include="src\openxc\command.hpp" />\r
25     <ClInclude Include="src\openxc\diagnostic_message.hpp" />\r
26     <ClInclude Include="src\openxc\mapping.hpp" />\r
27     <ClInclude Include="src\openxc\message_set.hpp" />\r
28     <ClInclude Include="src\openxc\signal.hpp" />\r
29   </ItemGroup>\r
30   <ItemGroup>\r
31     <ClCompile Include="src\main.cpp" />\r
32     <ClCompile Include="src\openxc\can_bus.cpp" />\r
33     <ClCompile Include="src\openxc\can_message.cpp" />\r
34     <ClCompile Include="src\openxc\command.cpp" />\r
35     <ClCompile Include="src\openxc\diagnostic_message.cpp" />\r
36     <ClCompile Include="src\openxc\mapping.cpp" />\r
37     <ClCompile Include="src\openxc\message_set.cpp" />\r
38     <ClCompile Include="src\openxc\signal.cpp" />\r
39     <ClCompile Include="tests\generated.cpp" />\r
40     <ClCompile Include="tests\handlers.cpp" />\r
41   </ItemGroup>\r
42   <ItemGroup>\r
43     <Text Include="CMakeLists.txt" />\r
44   </ItemGroup>\r
45   <PropertyGroup Label="Globals">\r
46     <ProjectGuid>{9dcc61fb-6e10-4d4c-a66d-d694238d4169}</ProjectGuid>\r
47     <Keyword>Linux</Keyword>\r
48     <RootNamespace>can_config_generator</RootNamespace>\r
49     <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>\r
50     <ApplicationType>Linux</ApplicationType>\r
51     <ApplicationTypeRevision>1.0</ApplicationTypeRevision>\r
52     <TargetLinuxPlatform>Generic</TargetLinuxPlatform>\r
53     <LinuxProjectType>{FC1A4D80-50E9-41DA-9192-61C0DBAA00D2}</LinuxProjectType>\r
54   </PropertyGroup>\r
55   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
56   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
57     <UseDebugLibraries>true</UseDebugLibraries>\r
58     <ConfigurationType>Makefile</ConfigurationType>\r
59     <RemoteRootDir>~/agl/projects</RemoteRootDir>\r
60   </PropertyGroup>\r
61   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
62     <UseDebugLibraries>false</UseDebugLibraries>\r
63     <ConfigurationType>Makefile</ConfigurationType>\r
64     <RemoteRootDir>~/agl/projects</RemoteRootDir>\r
65   </PropertyGroup>\r
66   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
67   <ImportGroup Label="ExtensionSettings" />\r
68   <ImportGroup Label="Shared" />\r
69   <ImportGroup Label="PropertySheets" />\r
70   <PropertyGroup Label="UserMacros" />\r
71   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
72     <LocalRemoteCopySources>false</LocalRemoteCopySources>\r
73     <NMakeIncludeSearchPath>D:\home\ctxnop\agl\sdk\porter\sysroots\cortexa15hf-neon-agl-linux-gnueabi\usr\include;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>\r
74     <RemoteBuildCommandLine>$(RemoteProjectDir)/build.sh build bin/$(PlatformTarget)/$(Configuration) $(Configuration)</RemoteBuildCommandLine>\r
75     <RemoteReBuildCommandLine>$(RemoteProjectDir)/build.sh rebuild bin/$(PlatformTarget)/$(Configuration) $(Configuration)</RemoteReBuildCommandLine>\r
76     <RemoteCleanCommandLine>$(RemoteProjectDir)/build.sh clean bin/$(PlatformTarget)/$(Configuration)</RemoteCleanCommandLine>\r
77   </PropertyGroup>\r
78   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
79     <LocalRemoteCopySources>false</LocalRemoteCopySources>\r
80     <NMakeIncludeSearchPath>D:\home\ctxnop\agl\sdk\porter\sysroots\cortexa15hf-neon-agl-linux-gnueabi\usr\include;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>\r
81     <RemoteBuildCommandLine>$(RemoteProjectDir)/build.sh build bin/$(PlatformTarget)/$(Configuration) $(Configuration)</RemoteBuildCommandLine>\r
82     <RemoteReBuildCommandLine>$(RemoteProjectDir)/build.sh rebuild bin/$(PlatformTarget)/$(Configuration) $(Configuration)</RemoteReBuildCommandLine>\r
83     <RemoteCleanCommandLine>$(RemoteProjectDir)/build.sh clean bin/$(PlatformTarget)/$(Configuration)</RemoteCleanCommandLine>\r
84   </PropertyGroup>\r
85   <ItemDefinitionGroup />\r
86   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
87   <ImportGroup Label="ExtensionTargets" />\r
88 </Project>