-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServiceFactories.sln
31 lines (31 loc) · 1.6 KB
/
ServiceFactories.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceFactories", "ServiceFactories\ServiceFactories.csproj", "{5FD108BD-90D6-4166-BBA7-5C0F241804A2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServiceFactories.Tests", "ServiceFactories.Tests\ServiceFactories.Tests.csproj", "{F3C9294E-4598-41CA-8942-D2D392DE6F99}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5FD108BD-90D6-4166-BBA7-5C0F241804A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FD108BD-90D6-4166-BBA7-5C0F241804A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FD108BD-90D6-4166-BBA7-5C0F241804A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FD108BD-90D6-4166-BBA7-5C0F241804A2}.Release|Any CPU.Build.0 = Release|Any CPU
{F3C9294E-4598-41CA-8942-D2D392DE6F99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3C9294E-4598-41CA-8942-D2D392DE6F99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3C9294E-4598-41CA-8942-D2D392DE6F99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3C9294E-4598-41CA-8942-D2D392DE6F99}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A3BFBC2-7812-45C8-ACC4-48D2C2D89648}
EndGlobalSection
EndGlobal