ignore csproj.user files.
add missing DailyLog.cs reference file to proj.
This commit is contained in:
parent
21f87c9558
commit
1a130b464d
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
**/.localhistory/*
|
**/.localhistory/*
|
||||||
**/node_modules/*
|
**/node_modules/*
|
||||||
**csproj.DotSettings
|
**csproj.DotSettings
|
||||||
|
**.csproj.user
|
||||||
|
|||||||
@ -40,6 +40,7 @@
|
|||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="DailyLogs.cs" />
|
||||||
<Compile Include="ILogger.cs" />
|
<Compile Include="ILogger.cs" />
|
||||||
<Compile Include="IRepository.cs" />
|
<Compile Include="IRepository.cs" />
|
||||||
<Compile Include="Identifier.cs" />
|
<Compile Include="Identifier.cs" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user