-
Notifications
You must be signed in to change notification settings - Fork 0
/
IPX800cs.sln
62 lines (62 loc) · 3.35 KB
/
IPX800cs.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
51
52
53
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPX800cs", "IPX800cs\IPX800cs.csproj", "{253D6B67-3590-4B0A-BD4C-2D842AC750AF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "TXT", "TXT", "{08A79DDB-88DF-4748-B347-E5A279B3CC5D}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IPX800cs.Test", "IPX800cs.Test\IPX800cs.Test.csproj", "{00D1E3D4-7A72-4640-BFAC-BAD23F979413}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestConsoleApplication", "TestConsoleApplication\TestConsoleApplication.csproj", "{039CBD5A-BA32-4331-9E11-2A3A39DC4B6D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{9F8B69D0-F4C2-4DAA-992A-E88927DB11A0}"
ProjectSection(SolutionItems) = preProject
.github\GitVersion.yml = .github\GitVersion.yml
.github\GitVersion-Release.yml = .github\GitVersion-Release.yml
.github\release-changelog-builder-configuration.json = .github\release-changelog-builder-configuration.json
.github\pr-labeler.yml = .github\pr-labeler.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{0D379098-AE02-4E0F-87CB-97BC89C80A28}"
ProjectSection(SolutionItems) = preProject
.github\workflows\Release.yml = .github\workflows\Release.yml
.github\workflows\Push-Dev-Nuget.yml = .github\workflows\Push-Dev-Nuget.yml
.github\workflows\Pull-Request-Labeler.yml = .github\workflows\Pull-Request-Labeler.yml
.github\workflows\Pull-Request.yml = .github\workflows\Pull-Request.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{253D6B67-3590-4B0A-BD4C-2D842AC750AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{253D6B67-3590-4B0A-BD4C-2D842AC750AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{253D6B67-3590-4B0A-BD4C-2D842AC750AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{253D6B67-3590-4B0A-BD4C-2D842AC750AF}.Release|Any CPU.Build.0 = Release|Any CPU
{00D1E3D4-7A72-4640-BFAC-BAD23F979413}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00D1E3D4-7A72-4640-BFAC-BAD23F979413}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00D1E3D4-7A72-4640-BFAC-BAD23F979413}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00D1E3D4-7A72-4640-BFAC-BAD23F979413}.Release|Any CPU.Build.0 = Release|Any CPU
{039CBD5A-BA32-4331-9E11-2A3A39DC4B6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{039CBD5A-BA32-4331-9E11-2A3A39DC4B6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{039CBD5A-BA32-4331-9E11-2A3A39DC4B6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{039CBD5A-BA32-4331-9E11-2A3A39DC4B6D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8079856D-17E0-434A-80B8-09728D41C7EA}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0D379098-AE02-4E0F-87CB-97BC89C80A28} = {9F8B69D0-F4C2-4DAA-992A-E88927DB11A0}
EndGlobalSection
EndGlobal