diff --git a/1/1/1.vcxproj b/1/1/1.vcxproj index 0d8fe6f..3ed2b71 100644 --- a/1/1/1.vcxproj +++ b/1/1/1.vcxproj @@ -17,7 +17,6 @@ Release x64 - 17.0 @@ -53,27 +52,24 @@ true Unicode - - + + + + + + + + + + + + + - - - - - - - - - - - - - - Level3 @@ -130,9 +126,10 @@ true - - + + + - + \ No newline at end of file diff --git a/1/1/1.vcxproj.filters b/1/1/1.vcxproj.filters index 153170c..3f0db78 100644 --- a/1/1/1.vcxproj.filters +++ b/1/1/1.vcxproj.filters @@ -14,4 +14,9 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + Исходные файлы + + \ No newline at end of file diff --git a/1/1/FileName.cpp b/1/1/FileName.cpp new file mode 100644 index 0000000..18b009d --- /dev/null +++ b/1/1/FileName.cpp @@ -0,0 +1,6 @@ +#include + +void main() +{ + printf("Hallo word!"); +} \ No newline at end of file