|
171 | 171 | <Compile Include="infrastructure.app\commands\ChocolateyExportCommand.cs" />
|
172 | 172 | <Compile Include="infrastructure.app\commands\ChocolateyInfoCommand.cs" />
|
173 | 173 | <Compile Include="infrastructure.app\commands\ChocolateyHelpCommand.cs" />
|
| 174 | + <Compile Include="infrastructure\mockups\PackageOperationEventArgs.cs" /> |
| 175 | + <Compile Include="infrastructure\mockups\IPackageManager.cs" /> |
| 176 | + <Compile Include="infrastructure\mockups\IPackageRepository.cs" /> |
| 177 | + <Compile Include="infrastructure\mockups\PhysicalFileSystem.cs" /> |
174 | 178 | <Compile Include="infrastructure\cryptography\DefaultEncryptionUtility.cs" />
|
175 | 179 | <Compile Include="infrastructure\adapters\IEncryptionUtility.cs" />
|
176 | 180 | <Compile Include="infrastructure.app\validations\GlobalConfigurationValidation.cs" />
|
|
205 | 209 | <Compile Include="infrastructure\logging\LogMessage.cs" />
|
206 | 210 | <Compile Include="infrastructure\logging\LogSinkLog.cs" />
|
207 | 211 | <Compile Include="infrastructure\registration\AssemblyResolution.cs" />
|
| 212 | + <Compile Include="infrastructure\mockups\IPackage.cs" /> |
208 | 213 | <Compile Include="infrastructure\synchronization\GlobalMutex.cs" />
|
209 | 214 | <Compile Include="infrastructure\logging\TraceLog.cs" />
|
210 | 215 | <Compile Include="infrastructure\registration\SecurityProtocol.cs" />
|
|
240 | 245 | <Compile Include="infrastructure.app\domain\PinCommandType.cs" />
|
241 | 246 | <Compile Include="infrastructure.app\domain\SourceCommandType.cs" />
|
242 | 247 | <Compile Include="infrastructure.app\events\PostRunMessage.cs" />
|
243 |
| - <Compile Include="infrastructure.app\nuget\ChocolateyNugetCredentialProvider.cs" /> |
244 |
| - <Compile Include="infrastructure.app\nuget\ChocolateyClientCertificateProvider.cs" /> |
245 | 248 | <Compile Include="infrastructure.app\nuget\NugetPush.cs" />
|
246 | 249 | <Compile Include="infrastructure.app\runners\GenericRunner.cs" />
|
247 | 250 | <Compile Include="infrastructure.app\services\AutomaticUninstallerService.cs" />
|
|
277 | 280 | <Compile Include="infrastructure.app\domain\installers\MsiInstaller.cs" />
|
278 | 281 | <Compile Include="infrastructure.app\domain\installers\NsisInstaller.cs" />
|
279 | 282 | <Compile Include="infrastructure.app\domain\RegistryApplicationKey.cs" />
|
280 |
| - <Compile Include="infrastructure.app\nuget\ChocolateyLocalPackageRepository.cs" /> |
281 | 283 | <Compile Include="infrastructure.app\nuget\ChocolateyNugetLogger.cs" />
|
282 | 284 | <Compile Include="infrastructure.app\events\PreRunMessage.cs" />
|
283 |
| - <Compile Include="infrastructure.app\nuget\ChocolateyPackagePathResolver.cs" /> |
284 |
| - <Compile Include="infrastructure.app\nuget\ChocolateyPhysicalFileSystem.cs" /> |
285 | 285 | <Compile Include="infrastructure.app\nuget\DictionaryPropertyProvider.cs" />
|
286 | 286 | <Compile Include="infrastructure.app\nuget\NugetCommon.cs" />
|
287 |
| - <Compile Include="infrastructure.app\nuget\NuGetFileSystemExtensions.cs" /> |
288 |
| - <Compile Include="infrastructure.app\nuget\NugetList.cs" /> |
289 | 287 | <Compile Include="infrastructure.app\nuget\NugetPack.cs" />
|
290 | 288 | <Compile Include="infrastructure.app\runners\ConsoleApplication.cs" />
|
291 | 289 | <Compile Include="infrastructure.app\services\ChocolateyPackageInformationService.cs" />
|
|
0 commit comments