diff --git a/ConsoleForGit.csproj b/ConsoleForGit.csproj index 1fd13e4..bc37de1 100644 --- a/ConsoleForGit.csproj +++ b/ConsoleForGit.csproj @@ -45,6 +45,7 @@ <ItemGroup> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="second.cs" /> </ItemGroup> <ItemGroup> <None Include="App.config" /> diff --git a/second.cs b/second.cs new file mode 100644 index 0000000..8c09219 --- /dev/null +++ b/second.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace ConsoleForGit +{ + internal class second + { + } +}