|
102 | 102 | <Compile Include="Installer\OctorunInstaller.cs" /> |
103 | 103 | <Compile Include="Installer\UnzipTask.cs" /> |
104 | 104 | <Compile Include="IO\FileSystem.cs" /> |
105 | | - <Compile Include="Managers\Downloader.cs" /> |
| 105 | + <Compile Include="Tasks\Downloader.cs" /> |
106 | 106 | <Compile Include="OutputProcessors\GitAheadBehindStatusOutputProcessor.cs" /> |
107 | 107 | <Compile Include="OutputProcessors\GitCountObjectsProcessor.cs" /> |
108 | 108 | <Compile Include="OutputProcessors\LfsVersionOutputProcessor.cs" /> |
|
195 | 195 | <Compile Include="Installer\ZipHelper.cs" /> |
196 | 196 | <Compile Include="Extensions\AsyncExtensions.cs" /> |
197 | 197 | <Compile Include="Platform\Settings.cs" /> |
| 198 | + <Compile Include="Process\IProcessEnvironment.cs" /> |
| 199 | + <Compile Include="Process\ProcessEnvironment.cs" /> |
| 200 | + <Compile Include="Process\IProcessManager.cs" /> |
| 201 | + <Compile Include="Process\ProcessManager.cs" /> |
198 | 202 | <Compile Include="OutputProcessors\BranchListOutputProcessor.cs" /> |
199 | 203 | <Compile Include="OutputProcessors\LocksOutputProcessor.cs" /> |
200 | 204 | <Compile Include="OutputProcessors\LogEntryOutputProcessor.cs" /> |
201 | | - <Compile Include="OutputProcessors\ProcessManager.cs" /> |
202 | 205 | <Compile Include="OutputProcessors\StatusOutputProcessor.cs" /> |
203 | 206 | <Compile Include="Git\GitConfig.cs" /> |
204 | 207 | <Compile Include="OutputProcessors\LineProcessor.cs" /> |
205 | 208 | <Compile Include="Git\GitRemote.cs" /> |
206 | | - <Compile Include="OutputProcessors\IProcessManager.cs" /> |
207 | 209 | <Compile Include="IO\NiceIO.cs" /> |
208 | 210 | <Compile Include="OutputProcessors\RemoteListOutputProcessor.cs" /> |
209 | 211 | <Compile Include="Git\IRepository.cs" /> |
|
213 | 215 | <DesignTime>True</DesignTime> |
214 | 216 | <DependentUpon>Localization.resx</DependentUpon> |
215 | 217 | </Compile> |
216 | | - <Compile Include="Platform\ProcessEnvironment.cs" /> |
217 | | - <Compile Include="Platform\IProcessEnvironment.cs" /> |
218 | 218 | <Compile Include="Properties\AssemblyInfo.cs" /> |
219 | 219 | <Compile Include="Git\Repository.cs" /> |
220 | 220 | <Compile Include="Git\RepositoryManager.cs" /> |
|
0 commit comments