-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathAdoptSkin.sln
33 lines (33 loc) · 1.32 KB
/
AdoptSkin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.452
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{439F8C7C-FA4E-4F50-98BE-253AE231999C}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdoptSkin", "AdoptSkin\AdoptSkin.csproj", "{E5681E0D-7A8E-4999-829C-2C072B551C36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5681E0D-7A8E-4999-829C-2C072B551C36}.Debug|x86.ActiveCfg = Debug|x86
{E5681E0D-7A8E-4999-829C-2C072B551C36}.Debug|x86.Build.0 = Debug|x86
{E5681E0D-7A8E-4999-829C-2C072B551C36}.Release|x86.ActiveCfg = Release|x86
{E5681E0D-7A8E-4999-829C-2C072B551C36}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7026CAF2-780B-4E87-8760-1A6708ACFBDE}
EndGlobalSection
EndGlobal