This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed4f91a
commit 3e2982d
Showing
230 changed files
with
43,144 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.