added somes files and folders to ignore in .gitignore.
[apps/agl-service-can-low-level.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\signals.json" />\r
18   </ItemGroup>\r
19   <ItemGroup>\r
20     <ClInclude Include="3rdparty\json\json.hpp" />\r
21     <ClInclude Include="src\openxc\can_bus.hpp" />\r
22     <ClInclude Include="src\openxc\can_message.hpp" />\r
23     <ClInclude Include="src\openxc\command.hpp" />\r
24     <ClInclude Include="src\openxc\diagnostic_message.hpp" />\r
25     <ClInclude Include="src\openxc\mapping.hpp" />\r
26     <ClInclude Include="src\openxc\message_set.hpp" />\r
27     <ClInclude Include="src\openxc\signal.hpp" />\r
28   </ItemGroup>\r
29   <ItemGroup>\r
30     <ClCompile Include="src\main.cpp" />\r
31     <ClCompile Include="src\openxc\can_bus.cpp" />\r
32     <ClCompile Include="src\openxc\can_message.cpp" />\r
33     <ClCompile Include="src\openxc\command.cpp" />\r
34     <ClCompile Include="src\openxc\diagnostic_message.cpp" />\r
35     <ClCompile Include="src\openxc\mapping.cpp" />\r
36     <ClCompile Include="src\openxc\message_set.cpp" />\r
37     <ClCompile Include="src\openxc\signal.cpp" />\r
38     <ClCompile Include="tests\generated.cpp" />\r
39     <ClCompile Include="tests\handlers.cpp" />\r
40   </ItemGroup>\r
41   <ItemGroup>\r
42     <Text Include="CMakeLists.txt" />\r
43   </ItemGroup>\r
44   <PropertyGroup Label="Globals">\r
45     <ProjectGuid>{9dcc61fb-6e10-4d4c-a66d-d694238d4169}</ProjectGuid>\r
46     <Keyword>Linux</Keyword>\r
47     <RootNamespace>can_config_generator</RootNamespace>\r
48     <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>\r
49     <ApplicationType>Linux</ApplicationType>\r
50     <ApplicationTypeRevision>1.0</ApplicationTypeRevision>\r
51     <TargetLinuxPlatform>Generic</TargetLinuxPlatform>\r
52     <LinuxProjectType>{FC1A4D80-50E9-41DA-9192-61C0DBAA00D2}</LinuxProjectType>\r
53   </PropertyGroup>\r
54   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
55   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
56     <UseDebugLibraries>true</UseDebugLibraries>\r
57     <ConfigurationType>Makefile</ConfigurationType>\r
58     <RemoteRootDir>~/agl/projects</RemoteRootDir>\r
59   </PropertyGroup>\r
60   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
61     <UseDebugLibraries>false</UseDebugLibraries>\r
62     <ConfigurationType>Makefile</ConfigurationType>\r
63     <RemoteRootDir>~/agl/projects</RemoteRootDir>\r
64   </PropertyGroup>\r
65   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
66   <ImportGroup Label="ExtensionSettings" />\r
67   <ImportGroup Label="Shared" />\r
68   <ImportGroup Label="PropertySheets" />\r
69   <PropertyGroup Label="UserMacros" />\r
70   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
71     <LocalRemoteCopySources>false</LocalRemoteCopySources>\r
72     <NMakeIncludeSearchPath>D:\home\ctxnop\agl\sdk\porter\sysroots\cortexa15hf-neon-agl-linux-gnueabi\usr\include;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>\r
73     <RemoteBuildCommandLine>$(RemoteProjectDir)/build.sh build bin/$(PlatformTarget)/$(Configuration) $(Configuration)</RemoteBuildCommandLine>\r
74     <RemoteReBuildCommandLine>$(RemoteProjectDir)/build.sh rebuild bin/$(PlatformTarget)/$(Configuration) $(Configuration)</RemoteReBuildCommandLine>\r
75     <RemoteCleanCommandLine>$(RemoteProjectDir)/build.sh clean bin/$(PlatformTarget)/$(Configuration)</RemoteCleanCommandLine>\r
76   </PropertyGroup>\r
77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
78     <LocalRemoteCopySources>false</LocalRemoteCopySources>\r
79     <NMakeIncludeSearchPath>D:\home\ctxnop\agl\sdk\porter\sysroots\cortexa15hf-neon-agl-linux-gnueabi\usr\include;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>\r
80     <RemoteBuildCommandLine>$(RemoteProjectDir)/build.sh build bin/$(PlatformTarget)/$(Configuration) $(Configuration)</RemoteBuildCommandLine>\r
81     <RemoteReBuildCommandLine>$(RemoteProjectDir)/build.sh rebuild bin/$(PlatformTarget)/$(Configuration) $(Configuration)</RemoteReBuildCommandLine>\r
82     <RemoteCleanCommandLine>$(RemoteProjectDir)/build.sh clean bin/$(PlatformTarget)/$(Configuration)</RemoteCleanCommandLine>\r
83   </PropertyGroup>\r
84   <ItemDefinitionGroup />\r
85   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
86   <ImportGroup Label="ExtensionTargets" />\r
87 </Project>