Skip to content

Commit 0ada4ae

Browse files
2 parents c75ceb2 + bdd26df commit 0ada4ae

File tree

611 files changed

+3662
-16
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

611 files changed

+3662
-16
lines changed

Echo Engine.sln

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.5.2.0
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Engine_base", "Engine_base\Engine_base.csproj", "{16A321A8-B989-45DF-8E09-2F24E8F7D176}"
6+
EndProject
7+
Global
8+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9+
Debug|Any CPU = Debug|Any CPU
10+
Release|Any CPU = Release|Any CPU
11+
EndGlobalSection
12+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13+
{16A321A8-B989-45DF-8E09-2F24E8F7D176}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{16A321A8-B989-45DF-8E09-2F24E8F7D176}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{16A321A8-B989-45DF-8E09-2F24E8F7D176}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{16A321A8-B989-45DF-8E09-2F24E8F7D176}.Release|Any CPU.Build.0 = Release|Any CPU
17+
EndGlobalSection
18+
GlobalSection(SolutionProperties) = preSolution
19+
HideSolutionNode = FALSE
20+
EndGlobalSection
21+
GlobalSection(ExtensibilityGlobals) = postSolution
22+
SolutionGuid = {67934039-EB89-4DC6-BE56-69F6BE64C34F}
23+
EndGlobalSection
24+
EndGlobal

Engine_base/Echo_runner.exe

48.1 MB
Binary file not shown.

Engine_base/Engine_base.csproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@
66
<UseWindowsForms>true</UseWindowsForms>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
9+
10+
<!-- 🧱 Single-file build -->
11+
<PublishSingleFile>true</PublishSingleFile>
12+
13+
<!-- 📦 Bundle everything, including native libraries -->
14+
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
15+
16+
<!-- 🚫 Don’t trim (WinForms not compatible with trimming) -->
17+
<PublishTrimmed>false</PublishTrimmed>
18+
19+
<!-- 🔧 Bundle all dependencies into the exe -->
20+
<SelfContained>true</SelfContained>
21+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
22+
23+
<!-- 🧩 Optional: compress the bundle to reduce size -->
24+
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
925
</PropertyGroup>
1026

1127
</Project>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
20.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)