-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathdotNetify-Elements.sln
37 lines (37 loc) · 2.06 KB
/
dotNetify-Elements.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotNetifyLib.Elements", "DotNetifyLib.Elements\DotNetifyLib.Elements.csproj", "{3C0A79D8-2224-4A16-98CA-0348DA5F9FD5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ViewModels", "DevApp.ViewModels\ViewModels.csproj", "{8599E066-8CDA-4BEF-9E65-D347E1E3C372}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotNetify-Elements", "DevApp\dotNetify-Elements.csproj", "{9349B215-6CBA-4C12-8865-8705ED3EF51B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3C0A79D8-2224-4A16-98CA-0348DA5F9FD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C0A79D8-2224-4A16-98CA-0348DA5F9FD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C0A79D8-2224-4A16-98CA-0348DA5F9FD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C0A79D8-2224-4A16-98CA-0348DA5F9FD5}.Release|Any CPU.Build.0 = Release|Any CPU
{8599E066-8CDA-4BEF-9E65-D347E1E3C372}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8599E066-8CDA-4BEF-9E65-D347E1E3C372}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8599E066-8CDA-4BEF-9E65-D347E1E3C372}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8599E066-8CDA-4BEF-9E65-D347E1E3C372}.Release|Any CPU.Build.0 = Release|Any CPU
{9349B215-6CBA-4C12-8865-8705ED3EF51B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9349B215-6CBA-4C12-8865-8705ED3EF51B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9349B215-6CBA-4C12-8865-8705ED3EF51B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9349B215-6CBA-4C12-8865-8705ED3EF51B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B19AF28A-AD1E-4145-91B2-DE5CAEC2BFB1}
EndGlobalSection
EndGlobal