33 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			33 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  |  | |||
|  | Microsoft Visual Studio Solution File, Format Version 12.00 | |||
|  | # Visual Studio 14 | |||
|  | VisualStudioVersion = 14.0.23107.0 | |||
|  | MinimumVisualStudioVersion = 10.0.40219.1 | |||
|  | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Easy2D", "Easy2D.vcxproj", "{FF7F943D-A89C-4E6C-97CF-84F7D8FF8EDF}" | |||
|  | EndProject | |||
|  | Global | |||
|  | 	GlobalSection(SolutionConfigurationPlatforms) = preSolution | |||
|  | 		Debug|x64 = Debug|x64 | |||
|  | 		Debug|Win32 = Debug|Win32 | |||
|  | 		Release|x64 = Release|x64 | |||
|  | 		Release|Win32 = Release|Win32 | |||
|  | 	EndGlobalSection | |||
|  | 	GlobalSection(ProjectConfigurationPlatforms) = postSolution | |||
|  | 		{FF7F943D-A89C-4E6C-97CF-84F7D8FF8EDF}.Debug|x64.ActiveCfg = Debug|x64 | |||
|  | 		{FF7F943D-A89C-4E6C-97CF-84F7D8FF8EDF}.Debug|x64.Build.0 = Debug|x64 | |||
|  | 		{FF7F943D-A89C-4E6C-97CF-84F7D8FF8EDF}.Debug|x64.Deploy.0 = Debug|x64 | |||
|  | 		{FF7F943D-A89C-4E6C-97CF-84F7D8FF8EDF}.Debug|Win32.ActiveCfg = Debug|Win32 | |||
|  | 		{FF7F943D-A89C-4E6C-97CF-84F7D8FF8EDF}.Debug|Win32.Build.0 = Debug|Win32 | |||
|  | 		{FF7F943D-A89C-4E6C-97CF-84F7D8FF8EDF}.Release|x64.ActiveCfg = Release|x64 | |||
|  | 		{FF7F943D-A89C-4E6C-97CF-84F7D8FF8EDF}.Release|x64.Build.0 = Release|x64 | |||
|  | 		{FF7F943D-A89C-4E6C-97CF-84F7D8FF8EDF}.Release|Win32.ActiveCfg = Release|Win32 | |||
|  | 		{FF7F943D-A89C-4E6C-97CF-84F7D8FF8EDF}.Release|Win32.Build.0 = Release|Win32 | |||
|  | 	EndGlobalSection | |||
|  | 	GlobalSection(SolutionProperties) = preSolution | |||
|  | 		HideSolutionNode = FALSE | |||
|  | 	EndGlobalSection | |||
|  | 	GlobalSection(ExtensibilityGlobals) = postSolution | |||
|  | 		SolutionGuid = {FAC2BE2F-19AF-477A-8DC6-4645E66868A4} | |||
|  | 	EndGlobalSection | |||
|  | EndGlobal |