-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathCoherence.2010.sln
61 lines (60 loc) · 3.68 KB
/
Coherence.2010.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
61
Microsoft Visual Studio Solution File, Format Version 11.00
#
# Copyright (c) 2000, 2020, Oracle and/or its affiliates.
#
# Licensed under the Universal Permissive License v 1.0 as shown at
# http://oss.oracle.com/licenses/upl.
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{20C8FF0D-BDC6-4BD8-9EDC-2A5AB7F4BAE1}"
ProjectSection(SolutionItems) = preProject
Coherence.msbuild = Coherence.msbuild
Coherence.properties = Coherence.properties
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Coherence.2010", "src\Coherence\Coherence.2010.csproj", "{E56B7071-4FD8-425A-9356-C5F8B32FCE91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Coherence.Tests.2010", "tests\Coherence.Tests\Coherence.Tests.2010.csproj", "{47DB36BD-3018-436A-9F4C-024BF5281E23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Coherence.Pof.Test.2010", "tests\Coherence.Tests\Coherence.Pof.Test.2010.csproj", "{4E03B498-C6AE-444B-A5D9-1A2E27ADEA1A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|.NET = Release|.NET
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E56B7071-4FD8-425A-9356-C5F8B32FCE91}.Debug|.NET.ActiveCfg = Debug|Any CPU
{E56B7071-4FD8-425A-9356-C5F8B32FCE91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E56B7071-4FD8-425A-9356-C5F8B32FCE91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E56B7071-4FD8-425A-9356-C5F8B32FCE91}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E56B7071-4FD8-425A-9356-C5F8B32FCE91}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E56B7071-4FD8-425A-9356-C5F8B32FCE91}.Release|.NET.ActiveCfg = Release|Any CPU
{E56B7071-4FD8-425A-9356-C5F8B32FCE91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E56B7071-4FD8-425A-9356-C5F8B32FCE91}.Release|Any CPU.Build.0 = Release|Any CPU
{E56B7071-4FD8-425A-9356-C5F8B32FCE91}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E56B7071-4FD8-425A-9356-C5F8B32FCE91}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{47DB36BD-3018-436A-9F4C-024BF5281E23}.Debug|.NET.ActiveCfg = Debug|Any CPU
{47DB36BD-3018-436A-9F4C-024BF5281E23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47DB36BD-3018-436A-9F4C-024BF5281E23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47DB36BD-3018-436A-9F4C-024BF5281E23}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{47DB36BD-3018-436A-9F4C-024BF5281E23}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{47DB36BD-3018-436A-9F4C-024BF5281E23}.Release|.NET.ActiveCfg = Release|Any CPU
{47DB36BD-3018-436A-9F4C-024BF5281E23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47DB36BD-3018-436A-9F4C-024BF5281E23}.Release|Any CPU.Build.0 = Release|Any CPU
{47DB36BD-3018-436A-9F4C-024BF5281E23}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{47DB36BD-3018-436A-9F4C-024BF5281E23}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{4E03B498-C6AE-444B-A5D9-1A2E27ADEA1A}.Debug|.NET.ActiveCfg = Debug|Any CPU
{4E03B498-C6AE-444B-A5D9-1A2E27ADEA1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E03B498-C6AE-444B-A5D9-1A2E27ADEA1A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4E03B498-C6AE-444B-A5D9-1A2E27ADEA1A}.Release|.NET.ActiveCfg = Release|Any CPU
{4E03B498-C6AE-444B-A5D9-1A2E27ADEA1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E03B498-C6AE-444B-A5D9-1A2E27ADEA1A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal