Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
blazingzephyr committed Nov 27, 2022
1 parent ed4f91a commit 3e2982d
Show file tree
Hide file tree
Showing 230 changed files with 43,144 additions and 0 deletions.
Binary file added LevelEditor.aps
Binary file not shown.
Binary file added LevelEditor.ico
Binary file not shown.
71 changes: 71 additions & 0 deletions LevelEditor.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// ������� (������) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(1251)

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE
BEGIN
"resource.h\0"
END

2 TEXTINCLUDE
BEGIN
"#include ""winres.h""\r\n"
"\0"
END

3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END

#endif // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
MAINICON ICON "F:\Personal\NewEra\LevelEditor\LevelEditor.ico"

#endif // ������� (������) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

43 changes: 43 additions & 0 deletions LevelEditor.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LevelEditor", "LevelEditor.vcxproj", "{CF405046-C228-47E9-9405-60B0AB6E445D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Dynamic|x64 = Debug Dynamic|x64
Debug Dynamic|x86 = Debug Dynamic|x86
Debug Static|x64 = Debug Static|x64
Debug Static|x86 = Debug Static|x86
Release Dynamic|x64 = Release Dynamic|x64
Release Dynamic|x86 = Release Dynamic|x86
Release Static|x64 = Release Static|x64
Release Static|x86 = Release Static|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF405046-C228-47E9-9405-60B0AB6E445D}.Debug Dynamic|x64.ActiveCfg = Debug Dynamic|x64
{CF405046-C228-47E9-9405-60B0AB6E445D}.Debug Dynamic|x64.Build.0 = Debug Dynamic|x64
{CF405046-C228-47E9-9405-60B0AB6E445D}.Debug Dynamic|x86.ActiveCfg = Debug Dynamic|Win32
{CF405046-C228-47E9-9405-60B0AB6E445D}.Debug Dynamic|x86.Build.0 = Debug Dynamic|Win32
{CF405046-C228-47E9-9405-60B0AB6E445D}.Debug Static|x64.ActiveCfg = Debug Static|x64
{CF405046-C228-47E9-9405-60B0AB6E445D}.Debug Static|x64.Build.0 = Debug Static|x64
{CF405046-C228-47E9-9405-60B0AB6E445D}.Debug Static|x86.ActiveCfg = Debug Static|Win32
{CF405046-C228-47E9-9405-60B0AB6E445D}.Debug Static|x86.Build.0 = Debug Static|Win32
{CF405046-C228-47E9-9405-60B0AB6E445D}.Release Dynamic|x64.ActiveCfg = Release Dynamic|x64
{CF405046-C228-47E9-9405-60B0AB6E445D}.Release Dynamic|x64.Build.0 = Release Dynamic|x64
{CF405046-C228-47E9-9405-60B0AB6E445D}.Release Dynamic|x86.ActiveCfg = Release Dynamic|Win32
{CF405046-C228-47E9-9405-60B0AB6E445D}.Release Dynamic|x86.Build.0 = Release Dynamic|Win32
{CF405046-C228-47E9-9405-60B0AB6E445D}.Release Static|x64.ActiveCfg = Release Static|x64
{CF405046-C228-47E9-9405-60B0AB6E445D}.Release Static|x64.Build.0 = Release Static|x64
{CF405046-C228-47E9-9405-60B0AB6E445D}.Release Static|x86.ActiveCfg = Release Static|Win32
{CF405046-C228-47E9-9405-60B0AB6E445D}.Release Static|x86.Build.0 = Release Static|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {88258895-C6E8-43E3-B56D-40CC02B608E2}
EndGlobalSection
EndGlobal
667 changes: 667 additions & 0 deletions LevelEditor.vcxproj

Large diffs are not rendered by default.

Loading

0 comments on commit 3e2982d

Please sign in to comment.