-
Notifications
You must be signed in to change notification settings - Fork 2
/
LinePutScript.sln
50 lines (50 loc) · 2.91 KB
/
LinePutScript.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
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31606.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinePutScript", "LinePutScript\LinePutScript.csproj", "{5DDF4B71-1925-4A49-909D-B5F2F4139A4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinePutScript.Core", "LinePutScript\Core\LinePutScript.Core.csproj", "{43919787-8ED0-47FC-B2EC-54B015B57944}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestConsole", "TestConsole\TestConsole.csproj", "{6B9E9C1D-34DB-4EC7-985E-B853F1FE712C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B568D637-ACDA-4186-9078-D343E5DE1205}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Release", "Release", "{DCF4908D-2FC7-4C9B-A90C-FB65BAD88E0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinePutScript.Standard", "LinePutScript\Standard\LinePutScript.Standard.csproj", "{0C065403-00C0-43A8-8744-029B80CE0C99}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5DDF4B71-1925-4A49-909D-B5F2F4139A4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DDF4B71-1925-4A49-909D-B5F2F4139A4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DDF4B71-1925-4A49-909D-B5F2F4139A4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DDF4B71-1925-4A49-909D-B5F2F4139A4E}.Release|Any CPU.Build.0 = Release|Any CPU
{43919787-8ED0-47FC-B2EC-54B015B57944}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43919787-8ED0-47FC-B2EC-54B015B57944}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43919787-8ED0-47FC-B2EC-54B015B57944}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43919787-8ED0-47FC-B2EC-54B015B57944}.Release|Any CPU.Build.0 = Release|Any CPU
{6B9E9C1D-34DB-4EC7-985E-B853F1FE712C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B9E9C1D-34DB-4EC7-985E-B853F1FE712C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B9E9C1D-34DB-4EC7-985E-B853F1FE712C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B9E9C1D-34DB-4EC7-985E-B853F1FE712C}.Release|Any CPU.Build.0 = Release|Any CPU
{0C065403-00C0-43A8-8744-029B80CE0C99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C065403-00C0-43A8-8744-029B80CE0C99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C065403-00C0-43A8-8744-029B80CE0C99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C065403-00C0-43A8-8744-029B80CE0C99}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {68001329-0CDB-4A87-A977-44E54DEC2AC5}
EndGlobalSection
EndGlobal