-
Notifications
You must be signed in to change notification settings - Fork 0
/
AdamIoC.sln
43 lines (43 loc) · 2.3 KB
/
AdamIoC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdamIoC", "AdamIoC\AdamIoC.csproj", "{C6DD9454-9FCD-401C-8A35-14AADD3F4EDA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdamIoC.Tests", "AdamIoC.Tests\AdamIoC.Tests.csproj", "{B341E11D-9213-495C-82B6-A3A2677CA3DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{6191E7BB-54B1-4527-A87E-FCC40A54341F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Requirements.txt = Requirements.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdamIoC.TestGenerator", "AdamIoC.TestGenerator\AdamIoC.TestGenerator.csproj", "{71F45305-CD1F-47C6-89A3-7A2AE9666132}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6DD9454-9FCD-401C-8A35-14AADD3F4EDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6DD9454-9FCD-401C-8A35-14AADD3F4EDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6DD9454-9FCD-401C-8A35-14AADD3F4EDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6DD9454-9FCD-401C-8A35-14AADD3F4EDA}.Release|Any CPU.Build.0 = Release|Any CPU
{B341E11D-9213-495C-82B6-A3A2677CA3DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B341E11D-9213-495C-82B6-A3A2677CA3DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B341E11D-9213-495C-82B6-A3A2677CA3DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B341E11D-9213-495C-82B6-A3A2677CA3DE}.Release|Any CPU.Build.0 = Release|Any CPU
{71F45305-CD1F-47C6-89A3-7A2AE9666132}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71F45305-CD1F-47C6-89A3-7A2AE9666132}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71F45305-CD1F-47C6-89A3-7A2AE9666132}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71F45305-CD1F-47C6-89A3-7A2AE9666132}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C48D597-CA0A-40DB-A951-60538FA7DF0F}
EndGlobalSection
EndGlobal