blob: ca043149546845ec7d267a93501e8e100655350c (
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
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
61
62
63
64
|
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopSearch.Task", "app\DesktopSearch.Task\DesktopSearch.Task.csproj", "{69C01B63-DDC4-442A-B963-F1B46FFD5128}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopSearch.Domain", "app\SearchDocument.Domain\DesktopSearch.Domain.csproj", "{A302443C-C117-46C1-BB4E-13094178B9D6}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopSearch.Presentation", "app\DesktopSearch.Presentation\DesktopSearch.Presentation.csproj", "{DDDF872A-411D-44AB-A13B-2928BE84C68C}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sandbox", "test\Sandbox\Sandbox.csproj", "{77790A0A-681F-49B0-B09B-21D54A1FCC3B}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopSearch.Test", "test\DesktopSearch.Test\DesktopSearch.Test.csproj", "{C193D0A8-F1A9-4CA6-8BFD-5F92E21E1DDA}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69C01B63-DDC4-442A-B963-F1B46FFD5128}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69C01B63-DDC4-442A-B963-F1B46FFD5128}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69C01B63-DDC4-442A-B963-F1B46FFD5128}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69C01B63-DDC4-442A-B963-F1B46FFD5128}.Release|Any CPU.Build.0 = Release|Any CPU
{A302443C-C117-46C1-BB4E-13094178B9D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A302443C-C117-46C1-BB4E-13094178B9D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A302443C-C117-46C1-BB4E-13094178B9D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A302443C-C117-46C1-BB4E-13094178B9D6}.Release|Any CPU.Build.0 = Release|Any CPU
{DDDF872A-411D-44AB-A13B-2928BE84C68C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDDF872A-411D-44AB-A13B-2928BE84C68C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDDF872A-411D-44AB-A13B-2928BE84C68C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDDF872A-411D-44AB-A13B-2928BE84C68C}.Release|Any CPU.Build.0 = Release|Any CPU
{77790A0A-681F-49B0-B09B-21D54A1FCC3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77790A0A-681F-49B0-B09B-21D54A1FCC3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77790A0A-681F-49B0-B09B-21D54A1FCC3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77790A0A-681F-49B0-B09B-21D54A1FCC3B}.Release|Any CPU.Build.0 = Release|Any CPU
{C193D0A8-F1A9-4CA6-8BFD-5F92E21E1DDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C193D0A8-F1A9-4CA6-8BFD-5F92E21E1DDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C193D0A8-F1A9-4CA6-8BFD-5F92E21E1DDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C193D0A8-F1A9-4CA6-8BFD-5F92E21E1DDA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
|