From 9228036473dcf966b43b6a3a7be263c0f2045021 Mon Sep 17 00:00:00 2001 From: horiakr Date: Fri, 28 Dec 2018 18:30:16 +0200 Subject: [PATCH] Add Visual Studio (2015) solution and project file and update .gitignore with VS specifics. --- .gitignore | 9 +++++++++ gnomecast.pyproj | 45 +++++++++++++++++++++++++++++++++++++++++++++ gnomecast.sln | 20 ++++++++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 gnomecast.pyproj create mode 100644 gnomecast.sln diff --git a/.gitignore b/.gitignore index 7bbc71c..7783525 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,12 @@ ENV/ # mypy .mypy_cache/ + +# Exclude Visual Studio solution files +*.sdf +*.VC.opendb +*.VC.db +*.opensdf +*.suo +*.user +*.orig diff --git a/gnomecast.pyproj b/gnomecast.pyproj new file mode 100644 index 0000000..5cc3476 --- /dev/null +++ b/gnomecast.pyproj @@ -0,0 +1,45 @@ + + + + Debug + 2.0 + {d27f42e0-77f0-4143-a8d1-2af05b9e1e51} + + gnomecast.py + + . + . + {888888a0-9f3d-457c-b088-3a5042f75d52} + Standard Python launcher + {9a7a9026-48c1-4688-9d5d-e5699d47d074} + 3.4 + + + + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/gnomecast.sln b/gnomecast.sln new file mode 100644 index 0000000..c5361d6 --- /dev/null +++ b/gnomecast.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "gnomecast", "gnomecast.pyproj", "{D27F42E0-77F0-4143-A8D1-2AF05B9E1E51}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D27F42E0-77F0-4143-A8D1-2AF05B9E1E51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D27F42E0-77F0-4143-A8D1-2AF05B9E1E51}.Release|Any CPU.ActiveCfg = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal