-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMinerals.AutoCommands.sln
49 lines (49 loc) · 3.16 KB
/
Minerals.AutoCommands.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Minerals.AutoCommands", "Minerals.AutoCommands\Minerals.AutoCommands.csproj", "{635D2D6F-6666-49C7-84E5-2C3360F33273}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Minerals.AutoCommands.Benchmarks", "Minerals.AutoCommands.Benchmarks\Minerals.AutoCommands.Benchmarks.csproj", "{90E50346-0EC9-42AD-8E63-FB01499676DA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Minerals.AutoCommands.Generators", "Minerals.AutoCommands.Generators\Minerals.AutoCommands.Generators.csproj", "{1AFE4099-5A15-483D-ACCF-096350A92464}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Minerals.AutoCommands.Tests", "Minerals.AutoCommands.Tests\Minerals.AutoCommands.Tests.csproj", "{022F6717-71C9-4C8B-A5F4-5314C6196245}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playground", "Playground\Playground.csproj", "{92D10C6D-90B0-4F2E-877D-17E7C52518CF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{635D2D6F-6666-49C7-84E5-2C3360F33273}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{635D2D6F-6666-49C7-84E5-2C3360F33273}.Debug|Any CPU.Build.0 = Debug|Any CPU
{635D2D6F-6666-49C7-84E5-2C3360F33273}.Release|Any CPU.ActiveCfg = Release|Any CPU
{635D2D6F-6666-49C7-84E5-2C3360F33273}.Release|Any CPU.Build.0 = Release|Any CPU
{90E50346-0EC9-42AD-8E63-FB01499676DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90E50346-0EC9-42AD-8E63-FB01499676DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90E50346-0EC9-42AD-8E63-FB01499676DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90E50346-0EC9-42AD-8E63-FB01499676DA}.Release|Any CPU.Build.0 = Release|Any CPU
{1AFE4099-5A15-483D-ACCF-096350A92464}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AFE4099-5A15-483D-ACCF-096350A92464}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AFE4099-5A15-483D-ACCF-096350A92464}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AFE4099-5A15-483D-ACCF-096350A92464}.Release|Any CPU.Build.0 = Release|Any CPU
{022F6717-71C9-4C8B-A5F4-5314C6196245}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{022F6717-71C9-4C8B-A5F4-5314C6196245}.Debug|Any CPU.Build.0 = Debug|Any CPU
{022F6717-71C9-4C8B-A5F4-5314C6196245}.Release|Any CPU.ActiveCfg = Release|Any CPU
{022F6717-71C9-4C8B-A5F4-5314C6196245}.Release|Any CPU.Build.0 = Release|Any CPU
{92D10C6D-90B0-4F2E-877D-17E7C52518CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92D10C6D-90B0-4F2E-877D-17E7C52518CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92D10C6D-90B0-4F2E-877D-17E7C52518CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92D10C6D-90B0-4F2E-877D-17E7C52518CF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AABCA149-9FBF-4DCB-BCC7-DB26FC1EB70F}
EndGlobalSection
EndGlobal