-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZenTween.sln
32 lines (32 loc) · 1.35 KB
/
ZenTween.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZenTween", "ZenTween\ZenTween.csproj", "{12993888-A839-4FC2-AC20-4D7B6235302F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D340D72F-9E4B-4D5A-A880-95B08B414D15}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
ZenTween.gif = ZenTween.gif
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{12993888-A839-4FC2-AC20-4D7B6235302F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12993888-A839-4FC2-AC20-4D7B6235302F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12993888-A839-4FC2-AC20-4D7B6235302F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12993888-A839-4FC2-AC20-4D7B6235302F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E6321302-DF0B-4C42-A07C-B00E2BA6D2E6}
EndGlobalSection
EndGlobal