-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathLoaderView.sln
42 lines (42 loc) · 2 KB
/
LoaderView.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28606.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoaderView", "LoaderView\LoaderView.csproj", "{64952D7C-DB10-4404-9877-B3F7A02B1E7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{1C290421-9EA9-4A32-8F8E-98CA8267BAB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{28EB1B2C-3803-4B9E-96C5-7329D26EE2EF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.cake = build.cake
Directory.build.props = Directory.build.props
Directory.build.targets = Directory.build.targets
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{64952D7C-DB10-4404-9877-B3F7A02B1E7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64952D7C-DB10-4404-9877-B3F7A02B1E7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64952D7C-DB10-4404-9877-B3F7A02B1E7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64952D7C-DB10-4404-9877-B3F7A02B1E7E}.Release|Any CPU.Build.0 = Release|Any CPU
{1C290421-9EA9-4A32-8F8E-98CA8267BAB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C290421-9EA9-4A32-8F8E-98CA8267BAB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C290421-9EA9-4A32-8F8E-98CA8267BAB2}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{1C290421-9EA9-4A32-8F8E-98CA8267BAB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F776D28C-6783-4C28-A36A-0974D197B473}
EndGlobalSection
EndGlobal