blob: b42078379828ff8de38a88630a3f580101807527 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NewAwaySys", "NewAwaySys.vcxproj", "{076543A3-41D6-6CD5-E1AE-14CAF9819D48}"
EndProject
Global
GlobalSection(DPCodeReviewSolutionGUID) = preSolution
DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
DebugW|Win32 = DebugW|Win32
Release|Win32 = Release|Win32
ReleaseW|Win32 = ReleaseW|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{076543A3-41D6-6CD5-E1AE-14CAF9819D48}.Debug|Win32.ActiveCfg = Debug|Win32
{076543A3-41D6-6CD5-E1AE-14CAF9819D48}.DebugW|Win32.ActiveCfg = DebugW|Win32
{076543A3-41D6-6CD5-E1AE-14CAF9819D48}.Release|Win32.ActiveCfg = Release|Win32
{076543A3-41D6-6CD5-E1AE-14CAF9819D48}.ReleaseW|Win32.ActiveCfg = ReleaseW|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
|