-
Notifications
You must be signed in to change notification settings - Fork 3
/
Lombiq.BaseTheme.sln
34 lines (34 loc) · 2 KB
/
Lombiq.BaseTheme.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lombiq.BaseTheme", "Lombiq.BaseTheme\Lombiq.BaseTheme.csproj", "{3818FBF4-8FE6-4207-BF7E-39CE621785BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lombiq.BaseTheme.Samples", "Lombiq.BaseTheme.Samples\Lombiq.BaseTheme.Samples.csproj", "{083FC09A-4D27-4945-A64C-4CE4F0AA9561}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lombiq.BaseTheme.Tests.UI", "Lombiq.BaseTheme.Tests.UI\Lombiq.BaseTheme.Tests.UI.csproj", "{30CF79E0-87D9-48C6-9DED-26B85E60DC03}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3818FBF4-8FE6-4207-BF7E-39CE621785BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3818FBF4-8FE6-4207-BF7E-39CE621785BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3818FBF4-8FE6-4207-BF7E-39CE621785BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3818FBF4-8FE6-4207-BF7E-39CE621785BD}.Release|Any CPU.Build.0 = Release|Any CPU
{083FC09A-4D27-4945-A64C-4CE4F0AA9561}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{083FC09A-4D27-4945-A64C-4CE4F0AA9561}.Debug|Any CPU.Build.0 = Debug|Any CPU
{083FC09A-4D27-4945-A64C-4CE4F0AA9561}.Release|Any CPU.ActiveCfg = Release|Any CPU
{083FC09A-4D27-4945-A64C-4CE4F0AA9561}.Release|Any CPU.Build.0 = Release|Any CPU
{30CF79E0-87D9-48C6-9DED-26B85E60DC03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30CF79E0-87D9-48C6-9DED-26B85E60DC03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30CF79E0-87D9-48C6-9DED-26B85E60DC03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30CF79E0-87D9-48C6-9DED-26B85E60DC03}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal