Compare commits

...

1 Commits

Author SHA1 Message Date
672fba37b6 trig 2025-02-24 13:59:16 +03:00
3 changed files with 16 additions and 0 deletions

3
.gitignore vendored
View File

@ -0,0 +1,3 @@
/bin
/obj
/.vs

12
Class1.cs Normal file
View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleForGid
{
internal class Class1
{
}
}

View File

@ -43,6 +43,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Class1.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>