-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TransientContext.sln
executable file
·37 lines (37 loc) · 2.13 KB
/
TransientContext.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TransientContext", "TransientContext\TransientContext.csproj", "{C4DDC466-030D-497F-9ACC-09965688FABA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TransientContext.Tests.Xunit", "TransientContext.Tests.Xunit\TransientContext.Tests.Xunit.csproj", "{E9539014-711C-47A6-81D4-A59746A42B6B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TransientContext.Tests.NUnit", "TransientContext.Tests.NUnit\TransientContext.Tests.NUnit.csproj", "{9CD587E2-F28D-4FF2-B1F7-AC8C4123C69D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4DDC466-030D-497F-9ACC-09965688FABA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4DDC466-030D-497F-9ACC-09965688FABA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4DDC466-030D-497F-9ACC-09965688FABA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4DDC466-030D-497F-9ACC-09965688FABA}.Release|Any CPU.Build.0 = Release|Any CPU
{E9539014-711C-47A6-81D4-A59746A42B6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9539014-711C-47A6-81D4-A59746A42B6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9539014-711C-47A6-81D4-A59746A42B6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9539014-711C-47A6-81D4-A59746A42B6B}.Release|Any CPU.Build.0 = Release|Any CPU
{9CD587E2-F28D-4FF2-B1F7-AC8C4123C69D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CD587E2-F28D-4FF2-B1F7-AC8C4123C69D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CD587E2-F28D-4FF2-B1F7-AC8C4123C69D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CD587E2-F28D-4FF2-B1F7-AC8C4123C69D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3DF49178-57B7-427E-A1D8-C57CA5E25C9F}
EndGlobalSection
EndGlobal