forked from Baseflow/DSTV.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DSTV.Net.sln
40 lines (40 loc) · 2.03 KB
/
DSTV.Net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33711.374
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DSTV.Net.Test", "DSTV.Net.Test\DSTV.Net.Test.csproj", "{96AAA004-121E-483B-8B76-7038189BE74F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DSTV.Net", "DSTV.Net\DSTV.Net.csproj", "{C079A279-10A1-44E5-BE63-43B4773BF18B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{EAC305B1-31C8-491E-ADF2-246DA316EB5A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.github\workflows\BUILD_TEST_DSTV_NET.yml = .github\workflows\BUILD_TEST_DSTV_NET.yml
Directory.Build.props = Directory.Build.props
.github\workflows\PUBLISH_PACKAGES.yml = .github\workflows\PUBLISH_PACKAGES.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96AAA004-121E-483B-8B76-7038189BE74F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96AAA004-121E-483B-8B76-7038189BE74F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96AAA004-121E-483B-8B76-7038189BE74F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96AAA004-121E-483B-8B76-7038189BE74F}.Release|Any CPU.Build.0 = Release|Any CPU
{C079A279-10A1-44E5-BE63-43B4773BF18B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C079A279-10A1-44E5-BE63-43B4773BF18B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C079A279-10A1-44E5-BE63-43B4773BF18B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C079A279-10A1-44E5-BE63-43B4773BF18B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {173DC6E8-3658-4022-BB62-8B4FAB6A7339}
EndGlobalSection
EndGlobal