-
Notifications
You must be signed in to change notification settings - Fork 2
/
StirlingLabs.MsQuic.sln
37 lines (37 loc) · 2.24 KB
/
StirlingLabs.MsQuic.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StirlingLabs.MsQuic.Bindings", "StirlingLabs.MsQuic.Bindings\StirlingLabs.MsQuic.Bindings.csproj", "{A5578279-8147-4706-8870-E783D998B91B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StirlingLabs.MsQuic", "StirlingLabs.MsQuic\StirlingLabs.MsQuic.csproj", "{6848CC48-14FA-4D86-8D1B-A913058727D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StirlingLabs.MsQuic.Tests", "StirlingLabs.MsQuic.Tests\StirlingLabs.MsQuic.Tests.csproj", "{70A486DC-8DCE-4219-BAE7-704CF9B51BA3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{68B5C4A1-7B53-429E-91CB-04865236A88E}"
ProjectSection(SolutionItems) = preProject
.github\workflows\cd.yml = .github\workflows\cd.yml
.github\workflows\ci-pr.yml = .github\workflows\ci-pr.yml
.github\workflows\ci-push.yml = .github\workflows\ci-push.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A5578279-8147-4706-8870-E783D998B91B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5578279-8147-4706-8870-E783D998B91B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5578279-8147-4706-8870-E783D998B91B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5578279-8147-4706-8870-E783D998B91B}.Release|Any CPU.Build.0 = Release|Any CPU
{6848CC48-14FA-4D86-8D1B-A913058727D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6848CC48-14FA-4D86-8D1B-A913058727D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6848CC48-14FA-4D86-8D1B-A913058727D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6848CC48-14FA-4D86-8D1B-A913058727D4}.Release|Any CPU.Build.0 = Release|Any CPU
{70A486DC-8DCE-4219-BAE7-704CF9B51BA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70A486DC-8DCE-4219-BAE7-704CF9B51BA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70A486DC-8DCE-4219-BAE7-704CF9B51BA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70A486DC-8DCE-4219-BAE7-704CF9B51BA3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal