From da9b6465830e477357b5d1253d7127f7b95c6323 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Wed, 18 Jan 2017 15:04:50 +0100 Subject: [PATCH] First version of VS Solution using VS Linux Initial commit, not complete (missing project properties with includes, etc.) --- VSLinux/Amiberry.sln | 34 ++++++++++++++++ VSLinux/Amiberry.vcxproj | 68 ++++++++++++++++++++++++++++++++ VSLinux/Amiberry.vcxproj.filters | 3 ++ VSLinux/Amiberry.vcxproj.user | 4 ++ 4 files changed, 109 insertions(+) create mode 100644 VSLinux/Amiberry.sln create mode 100644 VSLinux/Amiberry.vcxproj create mode 100644 VSLinux/Amiberry.vcxproj.filters create mode 100644 VSLinux/Amiberry.vcxproj.user diff --git a/VSLinux/Amiberry.sln b/VSLinux/Amiberry.sln new file mode 100644 index 00000000..6deab114 --- /dev/null +++ b/VSLinux/Amiberry.sln @@ -0,0 +1,34 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Amiberry", "Amiberry.vcxproj", "{FDB65B17-494A-4248-9F05-B527D4EA15DF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|ARM = Debug|ARM + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|ARM = Release|ARM + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FDB65B17-494A-4248-9F05-B527D4EA15DF}.Debug|ARM.ActiveCfg = Debug|ARM + {FDB65B17-494A-4248-9F05-B527D4EA15DF}.Debug|ARM.Build.0 = Debug|ARM + {FDB65B17-494A-4248-9F05-B527D4EA15DF}.Debug|x64.ActiveCfg = Debug|x64 + {FDB65B17-494A-4248-9F05-B527D4EA15DF}.Debug|x64.Build.0 = Debug|x64 + {FDB65B17-494A-4248-9F05-B527D4EA15DF}.Debug|x86.ActiveCfg = Debug|x86 + {FDB65B17-494A-4248-9F05-B527D4EA15DF}.Debug|x86.Build.0 = Debug|x86 + {FDB65B17-494A-4248-9F05-B527D4EA15DF}.Release|ARM.ActiveCfg = Release|ARM + {FDB65B17-494A-4248-9F05-B527D4EA15DF}.Release|ARM.Build.0 = Release|ARM + {FDB65B17-494A-4248-9F05-B527D4EA15DF}.Release|x64.ActiveCfg = Release|x64 + {FDB65B17-494A-4248-9F05-B527D4EA15DF}.Release|x64.Build.0 = Release|x64 + {FDB65B17-494A-4248-9F05-B527D4EA15DF}.Release|x86.ActiveCfg = Release|x86 + {FDB65B17-494A-4248-9F05-B527D4EA15DF}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/VSLinux/Amiberry.vcxproj b/VSLinux/Amiberry.vcxproj new file mode 100644 index 00000000..74520a61 --- /dev/null +++ b/VSLinux/Amiberry.vcxproj @@ -0,0 +1,68 @@ + + + + + Debug + ARM + + + Release + ARM + + + Debug + x86 + + + Release + x86 + + + Debug + x64 + + + Release + x64 + + + + {fdb65b17-494a-4248-9f05-b527d4ea15df} + Linux + Amiberry + 14.0 + Linux + 1.0 + Generic + {2238F9CD-F817-4ECC-BD14-2524D2669B35} + + + + true + + + false + + + true + + + false + + + true + + + false + + + + + + + + + + + + \ No newline at end of file diff --git a/VSLinux/Amiberry.vcxproj.filters b/VSLinux/Amiberry.vcxproj.filters new file mode 100644 index 00000000..9fcb30cc --- /dev/null +++ b/VSLinux/Amiberry.vcxproj.filters @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/VSLinux/Amiberry.vcxproj.user b/VSLinux/Amiberry.vcxproj.user new file mode 100644 index 00000000..abe8dd89 --- /dev/null +++ b/VSLinux/Amiberry.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file