-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPinGenerator.sln
57 lines (57 loc) · 3.43 KB
/
PinGenerator.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
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32228.430
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PinGenerator", "PinGenerator\PinGenerator.csproj", "{3F6CE490-E89B-4771-92B4-C52A1AFD8A70}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MVVMLibrary", "..\..\Libraries\MVVMLibrary\MVVMLibrary\MVVMLibrary.csproj", "{284CC45A-8804-4491-9A4E-314D5AE26EF0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonReaderLibrary", "..\..\Libraries\JsonReaderLibrary\JsonReaderLibrary\JsonReaderLibrary.csproj", "{C825CC0A-1442-4011-8F17-19AD08C9F5D5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F1374C1F-2492-46FE-864D-C3DE5B7E4780}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release_1|Any CPU = Release_1|Any CPU
Release|Any CPU = Release|Any CPU
Release1|Any CPU = Release1|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F6CE490-E89B-4771-92B4-C52A1AFD8A70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F6CE490-E89B-4771-92B4-C52A1AFD8A70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F6CE490-E89B-4771-92B4-C52A1AFD8A70}.Release_1|Any CPU.ActiveCfg = Release|Any CPU
{3F6CE490-E89B-4771-92B4-C52A1AFD8A70}.Release_1|Any CPU.Build.0 = Release|Any CPU
{3F6CE490-E89B-4771-92B4-C52A1AFD8A70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F6CE490-E89B-4771-92B4-C52A1AFD8A70}.Release|Any CPU.Build.0 = Release|Any CPU
{3F6CE490-E89B-4771-92B4-C52A1AFD8A70}.Release1|Any CPU.ActiveCfg = Release|Any CPU
{3F6CE490-E89B-4771-92B4-C52A1AFD8A70}.Release1|Any CPU.Build.0 = Release|Any CPU
{284CC45A-8804-4491-9A4E-314D5AE26EF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{284CC45A-8804-4491-9A4E-314D5AE26EF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{284CC45A-8804-4491-9A4E-314D5AE26EF0}.Release_1|Any CPU.ActiveCfg = Release_1|Any CPU
{284CC45A-8804-4491-9A4E-314D5AE26EF0}.Release_1|Any CPU.Build.0 = Release_1|Any CPU
{284CC45A-8804-4491-9A4E-314D5AE26EF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{284CC45A-8804-4491-9A4E-314D5AE26EF0}.Release|Any CPU.Build.0 = Release|Any CPU
{284CC45A-8804-4491-9A4E-314D5AE26EF0}.Release1|Any CPU.ActiveCfg = Release|Any CPU
{284CC45A-8804-4491-9A4E-314D5AE26EF0}.Release1|Any CPU.Build.0 = Release|Any CPU
{C825CC0A-1442-4011-8F17-19AD08C9F5D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C825CC0A-1442-4011-8F17-19AD08C9F5D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C825CC0A-1442-4011-8F17-19AD08C9F5D5}.Release_1|Any CPU.ActiveCfg = Release|Any CPU
{C825CC0A-1442-4011-8F17-19AD08C9F5D5}.Release_1|Any CPU.Build.0 = Release|Any CPU
{C825CC0A-1442-4011-8F17-19AD08C9F5D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C825CC0A-1442-4011-8F17-19AD08C9F5D5}.Release|Any CPU.Build.0 = Release|Any CPU
{C825CC0A-1442-4011-8F17-19AD08C9F5D5}.Release1|Any CPU.ActiveCfg = Release1|Any CPU
{C825CC0A-1442-4011-8F17-19AD08C9F5D5}.Release1|Any CPU.Build.0 = Release1|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DF4FABFE-459B-492F-9279-4A6F9B435BA5}
EndGlobalSection
EndGlobal