-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathViewGenerator.sln
44 lines (44 loc) · 2.4 KB
/
ViewGenerator.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 Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ViewGenerator", "ViewGenerator\ViewGenerator.csproj", "{299F2F08-1E86-401B-B32C-99384AD3326A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ViewGeneratorCore", "ViewGeneratorCore\ViewGeneratorCore.csproj", "{BEE6C7F2-CC1C-4E4F-B9BF-C8DFED373CD7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ViewPacker", "ViewPacker\ViewPacker.csproj", "{E52D59E2-DC92-44A1-B80D-7D7F3AFE27FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{51A18A04-276C-4AD4-8607-C9A96E8C34B3}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
Directory.Build.targets = Directory.Build.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{299F2F08-1E86-401B-B32C-99384AD3326A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{299F2F08-1E86-401B-B32C-99384AD3326A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{299F2F08-1E86-401B-B32C-99384AD3326A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{299F2F08-1E86-401B-B32C-99384AD3326A}.Release|Any CPU.Build.0 = Release|Any CPU
{BEE6C7F2-CC1C-4E4F-B9BF-C8DFED373CD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEE6C7F2-CC1C-4E4F-B9BF-C8DFED373CD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEE6C7F2-CC1C-4E4F-B9BF-C8DFED373CD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEE6C7F2-CC1C-4E4F-B9BF-C8DFED373CD7}.Release|Any CPU.Build.0 = Release|Any CPU
{E52D59E2-DC92-44A1-B80D-7D7F3AFE27FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E52D59E2-DC92-44A1-B80D-7D7F3AFE27FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E52D59E2-DC92-44A1-B80D-7D7F3AFE27FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E52D59E2-DC92-44A1-B80D-7D7F3AFE27FF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F4746255-1488-4484-9A8F-B9783228E510}
EndGlobalSection
EndGlobal