-
Notifications
You must be signed in to change notification settings - Fork 0
/
IFY.Shimr.sln
38 lines (38 loc) · 1.9 KB
/
IFY.Shimr.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D260D65D-0F00-4D2C-9E72-38EC9D2E3F41}"
ProjectSection(SolutionItems) = preProject
.config\dotnet-tools.json = .config\dotnet-tools.json
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IFY.Shimr", "IFY.Shimr\IFY.Shimr.csproj", "{2706BAF7-5673-4C6C-BA1F-924E7451B3FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IFY.Shimr.Tests", "IFY.Shimr.Tests\IFY.Shimr.Tests.csproj", "{A0C6A6F5-57FC-4825-890A-DD1D062B9EAB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2706BAF7-5673-4C6C-BA1F-924E7451B3FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2706BAF7-5673-4C6C-BA1F-924E7451B3FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2706BAF7-5673-4C6C-BA1F-924E7451B3FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2706BAF7-5673-4C6C-BA1F-924E7451B3FF}.Release|Any CPU.Build.0 = Release|Any CPU
{A0C6A6F5-57FC-4825-890A-DD1D062B9EAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0C6A6F5-57FC-4825-890A-DD1D062B9EAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0C6A6F5-57FC-4825-890A-DD1D062B9EAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0C6A6F5-57FC-4825-890A-DD1D062B9EAB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E7F4C82-6A66-408A-A49D-4191EBA571D3}
EndGlobalSection
EndGlobal