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 161919e..0000000 Binary files a/TestMain/Debug/TestMain.vcxprojResolveAssemblyReference.cache and /dev/null differ 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 789d7cc..0000000 Binary files a/TestMain/app.ico and /dev/null differ diff --git a/TestMain/app.rc b/TestMain/app.rc deleted file mode 100644 index 6747328..0000000 Binary files a/TestMain/app.rc and /dev/null differ 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