From 1eba6eb14b9cfec8c916544fe932c30445ade57e Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 8 Aug 2005 01:00:14 +0000 Subject: Add missing project file for input_choice test program. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4476 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- vcnet/fltk.sln | 9 +++ vcnet/input_choice.vcproj | 167 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 176 insertions(+) create mode 100644 vcnet/input_choice.vcproj diff --git a/vcnet/fltk.sln b/vcnet/fltk.sln index 1dbc5aa0f..833d93f9a 100644 --- a/vcnet/fltk.sln +++ b/vcnet/fltk.sln @@ -436,6 +436,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libpng", "libpng.vcproj", " ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "input_choice", "input_choice.vcproj", "{50651D04-C8F7-4C2B-B412-0848573BDF88}" + ProjectSection(ProjectDependencies) = postProject + {E070AAFC-9D03-41A3-BC7D-30887EA0D50F} = {E070AAFC-9D03-41A3-BC7D-30887EA0D50F} + EndProjectSection +EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug @@ -714,6 +719,10 @@ Global {D640A221-F95A-40FF-AC0E-0E8B615C7681}.Debug.Build.0 = Debug|Win32 {D640A221-F95A-40FF-AC0E-0E8B615C7681}.Release.ActiveCfg = Release|Win32 {D640A221-F95A-40FF-AC0E-0E8B615C7681}.Release.Build.0 = Release|Win32 + {50651D04-C8F7-4C2B-B412-0848573BDF88}.Debug.ActiveCfg = Debug|Win32 + {50651D04-C8F7-4C2B-B412-0848573BDF88}.Debug.Build.0 = Debug|Win32 + {50651D04-C8F7-4C2B-B412-0848573BDF88}.Release.ActiveCfg = Release|Win32 + {50651D04-C8F7-4C2B-B412-0848573BDF88}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection diff --git a/vcnet/input_choice.vcproj b/vcnet/input_choice.vcproj new file mode 100644 index 000000000..ba3f2624e --- /dev/null +++ b/vcnet/input_choice.vcproj @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3