-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExtensions.sln
31 lines (31 loc) · 1.48 KB
/
Extensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Extensions", "Extensions\Extensions.shproj", "{AA6E5958-287B-4398-A808-335A5E8FB2B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{DC3E590D-8273-4348-9B28-9FC8EA8189E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC3E590D-8273-4348-9B28-9FC8EA8189E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC3E590D-8273-4348-9B28-9FC8EA8189E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC3E590D-8273-4348-9B28-9FC8EA8189E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC3E590D-8273-4348-9B28-9FC8EA8189E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {84E1A9E3-D3DB-4645-ACDA-750B9E6FA741}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Extensions\Extensions.projitems*{aa6e5958-287b-4398-a808-335a5e8fb2b6}*SharedItemsImports = 13
Extensions\Extensions.projitems*{dc3e590d-8273-4348-9b28-9fc8ea8189e0}*SharedItemsImports = 5
EndGlobalSection
EndGlobal