From f39eaecea31d0dcda04344f9401c519ef52b8f92 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Thu, 21 Oct 2010 12:55:45 +0000 Subject: [PATCH] * QuickStart.sln: * Source/QuickStart/QuickStart.csproj: Added missing QuickStart solution. Fixes issue [#2093]: "QuickStart.sln doesn't exist in "latest version of OpenTK"". --- QuickStart.sln | 20 ++++++++++++ Source/QuickStart/QuickStart.csproj | 49 +++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 QuickStart.sln create mode 100644 Source/QuickStart/QuickStart.csproj diff --git a/QuickStart.sln b/QuickStart.sln new file mode 100644 index 00000000..510dc6f4 --- /dev/null +++ b/QuickStart.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickStart", "Source\QuickStart\QuickStart.csproj", "{90762BBE-CB23-42FF-9D3E-486D2F6CA485}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|AnyCPU = Debug|AnyCPU + Release|AnyCPU = Release|AnyCPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {90762BBE-CB23-42FF-9D3E-486D2F6CA485}.Debug|AnyCPU.ActiveCfg = Debug|Any CPU + {90762BBE-CB23-42FF-9D3E-486D2F6CA485}.Debug|AnyCPU.Build.0 = Debug|Any CPU + {90762BBE-CB23-42FF-9D3E-486D2F6CA485}.Release|AnyCPU.ActiveCfg = Release|Any CPU + {90762BBE-CB23-42FF-9D3E-486D2F6CA485}.Release|AnyCPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(MonoDevelopProperties) = preSolution + StartupItem = Source\QuickStart\QuickStart.csproj + EndGlobalSection +EndGlobal diff --git a/Source/QuickStart/QuickStart.csproj b/Source/QuickStart/QuickStart.csproj new file mode 100644 index 00000000..969a8d79 --- /dev/null +++ b/Source/QuickStart/QuickStart.csproj @@ -0,0 +1,49 @@ + + + + Debug + AnyCPU + 9.0.21022 + 2.0 + {90762BBE-CB23-42FF-9D3E-486D2F6CA485} + Exe + QuickStart + QuickStart + + + true + full + false + bin\Debug + DEBUG + prompt + 4 + AnyCPU + false + + + none + false + bin\Release + prompt + 4 + AnyCPU + false + + + + + + + + False + ..\..\Binaries\OpenTK\Release\OpenTK.dll + + + + + OpenTK.dll.config + PreserveNewest + + + \ No newline at end of file