Add files via upload

This commit is contained in:
Bluzume 2021-09-24 15:53:08 +12:00 committed by GitHub
parent 973ea9ca68
commit 4323c7e74c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 1770 additions and 0 deletions

25
SilicaTilesEditor.sln Normal file
View file

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SilicaTilesEditor", "SilicaTilesEditor\SilicaTilesEditor.csproj", "{286BE9D8-B723-43A5-A9BA-6769D4FD36DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{286BE9D8-B723-43A5-A9BA-6769D4FD36DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{286BE9D8-B723-43A5-A9BA-6769D4FD36DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{286BE9D8-B723-43A5-A9BA-6769D4FD36DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{286BE9D8-B723-43A5-A9BA-6769D4FD36DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1801A7AD-3C83-4942-8E58-8656C9BDDB06}
EndGlobalSection
EndGlobal