Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAma666 authored Jan 13, 2021
1 parent 5e68da1 commit 1d0da00
Show file tree
Hide file tree
Showing 77 changed files with 48,988 additions and 0 deletions.
Binary file added GABB SRC/Debug/Form1.obj
Binary file not shown.
4 changes: 4 additions & 0 deletions GABB SRC/Debug/GABB.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
 Form1.cpp
.NETFramework,Version=v4.5.AssemblyAttributes.cpp
Form1.obj : napotkano moduł MSIL; konsolidowanie przyrostowe jest wyłączone dla modułów MSIL; zostanie wykonana pełna konsolidacja
GABB.vcxproj -> C:\Cpp\Visual Studio\GABB\Debug\GABB.exe
Binary file added GABB SRC/Debug/GABB.tlog/CL.command.1.tlog
Binary file not shown.
Binary file added GABB SRC/Debug/GABB.tlog/CL.read.1.tlog
Binary file not shown.
Binary file added GABB SRC/Debug/GABB.tlog/CL.write.1.tlog
Binary file not shown.
2 changes: 2 additions & 0 deletions GABB SRC/Debug/GABB.tlog/GABB.lastbuildstate
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#TargetFrameworkVersion=v4.5:PlatformToolSet=v141:EnableManagedIncrementalBuild=true:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0.17763.0
Debug|Win32|C:\Cpp\Visual Studio\GABB\|
Binary file added GABB SRC/Debug/GABB.tlog/link.command.1.tlog
Binary file not shown.
Binary file added GABB SRC/Debug/GABB.tlog/link.read.1.tlog
Binary file not shown.
Binary file added GABB SRC/Debug/GABB.tlog/link.write.1.tlog
Binary file not shown.
1 change: 1 addition & 0 deletions GABB SRC/Debug/GABB.tlog/metagen.read.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions GABB SRC/Debug/GABB.tlog/metagen.write.1.tlog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
Binary file not shown.
Binary file added GABB SRC/Debug/vc141.pdb
Binary file not shown.
13 changes: 13 additions & 0 deletions GABB SRC/Form1.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#include "Form1.h"

using namespace System;
using namespace System::Windows::Forms;

[STAThreadAttribute]
int main(array<String^>^args) {
Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefault(false);
GABB::Form1 form;
Application::Run(%form);
return 0;
}
2,456 changes: 2,456 additions & 0 deletions GABB SRC/Form1.h

Large diffs are not rendered by default.

41,874 changes: 41,874 additions & 0 deletions GABB SRC/Form1.resx

Large diffs are not rendered by default.

Binary file added GABB SRC/GABB.APS
Binary file not shown.
1 change: 1 addition & 0 deletions GABB SRC/GABB.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ATFxCAuh96Bc4m3LqFeKB5VN5byiIlkE7x1rXvkvwwpRP3ZEZiTvwF9oqAS-VnGoNISvCUUYFAgibIqPUTp-bv
Binary file added GABB SRC/GABB.rc
Binary file not shown.
159 changes: 159 additions & 0 deletions GABB SRC/GABB.vcxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{69245C38-CD76-4A62-AD1E-6639AEF9FA20}</ProjectGuid>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<Keyword>ManagedCProj</Keyword>
<RootNamespace>GABB</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CLRSupport>true</CLRSupport>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CLRSupport>true</CLRSupport>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CLRSupport>true</CLRSupport>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CLRSupport>true</CLRSupport>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<LibraryPath>C:\Cpp\Visual Studio\GABB\Release;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies />
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies />
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<EntryPointSymbol>main</EntryPointSymbol>
<AdditionalDependencies>ws2_32.lib;GDLL.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<EmbedManagedResourceFile>
</EmbedManagedResourceFile>
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<AdditionalDependencies />
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="Form1.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Form1.h">
<FileType>CppForm</FileType>
</ClInclude>
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.h</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="GABB.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
40 changes: 40 additions & 0 deletions GABB SRC/GABB.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Pliki źródłowe">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Include="Pliki nagłówkowe">
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
<Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions>
</Filter>
<Filter Include="Pliki zasobów">
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Form1.h">
<Filter>Pliki nagłówkowe</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>Pliki nagłówkowe</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="Form1.cpp">
<Filter>Pliki źródłowe</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Form1.resx">
<Filter>Pliki zasobów</Filter>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="GABB.rc">
<Filter>Pliki zasobów</Filter>
</ResourceCompile>
</ItemGroup>
</Project>
4 changes: 4 additions & 0 deletions GABB SRC/GABB.vcxproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
</Project>
Binary file added GABB SRC/GDLL.dll
Binary file not shown.
Binary file added GABB SRC/Release/Form1.obj
Binary file not shown.
22 changes: 22 additions & 0 deletions GABB SRC/Release/GABB.Build.CppClean.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
c:\cpp\visual studio\gabb\gabb\release\vc141.pdb
c:\cpp\visual studio\gabb\gabb\release\.netframework,version=v4.5.assemblyattributes.obj
c:\cpp\visual studio\gabb\gabb\release\.netframework,version=v4.5.assemblyattributes.asm
c:\cpp\visual studio\gabb\gabb\release\form1.obj
c:\cpp\visual studio\gabb\gabb\release\gabb.form1.resources
c:\cpp\visual studio\gabb\release\gabb.exe
c:\cpp\visual studio\gabb\release\gabb.pdb
c:\cpp\visual studio\gabb\gabb\release\gabb.res
c:\cpp\visual studio\gabb\gabb\release\gabb.vcxproj.generateresource.cache
c:\cpp\visual studio\gabb\gabb\release\gabb.vcxprojassemblyreference.cache
c:\cpp\visual studio\gabb\gabb\release\gabb.tlog\cl.command.1.tlog
c:\cpp\visual studio\gabb\gabb\release\gabb.tlog\cl.read.1.tlog
c:\cpp\visual studio\gabb\gabb\release\gabb.tlog\cl.write.1.tlog
c:\cpp\visual studio\gabb\gabb\release\gabb.tlog\gabb.write.1u.tlog
c:\cpp\visual studio\gabb\gabb\release\gabb.tlog\link.command.1.tlog
c:\cpp\visual studio\gabb\gabb\release\gabb.tlog\link.read.1.tlog
c:\cpp\visual studio\gabb\gabb\release\gabb.tlog\link.write.1.tlog
c:\cpp\visual studio\gabb\gabb\release\gabb.tlog\metagen.read.1.tlog
c:\cpp\visual studio\gabb\gabb\release\gabb.tlog\metagen.write.1.tlog
c:\cpp\visual studio\gabb\gabb\release\gabb.tlog\rc.command.1.tlog
c:\cpp\visual studio\gabb\gabb\release\gabb.tlog\rc.read.1.tlog
c:\cpp\visual studio\gabb\gabb\release\gabb.tlog\rc.write.1.tlog
Binary file added GABB SRC/Release/GABB.Form1.resources
Binary file not shown.
1 change: 1 addition & 0 deletions GABB SRC/Release/GABB.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
 GABB.vcxproj -> C:\Cpp\Visual Studio\GABB\Release\GABB.exe
Binary file added GABB SRC/Release/GABB.res
Binary file not shown.
Binary file added GABB SRC/Release/GABB.tlog/CL.command.1.tlog
Binary file not shown.
Binary file added GABB SRC/Release/GABB.tlog/CL.read.1.tlog
Binary file not shown.
Binary file added GABB SRC/Release/GABB.tlog/CL.write.1.tlog
Binary file not shown.
Binary file added GABB SRC/icon.ico
Binary file not shown.
Binary file added GABB SRC/numbers.pdn
Binary file not shown.
Binary file added GABB SRC/numbers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1d0da00

Please sign in to comment.