diff options
Diffstat (limited to 'xframes/xframes.sln')
-rw-r--r-- | xframes/xframes.sln | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/xframes/xframes.sln b/xframes/xframes.sln new file mode 100644 index 0000000..d85933d --- /dev/null +++ b/xframes/xframes.sln @@ -0,0 +1,20 @@ +
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xframes", "xframes.vcproj", "{192288C4-718D-44A0-B34E-1E0F3BD5944E}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {192288C4-718D-44A0-B34E-1E0F3BD5944E}.Debug|Win32.ActiveCfg = Debug|Win32
+ {192288C4-718D-44A0-B34E-1E0F3BD5944E}.Debug|Win32.Build.0 = Debug|Win32
+ {192288C4-718D-44A0-B34E-1E0F3BD5944E}.Release|Win32.ActiveCfg = Release|Win32
+ {192288C4-718D-44A0-B34E-1E0F3BD5944E}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
|