Skip to content

Commit 3f625d3

Browse files
author
Artyom Abakumov
committed
Move build to the release page
1 parent 6c17582 commit 3f625d3

File tree

411 files changed

+17025
-5043
lines changed

Some content is hidden

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

411 files changed

+17025
-5043
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"python.pythonPath": "D:\\Install\\Python39\\python.exe",
3+
"cSpell.language": "en,ru,ru-RU"
4+
}
7.01 KB
Binary file not shown.

main/build/dod3/Analysis-00.toc

Lines changed: 1067 additions & 0 deletions
Large diffs are not rendered by default.

main/build/dod3/EXE-00.toc

Lines changed: 414 additions & 0 deletions
Large diffs are not rendered by default.

main/build/dod3/PKG-00.pkg

13.8 MB
Binary file not shown.

main/build/dod3/PKG-00.toc

Lines changed: 408 additions & 0 deletions
Large diffs are not rendered by default.

main/build/dod3/PYZ-00.pyz

2.09 MB
Binary file not shown.

main/build/dod3/PYZ-00.toc

Lines changed: 672 additions & 0 deletions
Large diffs are not rendered by default.

main/build/dod3/base_library.zip

763 KB
Binary file not shown.

main/build/dod3/dod3.exe.manifest

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3+
<assemblyIdentity type="win32" name="dod3" processorArchitecture="amd64" version="1.0.0.0"/>
4+
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
5+
<security>
6+
<requestedPrivileges>
7+
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
8+
</requestedPrivileges>
9+
</security>
10+
</trustInfo>
11+
<dependency>
12+
<dependentAssembly>
13+
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" language="*" processorArchitecture="*" version="6.0.0.0" publicKeyToken="6595b64144ccf1df"/>
14+
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"/>
15+
</dependentAssembly>
16+
</dependency>
17+
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
18+
<application>
19+
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
20+
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
21+
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
22+
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
23+
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
24+
</application>
25+
</compatibility>
26+
<application xmlns="urn:schemas-microsoft-com:asm.v3">
27+
<windowsSettings>
28+
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
29+
</windowsSettings>
30+
</application>
31+
</assembly>

0 commit comments

Comments
 (0)