-
Notifications
You must be signed in to change notification settings - Fork 0
/
InteractR.sln
44 lines (44 loc) · 2.13 KB
/
InteractR.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28822.285
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InteractR", "InteractR\InteractR.csproj", "{7527C96C-E595-4405-A447-92D920EDD75C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D11183B4-69FD-4720-BD4E-90EA0F03B753}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InteractR.Tests", "Tests\InteractR.Tests.csproj", "{AFB31614-4143-4357-A62B-7D38CB0375A6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{77AAA290-344C-43E8-9521-7A3BE3651FF0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CodeMetricsConfig.txt = CodeMetricsConfig.txt
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7527C96C-E595-4405-A447-92D920EDD75C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7527C96C-E595-4405-A447-92D920EDD75C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7527C96C-E595-4405-A447-92D920EDD75C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7527C96C-E595-4405-A447-92D920EDD75C}.Release|Any CPU.Build.0 = Release|Any CPU
{AFB31614-4143-4357-A62B-7D38CB0375A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFB31614-4143-4357-A62B-7D38CB0375A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFB31614-4143-4357-A62B-7D38CB0375A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFB31614-4143-4357-A62B-7D38CB0375A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AFB31614-4143-4357-A62B-7D38CB0375A6} = {D11183B4-69FD-4720-BD4E-90EA0F03B753}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8AAD7E9A-977B-49F7-B8C2-A571D83C6060}
EndGlobalSection
EndGlobal