-
Notifications
You must be signed in to change notification settings - Fork 1
/
LightDi.sln
40 lines (40 loc) · 2.22 KB
/
LightDi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30711.63
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LightDi", "LightDi\LightDi.csproj", "{1A0FA4D4-67AA-4650-81E9-49E06F3B6CB9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LightDi.Nuget", "LightDi.Nuget\LightDi.Nuget.csproj", "{EC40ACB0-A6B9-4776-9078-B1D72D244787}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7217B121-6C06-433B-A8A0-A0B1CF18FFE0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
LimitedRuntime_Debug|Any CPU = LimitedRuntime_Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A0FA4D4-67AA-4650-81E9-49E06F3B6CB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A0FA4D4-67AA-4650-81E9-49E06F3B6CB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A0FA4D4-67AA-4650-81E9-49E06F3B6CB9}.LimitedRuntime_Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A0FA4D4-67AA-4650-81E9-49E06F3B6CB9}.LimitedRuntime_Debug|Any CPU.Build.0 = Debug|Any CPU
{1A0FA4D4-67AA-4650-81E9-49E06F3B6CB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A0FA4D4-67AA-4650-81E9-49E06F3B6CB9}.Release|Any CPU.Build.0 = Release|Any CPU
{EC40ACB0-A6B9-4776-9078-B1D72D244787}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC40ACB0-A6B9-4776-9078-B1D72D244787}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC40ACB0-A6B9-4776-9078-B1D72D244787}.LimitedRuntime_Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC40ACB0-A6B9-4776-9078-B1D72D244787}.LimitedRuntime_Debug|Any CPU.Build.0 = Debug|Any CPU
{EC40ACB0-A6B9-4776-9078-B1D72D244787}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC40ACB0-A6B9-4776-9078-B1D72D244787}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6ADEA4A2-B293-47C8-A6B1-3A39219FA6D9}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal