-
Notifications
You must be signed in to change notification settings - Fork 0
/
Plissken.sln
46 lines (46 loc) · 2.38 KB
/
Plissken.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.489
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4BE30E19-75EA-4493-8046-11FB5ABCE043}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
build.cmd = build.cmd
README.md = README.md
start.cmd = start.cmd
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlisskenLibrary", "PlisskenLibrary\PlisskenLibrary.csproj", "{EBCA8A6A-ABAE-4A43-B43E-672CB9FEAFAD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlisskenLibrary.Tests", "PlisskenLibrary.Tests\PlisskenLibrary.Tests.csproj", "{0A3BBEDE-6BC7-4BD4-849F-97BA6E9894DE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Pliss", "Pliss\Pliss.csproj", "{504876E9-1262-4EB1-8046-71E8EC124385}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBCA8A6A-ABAE-4A43-B43E-672CB9FEAFAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBCA8A6A-ABAE-4A43-B43E-672CB9FEAFAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBCA8A6A-ABAE-4A43-B43E-672CB9FEAFAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBCA8A6A-ABAE-4A43-B43E-672CB9FEAFAD}.Release|Any CPU.Build.0 = Release|Any CPU
{0A3BBEDE-6BC7-4BD4-849F-97BA6E9894DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A3BBEDE-6BC7-4BD4-849F-97BA6E9894DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A3BBEDE-6BC7-4BD4-849F-97BA6E9894DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A3BBEDE-6BC7-4BD4-849F-97BA6E9894DE}.Release|Any CPU.Build.0 = Release|Any CPU
{504876E9-1262-4EB1-8046-71E8EC124385}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{504876E9-1262-4EB1-8046-71E8EC124385}.Debug|Any CPU.Build.0 = Debug|Any CPU
{504876E9-1262-4EB1-8046-71E8EC124385}.Release|Any CPU.ActiveCfg = Release|Any CPU
{504876E9-1262-4EB1-8046-71E8EC124385}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D624C52-E688-44FD-AE77-C64A7B450E75}
EndGlobalSection
EndGlobal