Import CAN generator from low-level-can-service
[src/low-level-can-generator.git] / can-config-generator.vcxproj
diff --git a/can-config-generator.vcxproj b/can-config-generator.vcxproj
new file mode 100644 (file)
index 0000000..f51296a
--- /dev/null
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <ItemGroup Label="ProjectConfigurations">\r
+    <ProjectConfiguration Include="Debug|x64">\r
+      <Configuration>Debug</Configuration>\r
+      <Platform>x64</Platform>\r
+    </ProjectConfiguration>\r
+    <ProjectConfiguration Include="Release|x64">\r
+      <Configuration>Release</Configuration>\r
+      <Platform>x64</Platform>\r
+    </ProjectConfiguration>\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <None Include="build.sh" />\r
+    <None Include="LICENSE" />\r
+    <None Include="README.md" />\r
+    <None Include="tests\basic.json" />\r
+    <None Include="tests\signals.json" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <ClInclude Include="3rdparty\json\json.hpp" />\r
+    <ClInclude Include="src\openxc\can_bus.hpp" />\r
+    <ClInclude Include="src\openxc\can_message.hpp" />\r
+    <ClInclude Include="src\openxc\command.hpp" />\r
+    <ClInclude Include="src\openxc\diagnostic_message.hpp" />\r
+    <ClInclude Include="src\openxc\mapping.hpp" />\r
+    <ClInclude Include="src\openxc\message_set.hpp" />\r
+    <ClInclude Include="src\openxc\signal.hpp" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <ClCompile Include="src\main.cpp" />\r
+    <ClCompile Include="src\openxc\can_bus.cpp" />\r
+    <ClCompile Include="src\openxc\can_message.cpp" />\r
+    <ClCompile Include="src\openxc\command.cpp" />\r
+    <ClCompile Include="src\openxc\diagnostic_message.cpp" />\r
+    <ClCompile Include="src\openxc\mapping.cpp" />\r
+    <ClCompile Include="src\openxc\message_set.cpp" />\r
+    <ClCompile Include="src\openxc\signal.cpp" />\r
+    <ClCompile Include="tests\generated.cpp" />\r
+    <ClCompile Include="tests\handlers.cpp" />\r
+  </ItemGroup>\r
+  <ItemGroup>\r
+    <Text Include="CMakeLists.txt" />\r
+  </ItemGroup>\r
+  <PropertyGroup Label="Globals">\r
+    <ProjectGuid>{9dcc61fb-6e10-4d4c-a66d-d694238d4169}</ProjectGuid>\r
+    <Keyword>Linux</Keyword>\r
+    <RootNamespace>can_config_generator</RootNamespace>\r
+    <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>\r
+    <ApplicationType>Linux</ApplicationType>\r
+    <ApplicationTypeRevision>1.0</ApplicationTypeRevision>\r
+    <TargetLinuxPlatform>Generic</TargetLinuxPlatform>\r
+    <LinuxProjectType>{FC1A4D80-50E9-41DA-9192-61C0DBAA00D2}</LinuxProjectType>\r
+  </PropertyGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
+    <UseDebugLibraries>true</UseDebugLibraries>\r
+    <ConfigurationType>Makefile</ConfigurationType>\r
+    <RemoteRootDir>~/agl/projects</RemoteRootDir>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
+    <UseDebugLibraries>false</UseDebugLibraries>\r
+    <ConfigurationType>Makefile</ConfigurationType>\r
+    <RemoteRootDir>~/agl/projects</RemoteRootDir>\r
+  </PropertyGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
+  <ImportGroup Label="ExtensionSettings" />\r
+  <ImportGroup Label="Shared" />\r
+  <ImportGroup Label="PropertySheets" />\r
+  <PropertyGroup Label="UserMacros" />\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
+    <LocalRemoteCopySources>false</LocalRemoteCopySources>\r
+    <NMakeIncludeSearchPath>D:\home\ctxnop\agl\sdk\porter\sysroots\cortexa15hf-neon-agl-linux-gnueabi\usr\include;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>\r
+    <RemoteBuildCommandLine>$(RemoteProjectDir)/build.sh build bin/$(PlatformTarget)/$(Configuration) $(Configuration)</RemoteBuildCommandLine>\r
+    <RemoteReBuildCommandLine>$(RemoteProjectDir)/build.sh rebuild bin/$(PlatformTarget)/$(Configuration) $(Configuration)</RemoteReBuildCommandLine>\r
+    <RemoteCleanCommandLine>$(RemoteProjectDir)/build.sh clean bin/$(PlatformTarget)/$(Configuration)</RemoteCleanCommandLine>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
+    <LocalRemoteCopySources>false</LocalRemoteCopySources>\r
+    <NMakeIncludeSearchPath>D:\home\ctxnop\agl\sdk\porter\sysroots\cortexa15hf-neon-agl-linux-gnueabi\usr\include;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>\r
+    <RemoteBuildCommandLine>$(RemoteProjectDir)/build.sh build bin/$(PlatformTarget)/$(Configuration) $(Configuration)</RemoteBuildCommandLine>\r
+    <RemoteReBuildCommandLine>$(RemoteProjectDir)/build.sh rebuild bin/$(PlatformTarget)/$(Configuration) $(Configuration)</RemoteReBuildCommandLine>\r
+    <RemoteCleanCommandLine>$(RemoteProjectDir)/build.sh clean bin/$(PlatformTarget)/$(Configuration)</RemoteCleanCommandLine>\r
+  </PropertyGroup>\r
+  <ItemDefinitionGroup />\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
+  <ImportGroup Label="ExtensionTargets" />\r
+</Project>
\ No newline at end of file