-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOneCode.sln
66 lines (66 loc) · 4.27 KB
/
OneCode.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
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OneCode.VisualStudioExtension", "OneCode.VisualStudioExtension\OneCode.VisualStudioExtension.csproj", "{802C18CE-169A-4639-87A3-4D90B6361C69}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OneCode.ReSharperExtension", "OneCode.ReSharperExtension\OneCode.ReSharperExtension.csproj", "{234CD502-3AF1-4A8F-8081-1D643B9B4586}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OneCode.ReSharperExtension.Rider", "OneCode.ReSharperExtension\OneCode.ReSharperExtension.Rider.csproj", "{72ADC18E-03B0-47DD-927F-39EF26169070}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OneCode.ReSharperExtension.Tests", "OneCode.ReSharperExtension.Tests\OneCode.ReSharperExtension.Tests.csproj", "{D8136E8A-B78C-4CCC-9B48-DA3D8F843898}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9AC3695-564F-4DC3-8AA4-F9098AC27482}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
README.md = README.md
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "OneCode.Shared", "OneCode.Shared\OneCode.Shared.shproj", "{0B44CABE-2E4B-479F-B826-282AE5D0C58D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OneCode.Shared.Tests", "OneCode.Shared.Tests\OneCode.Shared.Tests.csproj", "{92B0F030-69F3-435D-8B55-775BBB180E41}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
OneCode.Shared\OneCode.Shared.projitems*{0b44cabe-2e4b-479f-b826-282ae5d0c58d}*SharedItemsImports = 13
OneCode.Shared\OneCode.Shared.projitems*{234cd502-3af1-4a8f-8081-1d643b9b4586}*SharedItemsImports = 5
OneCode.Shared\OneCode.Shared.projitems*{72adc18e-03b0-47dd-927f-39ef26169070}*SharedItemsImports = 5
OneCode.Shared\OneCode.Shared.projitems*{802c18ce-169a-4639-87a3-4d90b6361c69}*SharedItemsImports = 4
OneCode.Shared\OneCode.Shared.projitems*{92b0f030-69f3-435d-8b55-775bbb180e41}*SharedItemsImports = 5
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{802C18CE-169A-4639-87A3-4D90B6361C69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{802C18CE-169A-4639-87A3-4D90B6361C69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{802C18CE-169A-4639-87A3-4D90B6361C69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{802C18CE-169A-4639-87A3-4D90B6361C69}.Release|Any CPU.Build.0 = Release|Any CPU
{234CD502-3AF1-4A8F-8081-1D643B9B4586}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{234CD502-3AF1-4A8F-8081-1D643B9B4586}.Debug|Any CPU.Build.0 = Debug|Any CPU
{234CD502-3AF1-4A8F-8081-1D643B9B4586}.Release|Any CPU.ActiveCfg = Release|Any CPU
{234CD502-3AF1-4A8F-8081-1D643B9B4586}.Release|Any CPU.Build.0 = Release|Any CPU
{72ADC18E-03B0-47DD-927F-39EF26169070}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72ADC18E-03B0-47DD-927F-39EF26169070}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72ADC18E-03B0-47DD-927F-39EF26169070}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72ADC18E-03B0-47DD-927F-39EF26169070}.Release|Any CPU.Build.0 = Release|Any CPU
{D8136E8A-B78C-4CCC-9B48-DA3D8F843898}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8136E8A-B78C-4CCC-9B48-DA3D8F843898}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8136E8A-B78C-4CCC-9B48-DA3D8F843898}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8136E8A-B78C-4CCC-9B48-DA3D8F843898}.Release|Any CPU.Build.0 = Release|Any CPU
{92B0F030-69F3-435D-8B55-775BBB180E41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92B0F030-69F3-435D-8B55-775BBB180E41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92B0F030-69F3-435D-8B55-775BBB180E41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92B0F030-69F3-435D-8B55-775BBB180E41}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83582A40-5DAE-49A0-9611-103BCB87DC48}
EndGlobalSection
EndGlobal