1Microsoft Visual Studio Solution File, Format Version 12.00 2# Visual Studio 14 3VisualStudioVersion = 14.0.24720.0 4MinimumVisualStudioVersion = 10.0.40219.1 5Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datefmt", "datefmt.vcxproj", "{6D592DB7-B9C8-4B1B-A1C1-F9A9EB4FD4E4}" 6EndProject 7Global 8 GlobalSection(SolutionConfigurationPlatforms) = preSolution 9 Debug|Win32 = Debug|Win32 10 Debug|x64 = Debug|x64 11 Release|Win32 = Release|Win32 12 Release|x64 = Release|x64 13 EndGlobalSection 14 GlobalSection(ProjectConfigurationPlatforms) = postSolution 15 {6D592DB7-B9C8-4B1B-A1C1-F9A9EB4FD4E4}.Debug|Win32.ActiveCfg = Debug|Win32 16 {6D592DB7-B9C8-4B1B-A1C1-F9A9EB4FD4E4}.Debug|Win32.Build.0 = Debug|Win32 17 {6D592DB7-B9C8-4B1B-A1C1-F9A9EB4FD4E4}.Debug|x64.ActiveCfg = Debug|Win32 18 {6D592DB7-B9C8-4B1B-A1C1-F9A9EB4FD4E4}.Debug|x64.Build.0 = Debug|Win32 19 {6D592DB7-B9C8-4B1B-A1C1-F9A9EB4FD4E4}.Release|Win32.ActiveCfg = Release|Win32 20 {6D592DB7-B9C8-4B1B-A1C1-F9A9EB4FD4E4}.Release|Win32.Build.0 = Release|Win32 21 {6D592DB7-B9C8-4B1B-A1C1-F9A9EB4FD4E4}.Release|x64.ActiveCfg = Release|Win32 22 {6D592DB7-B9C8-4B1B-A1C1-F9A9EB4FD4E4}.Release|x64.Build.0 = Release|Win32 23 EndGlobalSection 24 GlobalSection(SolutionProperties) = preSolution 25 HideSolutionNode = FALSE 26 EndGlobalSection 27EndGlobal 28