forked from tom-englert/SplashScreen.Fody
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSplashScreen.Fody.sln
71 lines (71 loc) · 4.15 KB
/
SplashScreen.Fody.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6FCCA63C-5CA8-48BA-8116-FE1465D13D8F}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Common.props = Common.props
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SplashScreen.Fody", "SplashScreen.Fody\SplashScreen.Fody.csproj", "{A180747C-B983-478D-9E4A-E19BD6C46171}"
ProjectSection(ProjectDependencies) = postProject
{E1791E16-8F56-4288-9BEA-BF75FBD61E27} = {E1791E16-8F56-4288-9BEA-BF75FBD61E27}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SplashScreen", "SplashScreen\SplashScreen.csproj", "{1FC868CE-6366-4997-A302-9AF7542267B8}"
ProjectSection(ProjectDependencies) = postProject
{E1791E16-8F56-4288-9BEA-BF75FBD61E27} = {E1791E16-8F56-4288-9BEA-BF75FBD61E27}
{A180747C-B983-478D-9E4A-E19BD6C46171} = {A180747C-B983-478D-9E4A-E19BD6C46171}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestApp", "TestApp\TestApp.csproj", "{9A7A040D-A692-4189-A333-0A394C3DDD8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp2", "TestApp2\TestApp2.csproj", "{265074F0-71A5-4B51-B977-7C853D56F903}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SplashGenerator", "SplashGenerator\SplashGenerator.csproj", "{E1791E16-8F56-4288-9BEA-BF75FBD61E27}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{8A4FE58E-0B04-4287-9FFC-EA35E7B68DB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A180747C-B983-478D-9E4A-E19BD6C46171}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A180747C-B983-478D-9E4A-E19BD6C46171}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A180747C-B983-478D-9E4A-E19BD6C46171}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A180747C-B983-478D-9E4A-E19BD6C46171}.Release|Any CPU.Build.0 = Release|Any CPU
{1FC868CE-6366-4997-A302-9AF7542267B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FC868CE-6366-4997-A302-9AF7542267B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FC868CE-6366-4997-A302-9AF7542267B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FC868CE-6366-4997-A302-9AF7542267B8}.Release|Any CPU.Build.0 = Release|Any CPU
{9A7A040D-A692-4189-A333-0A394C3DDD8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A7A040D-A692-4189-A333-0A394C3DDD8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A7A040D-A692-4189-A333-0A394C3DDD8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A7A040D-A692-4189-A333-0A394C3DDD8E}.Release|Any CPU.Build.0 = Release|Any CPU
{265074F0-71A5-4B51-B977-7C853D56F903}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{265074F0-71A5-4B51-B977-7C853D56F903}.Debug|Any CPU.Build.0 = Debug|Any CPU
{265074F0-71A5-4B51-B977-7C853D56F903}.Release|Any CPU.ActiveCfg = Release|Any CPU
{265074F0-71A5-4B51-B977-7C853D56F903}.Release|Any CPU.Build.0 = Release|Any CPU
{E1791E16-8F56-4288-9BEA-BF75FBD61E27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1791E16-8F56-4288-9BEA-BF75FBD61E27}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1791E16-8F56-4288-9BEA-BF75FBD61E27}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1791E16-8F56-4288-9BEA-BF75FBD61E27}.Release|Any CPU.Build.0 = Release|Any CPU
{8A4FE58E-0B04-4287-9FFC-EA35E7B68DB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8A4FE58E-0B04-4287-9FFC-EA35E7B68DB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A4FE58E-0B04-4287-9FFC-EA35E7B68DB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A4FE58E-0B04-4287-9FFC-EA35E7B68DB9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {948655DC-B059-4D20-B0C7-4723D69A55BE}
EndGlobalSection
EndGlobal