Skip to content

Commit

Permalink
Begin creating Progress namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Oct 5, 2017
1 parent 172e2f3 commit 7f90887
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ModuleManager/ModuleManager.csproj
Expand Up @@ -43,7 +43,6 @@
<Compile Include="Extensions\NodeStackExtensions.cs" />
<Compile Include="Extensions\StringExtensions.cs" />
<Compile Include="Extensions\UrlConfigExtensions.cs" />
<Compile Include="IPatchProgress.cs" />
<Compile Include="FatalErrorHandler.cs" />
<Compile Include="Logging\ExceptionMessage.cs" />
<Compile Include="Logging\IBasicLogger.cs" />
Expand All @@ -59,9 +58,10 @@
<Compile Include="PatchContext.cs" />
<Compile Include="PatchExtractor.cs" />
<Compile Include="PatchList.cs" />
<Compile Include="PatchProgress.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs" />
<Compile Include="Progress\IPatchProgress.cs" />
<Compile Include="Progress\PatchProgress.cs" />
<Compile Include="Threading\ITaskStatus.cs" />
<Compile Include="Threading\TaskStatus.cs" />
<Compile Include="Threading\TaskStatusWrapper.cs" />
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ModuleManagerTests/ModuleManagerTests.csproj
Expand Up @@ -65,8 +65,8 @@
<Compile Include="Extensions\NodeStackExtensionsTest.cs" />
<Compile Include="Logging\ModLoggerTest.cs" />
<Compile Include="PatchExtractorTest.cs" />
<Compile Include="PatchProgressTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Progress\PatchProgressTest.cs" />
<Compile Include="Threading\TaskStatusTest.cs" />
<Compile Include="Threading\BackgroundTaskTest.cs" />
</ItemGroup>
Expand Down
File renamed without changes.

0 comments on commit 7f90887

Please sign in to comment.