-
Notifications
You must be signed in to change notification settings - Fork 1
/
ObsStrawket.sln
44 lines (44 loc) · 2.38 KB
/
ObsStrawket.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32804.467
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObsStrawket", "ObsStrawket\ObsStrawket.csproj", "{806DEAC7-8621-469D-8EE6-2294EFF59BE7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ObsStrawket.Test", "ObsStrawket.Test\ObsStrawket.Test.csproj", "{B9BBF579-2C2C-4B85-88D3-88185BF03AC3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8DCB06C9-C48D-4A81-B040-D140096C5C3E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourceGenerator", "SourceGenerator\SourceGenerator.csproj", "{78D51826-9F37-4684-A134-4065F205CE38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{806DEAC7-8621-469D-8EE6-2294EFF59BE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{806DEAC7-8621-469D-8EE6-2294EFF59BE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{806DEAC7-8621-469D-8EE6-2294EFF59BE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{806DEAC7-8621-469D-8EE6-2294EFF59BE7}.Release|Any CPU.Build.0 = Release|Any CPU
{B9BBF579-2C2C-4B85-88D3-88185BF03AC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9BBF579-2C2C-4B85-88D3-88185BF03AC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9BBF579-2C2C-4B85-88D3-88185BF03AC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9BBF579-2C2C-4B85-88D3-88185BF03AC3}.Release|Any CPU.Build.0 = Release|Any CPU
{78D51826-9F37-4684-A134-4065F205CE38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78D51826-9F37-4684-A134-4065F205CE38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78D51826-9F37-4684-A134-4065F205CE38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78D51826-9F37-4684-A134-4065F205CE38}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB3D1A55-0CAE-4D90-9ECD-0997BCF27EE9}
EndGlobalSection
EndGlobal