forked from ygoe/ViewModelKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ViewModelKit.sln
44 lines (44 loc) · 2.42 KB
/
ViewModelKit.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
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ViewModelKit.Fody", "ViewModelKit.Fody\ViewModelKit.Fody.csproj", "{0EE1E6EE-B14B-467F-8521-BA3E8995C80C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuget", "NuGet\Nuget.csproj", "{63786CE5-D899-43DF-AD4E-C2CA3BAC3FC2}"
ProjectSection(ProjectDependencies) = postProject
{0EE1E6EE-B14B-467F-8521-BA3E8995C80C} = {0EE1E6EE-B14B-467F-8521-BA3E8995C80C}
{6E91ECF3-4E31-4BFF-9B79-A291CF8E26B5} = {6E91ECF3-4E31-4BFF-9B79-A291CF8E26B5}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ViewModelKit", "ViewModelKit\ViewModelKit.csproj", "{6E91ECF3-4E31-4BFF-9B79-A291CF8E26B5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5C51B37B-A3B9-4083-B0CE-7D827C062861}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0EE1E6EE-B14B-467F-8521-BA3E8995C80C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EE1E6EE-B14B-467F-8521-BA3E8995C80C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EE1E6EE-B14B-467F-8521-BA3E8995C80C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EE1E6EE-B14B-467F-8521-BA3E8995C80C}.Release|Any CPU.Build.0 = Release|Any CPU
{63786CE5-D899-43DF-AD4E-C2CA3BAC3FC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63786CE5-D899-43DF-AD4E-C2CA3BAC3FC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63786CE5-D899-43DF-AD4E-C2CA3BAC3FC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63786CE5-D899-43DF-AD4E-C2CA3BAC3FC2}.Release|Any CPU.Build.0 = Release|Any CPU
{6E91ECF3-4E31-4BFF-9B79-A291CF8E26B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E91ECF3-4E31-4BFF-9B79-A291CF8E26B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E91ECF3-4E31-4BFF-9B79-A291CF8E26B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E91ECF3-4E31-4BFF-9B79-A291CF8E26B5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal