-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTempServe.sln
50 lines (50 loc) · 3.05 KB
/
TempServe.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TempServe", "TempServe\TempServe.csproj", "{57CA3241-55C9-4607-A13C-D3D09708D4F2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TempServeUI", "TempServeUI\TempServeUI.csproj", "{C7D3C5A4-42F0-41C2-9175-9BFD484D11E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57CA3241-55C9-4607-A13C-D3D09708D4F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57CA3241-55C9-4607-A13C-D3D09708D4F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57CA3241-55C9-4607-A13C-D3D09708D4F2}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{57CA3241-55C9-4607-A13C-D3D09708D4F2}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{57CA3241-55C9-4607-A13C-D3D09708D4F2}.Debug|Win32.ActiveCfg = Debug|x64
{57CA3241-55C9-4607-A13C-D3D09708D4F2}.Debug|x64.ActiveCfg = Debug|x64
{57CA3241-55C9-4607-A13C-D3D09708D4F2}.Debug|x64.Build.0 = Debug|x64
{57CA3241-55C9-4607-A13C-D3D09708D4F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57CA3241-55C9-4607-A13C-D3D09708D4F2}.Release|Any CPU.Build.0 = Release|Any CPU
{57CA3241-55C9-4607-A13C-D3D09708D4F2}.Release|Mixed Platforms.ActiveCfg = Release|x64
{57CA3241-55C9-4607-A13C-D3D09708D4F2}.Release|Mixed Platforms.Build.0 = Release|x64
{57CA3241-55C9-4607-A13C-D3D09708D4F2}.Release|Win32.ActiveCfg = Release|x64
{57CA3241-55C9-4607-A13C-D3D09708D4F2}.Release|x64.ActiveCfg = Release|x64
{57CA3241-55C9-4607-A13C-D3D09708D4F2}.Release|x64.Build.0 = Release|x64
{C7D3C5A4-42F0-41C2-9175-9BFD484D11E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7D3C5A4-42F0-41C2-9175-9BFD484D11E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7D3C5A4-42F0-41C2-9175-9BFD484D11E3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{C7D3C5A4-42F0-41C2-9175-9BFD484D11E3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{C7D3C5A4-42F0-41C2-9175-9BFD484D11E3}.Debug|Win32.ActiveCfg = Debug|Any CPU
{C7D3C5A4-42F0-41C2-9175-9BFD484D11E3}.Debug|x64.ActiveCfg = Debug|Any CPU
{C7D3C5A4-42F0-41C2-9175-9BFD484D11E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7D3C5A4-42F0-41C2-9175-9BFD484D11E3}.Release|Any CPU.Build.0 = Release|Any CPU
{C7D3C5A4-42F0-41C2-9175-9BFD484D11E3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{C7D3C5A4-42F0-41C2-9175-9BFD484D11E3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{C7D3C5A4-42F0-41C2-9175-9BFD484D11E3}.Release|Win32.ActiveCfg = Release|Any CPU
{C7D3C5A4-42F0-41C2-9175-9BFD484D11E3}.Release|x64.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal