-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTextInteractor.sln
31 lines (31 loc) · 1.6 KB
/
TextInteractor.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 Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextInteractor", "TextInteractor\TextInteractor.csproj", "{B06D9662-7B3B-4A32-AB4E-C0CBEC1A25B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUnitTestTextInteractor", "NUnitTestTextInteractor\NUnitTestTextInteractor.csproj", "{FF0BEA56-E460-40FA-9F37-CDFD36B86C9C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B06D9662-7B3B-4A32-AB4E-C0CBEC1A25B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B06D9662-7B3B-4A32-AB4E-C0CBEC1A25B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B06D9662-7B3B-4A32-AB4E-C0CBEC1A25B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B06D9662-7B3B-4A32-AB4E-C0CBEC1A25B5}.Release|Any CPU.Build.0 = Release|Any CPU
{FF0BEA56-E460-40FA-9F37-CDFD36B86C9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF0BEA56-E460-40FA-9F37-CDFD36B86C9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF0BEA56-E460-40FA-9F37-CDFD36B86C9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF0BEA56-E460-40FA-9F37-CDFD36B86C9C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0CF60344-E911-4657-B4A2-66ECA46539F2}
EndGlobalSection
EndGlobal