-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTypedConfig.sln
52 lines (52 loc) · 3.46 KB
/
TypedConfig.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypedConfig", "TypedConfig\TypedConfig.csproj", "{51EA528A-997A-48A6-939C-CEF68AAF792F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TypedConfig.Tests", "TypedConfig.Tests\TypedConfig.Tests.csproj", "{39D40B8E-8A06-4514-B49F-8CED80D64F36}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersistedAttachedProperties", "PersistedAttachedSettings\PersistedAttachedProperties.csproj", "{EF78303C-10FA-46D7-BDFB-77CB2677DC28}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "ExampleDomain\Domain.csproj", "{E80B538F-8F4F-455E-A986-7D731C9E0D2D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceSmokeTest", "PerformanceSmokeTest\PerformanceSmokeTest.csproj", "{FABFEEA4-DC7B-4F0A-94E6-7771CB602846}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersistedAttachedPropertiesConcrete", "PersistedAttachedPropertiesConcrete\PersistedAttachedPropertiesConcrete.csproj", "{6AFC0548-671B-4B7C-9120-E3EB8E84E563}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51EA528A-997A-48A6-939C-CEF68AAF792F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51EA528A-997A-48A6-939C-CEF68AAF792F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51EA528A-997A-48A6-939C-CEF68AAF792F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51EA528A-997A-48A6-939C-CEF68AAF792F}.Release|Any CPU.Build.0 = Release|Any CPU
{39D40B8E-8A06-4514-B49F-8CED80D64F36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39D40B8E-8A06-4514-B49F-8CED80D64F36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39D40B8E-8A06-4514-B49F-8CED80D64F36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39D40B8E-8A06-4514-B49F-8CED80D64F36}.Release|Any CPU.Build.0 = Release|Any CPU
{EF78303C-10FA-46D7-BDFB-77CB2677DC28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF78303C-10FA-46D7-BDFB-77CB2677DC28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF78303C-10FA-46D7-BDFB-77CB2677DC28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF78303C-10FA-46D7-BDFB-77CB2677DC28}.Release|Any CPU.Build.0 = Release|Any CPU
{E80B538F-8F4F-455E-A986-7D731C9E0D2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E80B538F-8F4F-455E-A986-7D731C9E0D2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E80B538F-8F4F-455E-A986-7D731C9E0D2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E80B538F-8F4F-455E-A986-7D731C9E0D2D}.Release|Any CPU.Build.0 = Release|Any CPU
{FABFEEA4-DC7B-4F0A-94E6-7771CB602846}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FABFEEA4-DC7B-4F0A-94E6-7771CB602846}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FABFEEA4-DC7B-4F0A-94E6-7771CB602846}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FABFEEA4-DC7B-4F0A-94E6-7771CB602846}.Release|Any CPU.Build.0 = Release|Any CPU
{6AFC0548-671B-4B7C-9120-E3EB8E84E563}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AFC0548-671B-4B7C-9120-E3EB8E84E563}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AFC0548-671B-4B7C-9120-E3EB8E84E563}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AFC0548-671B-4B7C-9120-E3EB8E84E563}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal