-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathAjaxEngine.sln
60 lines (60 loc) · 3.39 KB
/
AjaxEngine.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
51
52
53
54
55
56
57
58
59
60
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AjaxEngine", "AjaxEngine\AjaxEngine.csproj", "{AE44B8E3-4428-4AEA-851A-154F30FC07C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AjaxEngine.Demo", "AjaxEngine.Demo\AjaxEngine.Demo.csproj", "{7CA599C9-083F-4BE8-9F41-16525B77BE73}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs08
SccLocalPath0 = .
SccProjectUniqueName1 = AjaxEngine\\AjaxEngine.csproj
SccProjectName1 = AjaxEngine
SccLocalPath1 = AjaxEngine
SccProjectUniqueName2 = AjaxEngine.Demo\\AjaxEngine.Demo.csproj
SccProjectName2 = AjaxEngine.Demo
SccLocalPath2 = AjaxEngine.Demo
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE44B8E3-4428-4AEA-851A-154F30FC07C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE44B8E3-4428-4AEA-851A-154F30FC07C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE44B8E3-4428-4AEA-851A-154F30FC07C4}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{AE44B8E3-4428-4AEA-851A-154F30FC07C4}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{AE44B8E3-4428-4AEA-851A-154F30FC07C4}.Debug|Win32.ActiveCfg = Debug|Any CPU
{AE44B8E3-4428-4AEA-851A-154F30FC07C4}.Debug|x86.ActiveCfg = Debug|Any CPU
{AE44B8E3-4428-4AEA-851A-154F30FC07C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE44B8E3-4428-4AEA-851A-154F30FC07C4}.Release|Any CPU.Build.0 = Release|Any CPU
{AE44B8E3-4428-4AEA-851A-154F30FC07C4}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{AE44B8E3-4428-4AEA-851A-154F30FC07C4}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{AE44B8E3-4428-4AEA-851A-154F30FC07C4}.Release|Win32.ActiveCfg = Release|Any CPU
{AE44B8E3-4428-4AEA-851A-154F30FC07C4}.Release|x86.ActiveCfg = Release|Any CPU
{7CA599C9-083F-4BE8-9F41-16525B77BE73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CA599C9-083F-4BE8-9F41-16525B77BE73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CA599C9-083F-4BE8-9F41-16525B77BE73}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{7CA599C9-083F-4BE8-9F41-16525B77BE73}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{7CA599C9-083F-4BE8-9F41-16525B77BE73}.Debug|Win32.ActiveCfg = Debug|Any CPU
{7CA599C9-083F-4BE8-9F41-16525B77BE73}.Debug|x86.ActiveCfg = Debug|Any CPU
{7CA599C9-083F-4BE8-9F41-16525B77BE73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CA599C9-083F-4BE8-9F41-16525B77BE73}.Release|Any CPU.Build.0 = Release|Any CPU
{7CA599C9-083F-4BE8-9F41-16525B77BE73}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{7CA599C9-083F-4BE8-9F41-16525B77BE73}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{7CA599C9-083F-4BE8-9F41-16525B77BE73}.Release|Win32.ActiveCfg = Release|Any CPU
{7CA599C9-083F-4BE8-9F41-16525B77BE73}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal