| 12345678910111213141516171819202122232425 | Microsoft Visual Studio Solution File, Format Version 12.00# Visual Studio 15VisualStudioVersion = 15.0.28307.168MinimumVisualStudioVersion = 10.0.40219.1Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CopyCenter", "CopyCenter\CopyCenter.csproj", "{04616998-307A-4A63-8664-563D90797C95}"EndProjectGlobal	GlobalSection(SolutionConfigurationPlatforms) = preSolution		Debug|Any CPU = Debug|Any CPU		Release|Any CPU = Release|Any CPU	EndGlobalSection	GlobalSection(ProjectConfigurationPlatforms) = postSolution		{04616998-307A-4A63-8664-563D90797C95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU		{04616998-307A-4A63-8664-563D90797C95}.Debug|Any CPU.Build.0 = Debug|Any CPU		{04616998-307A-4A63-8664-563D90797C95}.Release|Any CPU.ActiveCfg = Release|Any CPU		{04616998-307A-4A63-8664-563D90797C95}.Release|Any CPU.Build.0 = Release|Any CPU	EndGlobalSection	GlobalSection(SolutionProperties) = preSolution		HideSolutionNode = FALSE	EndGlobalSection	GlobalSection(ExtensibilityGlobals) = postSolution		SolutionGuid = {8774959F-3E82-4787-BFC6-6AA0CB29F1EC}	EndGlobalSectionEndGlobal
 |