This repository was archived by the owner on Aug 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMvvm.sln
More file actions
52 lines (52 loc) · 3.05 KB
/
Mvvm.sln
File metadata and controls
52 lines (52 loc) · 3.05 KB
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
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Digillect.Mvvm (wp71)", "src\Digillect.MVVM\Digillect.Mvvm (wp71).csproj", "{5B1A2D09-CDC4-4210-A0D1-6C5DC9A2DF7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Digillect.Mvvm.Tests", "src\Digillect.Mvvm.Tests\Digillect.Mvvm.Tests.csproj", "{B6F0AD24-B021-4C62-9660-F797DB64F32A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Digillect.Mvvm", "src\Digillect.Mvvm\Digillect.Mvvm.csproj", "{F85B96FF-33FE-40C7-9BD2-BD38A33460F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{330A86DA-4BB1-4287-BA1D-BB405DCAD787}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D7E8621D-430A-4F1B-818B-1C16DAED0A7F}"
ProjectSection(SolutionItems) = preProject
build.cmd = build.cmd
build.proj = build.proj
Digillect.Mvvm.nuspec = Digillect.Mvvm.nuspec
Digillect.Mvvm.proj = Digillect.Mvvm.proj
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CodeAnalysis|Any CPU = CodeAnalysis|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B1A2D09-CDC4-4210-A0D1-6C5DC9A2DF7B}.CodeAnalysis|Any CPU.ActiveCfg = CodeAnalysis|Any CPU
{5B1A2D09-CDC4-4210-A0D1-6C5DC9A2DF7B}.CodeAnalysis|Any CPU.Build.0 = CodeAnalysis|Any CPU
{5B1A2D09-CDC4-4210-A0D1-6C5DC9A2DF7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B1A2D09-CDC4-4210-A0D1-6C5DC9A2DF7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B1A2D09-CDC4-4210-A0D1-6C5DC9A2DF7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B1A2D09-CDC4-4210-A0D1-6C5DC9A2DF7B}.Release|Any CPU.Build.0 = Release|Any CPU
{B6F0AD24-B021-4C62-9660-F797DB64F32A}.CodeAnalysis|Any CPU.ActiveCfg = CodeAnalysis|Any CPU
{B6F0AD24-B021-4C62-9660-F797DB64F32A}.CodeAnalysis|Any CPU.Build.0 = CodeAnalysis|Any CPU
{B6F0AD24-B021-4C62-9660-F797DB64F32A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6F0AD24-B021-4C62-9660-F797DB64F32A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6F0AD24-B021-4C62-9660-F797DB64F32A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6F0AD24-B021-4C62-9660-F797DB64F32A}.Release|Any CPU.Build.0 = Release|Any CPU
{F85B96FF-33FE-40C7-9BD2-BD38A33460F8}.CodeAnalysis|Any CPU.ActiveCfg = CodeAnalysis|Any CPU
{F85B96FF-33FE-40C7-9BD2-BD38A33460F8}.CodeAnalysis|Any CPU.Build.0 = CodeAnalysis|Any CPU
{F85B96FF-33FE-40C7-9BD2-BD38A33460F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F85B96FF-33FE-40C7-9BD2-BD38A33460F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F85B96FF-33FE-40C7-9BD2-BD38A33460F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F85B96FF-33FE-40C7-9BD2-BD38A33460F8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal