From cda45445867939f2a830666c5928e303d17c34a7 Mon Sep 17 00:00:00 2001 From: theamrzaki Date: Tue, 25 Apr 2017 09:11:51 +0200 Subject: [PATCH] Add project files. --- Lina.py | 0 Lina.pyproj | 41 +++++++++++++++++++++++++++++++++++++++++ Lina.sln | 20 ++++++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 Lina.py create mode 100644 Lina.pyproj create mode 100644 Lina.sln diff --git a/Lina.py b/Lina.py new file mode 100644 index 0000000..e69de29 diff --git a/Lina.pyproj b/Lina.pyproj new file mode 100644 index 0000000..e8e1134 --- /dev/null +++ b/Lina.pyproj @@ -0,0 +1,41 @@ + + + + Debug + 2.0 + fdf4e825-1991-47ab-a131-380ccca25ba4 + . + Lina.py + + + . + . + Lina + Lina + + + true + false + + + true + false + + + + + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets + + + + + + + + + + \ No newline at end of file diff --git a/Lina.sln b/Lina.sln new file mode 100644 index 0000000..40aa777 --- /dev/null +++ b/Lina.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}") = "Lina", "Lina.pyproj", "{FDF4E825-1991-47AB-A131-380CCCA25BA4}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FDF4E825-1991-47AB-A131-380CCCA25BA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FDF4E825-1991-47AB-A131-380CCCA25BA4}.Release|Any CPU.ActiveCfg = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal