1234567891011121314151617181920 |
-
- Microsoft Visual Studio Solution File, Format Version 10.00
- # Visual Studio 2008
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DuplicateOrder", "DuplicateOrder\DuplicateOrder.vcproj", "{8CFE378C-D7C1-4E0B-9D13-C9A3288E16B9}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Win32 = Debug|Win32
- Release|Win32 = Release|Win32
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {8CFE378C-D7C1-4E0B-9D13-C9A3288E16B9}.Debug|Win32.ActiveCfg = Debug|Win32
- {8CFE378C-D7C1-4E0B-9D13-C9A3288E16B9}.Debug|Win32.Build.0 = Debug|Win32
- {8CFE378C-D7C1-4E0B-9D13-C9A3288E16B9}.Release|Win32.ActiveCfg = Release|Win32
- {8CFE378C-D7C1-4E0B-9D13-C9A3288E16B9}.Release|Win32.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- EndGlobal
|