-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNMyVision.Extensions.sln
More file actions
37 lines (37 loc) · 1.89 KB
/
NMyVision.Extensions.sln
File metadata and controls
37 lines (37 loc) · 1.89 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31213.239
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A464DE3E-E3D5-4404-AFF6-27858ED62D01}"
ProjectSection(SolutionItems) = preProject
.github\workflows\publish.yml = .github\workflows\publish.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Extensions", "Extensions\Extensions.csproj", "{FF295659-A1E9-4290-926A-C1C1ECCB5707}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtensionsTests", "ExtensionsTests\ExtensionsTests.csproj", "{6BFDF196-3838-4840-B7C6-EE6FA1BAC4B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FF295659-A1E9-4290-926A-C1C1ECCB5707}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF295659-A1E9-4290-926A-C1C1ECCB5707}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF295659-A1E9-4290-926A-C1C1ECCB5707}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF295659-A1E9-4290-926A-C1C1ECCB5707}.Release|Any CPU.Build.0 = Release|Any CPU
{6BFDF196-3838-4840-B7C6-EE6FA1BAC4B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BFDF196-3838-4840-B7C6-EE6FA1BAC4B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BFDF196-3838-4840-B7C6-EE6FA1BAC4B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BFDF196-3838-4840-B7C6-EE6FA1BAC4B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {742FAB69-7D59-45B6-B9AF-2D993BA4AAF5}
EndGlobalSection
EndGlobal