-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDynamicPaper.sln
More file actions
41 lines (41 loc) · 1.98 KB
/
Copy pathDynamicPaper.sln
File metadata and controls
41 lines (41 loc) · 1.98 KB
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 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicPaper", "DynamicPaper\DynamicPaper.csproj", "{5A6FCF31-0355-4C44-8661-52FE836843AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShaderToyPacker", "ShaderToyPacker\ShaderToyPacker.csproj", "{3544D8C1-28CB-4647-A96E-49DBF4C393D7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C9D5C87D-AF69-4B86-84B1-A6A1638A755F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor-build.bat = appveyor-build.bat
appveyor.yml = appveyor.yml
dynamicpaper-installer.iss = dynamicpaper-installer.iss
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
{5A6FCF31-0355-4C44-8661-52FE836843AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A6FCF31-0355-4C44-8661-52FE836843AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A6FCF31-0355-4C44-8661-52FE836843AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A6FCF31-0355-4C44-8661-52FE836843AA}.Release|Any CPU.Build.0 = Release|Any CPU
{3544D8C1-28CB-4647-A96E-49DBF4C393D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3544D8C1-28CB-4647-A96E-49DBF4C393D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3544D8C1-28CB-4647-A96E-49DBF4C393D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3544D8C1-28CB-4647-A96E-49DBF4C393D7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55FD9810-4BB9-4B87-985B-4A226CDB7D1A}
EndGlobalSection
EndGlobal