-
Notifications
You must be signed in to change notification settings - Fork 1
/
Industrious.Mvvm.sln
32 lines (31 loc) · 1.63 KB
/
Industrious.Mvvm.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Support Files", "Support Files", "{AD706903-7E3C-4C52-A906-21152DEC0713}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Industrious.Mvvm", "Industrious.Mvvm\Industrious.Mvvm.csproj", "{C1B4C11A-588C-4B82-923F-3E33F90A8B9D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Industrious.Mvvm.Tests", "Industrious.Mvvm.Tests\Industrious.Mvvm.Tests.csproj", "{13343A30-B50E-4761-97D6-2C1C24F757CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C1B4C11A-588C-4B82-923F-3E33F90A8B9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1B4C11A-588C-4B82-923F-3E33F90A8B9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1B4C11A-588C-4B82-923F-3E33F90A8B9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1B4C11A-588C-4B82-923F-3E33F90A8B9D}.Release|Any CPU.Build.0 = Release|Any CPU
{13343A30-B50E-4761-97D6-2C1C24F757CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13343A30-B50E-4761-97D6-2C1C24F757CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13343A30-B50E-4761-97D6-2C1C24F757CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13343A30-B50E-4761-97D6-2C1C24F757CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal