From efbf58392f74811d27a1b81fe96c19619c0536b3 Mon Sep 17 00:00:00 2001 From: thepra Date: Thu, 24 Aug 2017 20:04:53 +0200 Subject: [PATCH] cleaning --- TestMain/AssemblyInfo.cpp | 38 ---- ...work,Version=v4.5.2.AssemblyAttributes.asm | 4 - ...Main.vcxprojResolveAssemblyReference.cache | Bin 1151 -> 0 bytes TestMain/ReadMe.txt | 35 ---- TestMain/TestMain.cpp | 12 -- TestMain/TestMain.vcxproj | 162 ------------------ TestMain/TestMain.vcxproj.filters | 49 ------ TestMain/app.ico | Bin 41395 -> 0 bytes TestMain/app.rc | Bin 2576 -> 0 bytes TestMain/resource.h | 3 - TestMain/stdafx.cpp | 7 - TestMain/stdafx.h | 8 - 12 files changed, 318 deletions(-) delete mode 100644 TestMain/AssemblyInfo.cpp delete mode 100644 TestMain/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.asm delete mode 100644 TestMain/Debug/TestMain.vcxprojResolveAssemblyReference.cache delete mode 100644 TestMain/ReadMe.txt delete mode 100644 TestMain/TestMain.cpp delete mode 100644 TestMain/TestMain.vcxproj delete mode 100644 TestMain/TestMain.vcxproj.filters delete mode 100644 TestMain/app.ico delete mode 100644 TestMain/app.rc delete mode 100644 TestMain/resource.h delete mode 100644 TestMain/stdafx.cpp delete mode 100644 TestMain/stdafx.h diff --git a/TestMain/AssemblyInfo.cpp b/TestMain/AssemblyInfo.cpp deleted file mode 100644 index 4fe15a9..0000000 --- a/TestMain/AssemblyInfo.cpp +++ /dev/null @@ -1,38 +0,0 @@ -#include "stdafx.h" - -using namespace System; -using namespace System::Reflection; -using namespace System::Runtime::CompilerServices; -using namespace System::Runtime::InteropServices; -using namespace System::Security::Permissions; - -// -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -// -[assembly:AssemblyTitleAttribute(L"TestMain")]; -[assembly:AssemblyDescriptionAttribute(L"")]; -[assembly:AssemblyConfigurationAttribute(L"")]; -[assembly:AssemblyCompanyAttribute(L"")]; -[assembly:AssemblyProductAttribute(L"TestMain")]; -[assembly:AssemblyCopyrightAttribute(L"Copyright (c) 2017")]; -[assembly:AssemblyTrademarkAttribute(L"")]; -[assembly:AssemblyCultureAttribute(L"")]; - -// -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the value or you can default the Revision and Build Numbers -// by using the '*' as shown below: - -[assembly:AssemblyVersionAttribute("1.0.*")]; - -[assembly:ComVisible(false)]; - -[assembly:CLSCompliantAttribute(true)]; \ No newline at end of file diff --git a/TestMain/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.asm b/TestMain/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.asm deleted file mode 100644 index 76f7ae5..0000000 --- a/TestMain/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.asm +++ /dev/null @@ -1,4 +0,0 @@ -; Listing generated by Microsoft (R) Optimizing Compiler Version 19.00.24215.1 - -; Generated by VC++ for Common Language Runtime -.file "C:\Users\void\AppData\Local\Temp\.NETFramework,Version=v4.5.2.AssemblyAttributes.cpp" diff --git a/TestMain/Debug/TestMain.vcxprojResolveAssemblyReference.cache b/TestMain/Debug/TestMain.vcxprojResolveAssemblyReference.cache deleted file mode 100644 index 161919e00569562b9727c8444bc9628628eb0ce5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1151 zcmcIjU2oGc6iq+Zr0FQ{JOqgcP^+k=D-5IxL80mdn+B~W9wLw%-+)yoo@{4O_?7$* z{sY|Gbz_8zwAg)pjj>A4nFigaO~;DEsa6+)gKp5mOnieXW@PGTOy*!5r&4ihwPs@**U{Bp_qJ$0 z`e*;2Zx5fz0+$sf{w`oLAy^ev6pGGL@lV)i!!K#?x{@24t52AOFfQBrF;JGo7 zV&%a^*Tsz{h=(sqFQf3})%?%w;vgJ`52Mt?N=vZ_xs-LH=R2X<)ZrzwY|Yd_rjNU1 zqI6s&iFZlzK9!VBo6K6f=Hb9?Qt&CXFw|(RbM41p2kJ(%cgWIpqm$RZWX2vVE)oIU zXP3UNPS8o8!#QLe{YIO86EkZ;uiIf?=b05LZ2GyCTp3TlIpuP>RBq8RalUul(e%gE q^St^#PCe{|UO4Ct`cJ$PX(z!qLAQz^%B=`$7eSPJ5p=r%YW@cQ;ZYL+ diff --git a/TestMain/ReadMe.txt b/TestMain/ReadMe.txt deleted file mode 100644 index b0c3ce7..0000000 --- a/TestMain/ReadMe.txt +++ /dev/null @@ -1,35 +0,0 @@ -======================================================================== - APPLICATION : TestMain Project Overview -======================================================================== - -AppWizard has created this TestMain Application for you. - -This file contains a summary of what you will find in each of the files that -make up your TestMain application. - -TestMain.vcxproj - This is the main project file for VC++ projects generated using an Application Wizard. - It contains information about the version of Visual C++ that generated the file, and - information about the platforms, configurations, and project features selected with the - Application Wizard. - -TestMain.vcxproj.filters - This is the filters file for VC++ projects generated using an Application Wizard. - It contains information about the association between the files in your project - and the filters. This association is used in the IDE to show grouping of files with - similar extensions under a specific node (for e.g. ".cpp" files are associated with the - "Source Files" filter). - -TestMain.cpp - This is the main application source file. - -AssemblyInfo.cpp - Contains custom attributes for modifying assembly metadata. - -///////////////////////////////////////////////////////////////////////////// -Other notes: - -AppWizard uses "TODO:" to indicate parts of the source code you -should add to or customize. - -///////////////////////////////////////////////////////////////////////////// diff --git a/TestMain/TestMain.cpp b/TestMain/TestMain.cpp deleted file mode 100644 index 1ebf275..0000000 --- a/TestMain/TestMain.cpp +++ /dev/null @@ -1,12 +0,0 @@ -// TestMain.cpp : main project file. - -#include "stdafx.h" - -using namespace System; - -int main(array ^args) -{ - Console::WriteLine("Hello World"); - Console::ReadLine(); - return 0; -} diff --git a/TestMain/TestMain.vcxproj b/TestMain/TestMain.vcxproj deleted file mode 100644 index c5a7633..0000000 --- a/TestMain/TestMain.vcxproj +++ /dev/null @@ -1,162 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - {1F53A686-9599-42FE-979D-2317152A3F79} - v4.5.2 - ManagedCProj - TestMain - 8.1 - - - - Application - true - v140 - true - Unicode - - - Application - false - v140 - true - Unicode - - - Application - true - v140 - true - Unicode - - - Application - false - v140 - true - Unicode - - - - - - - - - - - - - - - - - - - - - true - - - true - - - false - - - false - - - - Level3 - Disabled - WIN32;_DEBUG;%(PreprocessorDefinitions) - Use - - - - Console - - - - - Level3 - Disabled - _DEBUG;%(PreprocessorDefinitions) - Use - - - - - - - - Level3 - WIN32;NDEBUG;%(PreprocessorDefinitions) - Use - - - - Console - - - - - Level3 - NDEBUG;%(PreprocessorDefinitions) - Use - - - - - - - - - - - - - - - - - - - - - - - - Create - Create - Create - Create - - - - - - - - - - \ No newline at end of file diff --git a/TestMain/TestMain.vcxproj.filters b/TestMain/TestMain.vcxproj.filters deleted file mode 100644 index 2087788..0000000 --- a/TestMain/TestMain.vcxproj.filters +++ /dev/null @@ -1,49 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - - - - Header Files - - - Header Files - - - - - Resource Files - - - - - Source Files - - - Source Files - - - Source Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/TestMain/app.ico b/TestMain/app.ico deleted file mode 100644 index 789d7ccbb56ed92f1bb005054ec7e67257ddc37e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 41395 zcmeHQZA=_R7=DjCkZTKK8e`L%_DrfaQ35q-NU0yk2`Okwv@x+7+O*QNL}I~`Y8$Mc zweceoTVpWz1KLD?5Tj6HjAC->RZTH5(3+Y^qR}Q*QIUg61#Btj%&kM`7H)6nj+0&P zne4DLH}A~6^UO0d@9xgBL=JKjcMi&?At%w>EL>Qq#oKdt>C$N+(Rua|At$Lyk0H7#>diEi}F0wek;+HU7|b|XXU)xB+Bzp4Xf+HR-)G) zs@#~fX!#;mY)(aa>1JM9q{b|Es@mJmiXcbB=8Zn;=)3uM7IEz^*;GQ*b!7464yF^i z>&qW&Ajxqo~ z`o$M|S6|Ksp*!JynDLQBBox`-#bTKXNNLW6@ zgkx${f)e9J7HU zW>BoNwY0UbHnH&K*Qp-nz06Nvr^+meah=M<;eY@TNCN~S6LgB(nf&r-v~=^*=c0n&Ojh75tz+RnK5HVPvXohh+3)UAs(fW-b|Sp*ELAr(aAhg;CWNC zNg-csQaH8gOTI~A>mQ?;HLt$xf4z2e-!~6*cy1{Dt+(p06<@t|uzZicMMS~oQ0<3D z0x!1grj?D(wFOt)E;k)Ed9+Tg3NEWIIN#a3e!Td!+uXBZlaG*-5o1m2`SF#ewPVG* z`nqqrRCRT#YNfyP4BvY&bah{6bzfHSM$0IhOhc`lceYNT^Phg?sL%8lI?Ns?&V`*c zRdBocy$a9gPIeW|Bs$T^;GR!b6_sshE;@YY_gp~UPvB*7Kl6N3QpB;1NN_*^2mk>f zpdrBaQ2Eo`hgtjKfdM$cIKcK+E@&TbtfT$t|Aou}RsOSm)?qt)eP5#e#_0u9G5^8-Gva`rFPQ&e|Jj)XdOjO*ANC*YKRsXU%zfB@ z$=iQ=KG;33I{(?dy?Xu8el`17kDuM+=zsLT5eMwf?|AwfwVkKM%WwB|v>)T&hy!-# zcRc-#+K%yWJT~HChjicv4%m(ZY5o2e-U9>zKp=e)5dSYJ-Z^~{vUkhl^=tHZCp?kH z`q>9+;D7)SxP}0;>rdL;uu&S+@th^rgWXn^{AFF=V`xmP6 zLQm8mZTksaRPj`m7xe&t;4gDP@IsYOs`8>9xo#d7zpIv~Dlh6m{oudM0l^DZKB>x! zdgQug{)_ZfpHctp{7*IRqI}>VjlUj`bctK)VsIXmk>B_FKdTq@^7|D0wuFay@!ess zi$&(x%>|#u+@X3Fb@P0QtXIgd%~cBlKUMBE{Y$j7jz%dui+gaVyBASRM}kZfAYY-CED_uf7Hb=(|Mg8|>(9 zFl$~t-;MD$qUTusfzD+wj_6G8VEv63mP>fE*hYZsoST zK9-a?TGK0ZJ?!LNUENX6^kZGCWlwKu#C$}Kl`;RjO|KtpQ=OM>a^HQ{nU>BkyHfRL zspgw;YG%HroU?`LbzHLOZQZR>^|0CAB`-Y&s-XHel96HVaDfgvWxYP9om=;Bl0W}e T5{}Krq&}kyknm0LubKTDIBg}} diff --git a/TestMain/resource.h b/TestMain/resource.h deleted file mode 100644 index d5ac7c4..0000000 --- a/TestMain/resource.h +++ /dev/null @@ -1,3 +0,0 @@ -//{{NO_DEPENDENCIES}} -// Microsoft Visual C++ generated include file. -// Used by app.rc diff --git a/TestMain/stdafx.cpp b/TestMain/stdafx.cpp deleted file mode 100644 index 4044719..0000000 --- a/TestMain/stdafx.cpp +++ /dev/null @@ -1,7 +0,0 @@ -// stdafx.cpp : source file that includes just the standard includes -// TestMain.pch will be the pre-compiled header -// stdafx.obj will contain the pre-compiled type information - -#include "stdafx.h" - - diff --git a/TestMain/stdafx.h b/TestMain/stdafx.h deleted file mode 100644 index 39986bd..0000000 --- a/TestMain/stdafx.h +++ /dev/null @@ -1,8 +0,0 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently -// - -#pragma once - -// TODO: reference additional headers your program requires here