-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotnetCampus.UISpy.Uno.sln
41 lines (41 loc) · 2.06 KB
/
dotnetCampus.UISpy.Uno.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32210.308
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BADA71DC-7FFD-4EDC-9F28-FB74AEADC713}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.vsconfig = .vsconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
global.json = global.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetCampus.UISpy.Uno", "src\DotNetCampus.UISpy.Uno\DotNetCampus.UISpy.Uno.csproj", "{490531CB-509E-4DF3-BE09-25F99AE5C2D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleUnoApp", "samples\SampleUnoApp\SampleUnoApp.csproj", "{D63656D1-9B21-4C3A-B7E1-96F34E588F29}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{490531CB-509E-4DF3-BE09-25F99AE5C2D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{490531CB-509E-4DF3-BE09-25F99AE5C2D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{490531CB-509E-4DF3-BE09-25F99AE5C2D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{490531CB-509E-4DF3-BE09-25F99AE5C2D8}.Release|Any CPU.Build.0 = Release|Any CPU
{D63656D1-9B21-4C3A-B7E1-96F34E588F29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D63656D1-9B21-4C3A-B7E1-96F34E588F29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D63656D1-9B21-4C3A-B7E1-96F34E588F29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D63656D1-9B21-4C3A-B7E1-96F34E588F29}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {312FE2FD-086D-472E-BC3A-11CEB5DEFA24}
EndGlobalSection
EndGlobal