|
93 | 93 | <Compile Include="..\GeneralUpdate.Differential\Binary\IChecksum.cs" Link="Common\IChecksum.cs" /> |
94 | 94 | <Compile Include="..\GeneralUpdate.Differential\Binary\StrangeCRC.cs" Link="Common\StrangeCRC.cs" /> |
95 | 95 | <Compile Include="..\GeneralUpdate.Differential\DifferentialCore.cs" Link="Common\DifferentialCore.cs" /> |
| 96 | + <Compile Include="..\GeneralUpdate.Differential\Matchers\DefaultCleanMatcher.cs" Link="Common\DefaultCleanMatcher.cs" /> |
| 97 | + <Compile Include="..\GeneralUpdate.Differential\Matchers\DefaultCleanStrategy.cs" Link="Common\DefaultCleanStrategy.cs" /> |
| 98 | + <Compile Include="..\GeneralUpdate.Differential\Matchers\DefaultDirtyMatcher.cs" Link="Common\DefaultDirtyMatcher.cs" /> |
| 99 | + <Compile Include="..\GeneralUpdate.Differential\Matchers\DefaultDirtyStrategy.cs" Link="Common\DefaultDirtyStrategy.cs" /> |
| 100 | + <Compile Include="..\GeneralUpdate.Differential\Matchers\ICleanMatcher.cs" Link="Common\ICleanMatcher.cs" /> |
| 101 | + <Compile Include="..\GeneralUpdate.Differential\Matchers\ICleanStrategy.cs" Link="Common\ICleanStrategy.cs" /> |
| 102 | + <Compile Include="..\GeneralUpdate.Differential\Matchers\IDirtyMatcher.cs" Link="Common\IDirtyMatcher.cs" /> |
| 103 | + <Compile Include="..\GeneralUpdate.Differential\Matchers\IDirtyStrategy.cs" Link="Common\IDirtyStrategy.cs" /> |
96 | 104 | </ItemGroup> |
97 | 105 | <!-- Link Drivelution files for net10.0 target only --> |
98 | 106 | <ItemGroup Condition="'$(TargetFramework)' == 'net10.0'"> |
|
127 | 135 | <Compile Include="..\GeneralUpdate.Drivelution\Windows\Implementation\WindowsDriverBackup.cs" Link="Common\WindowsDriverBackup.cs" /> |
128 | 136 | <Compile Include="..\GeneralUpdate.Drivelution\Windows\Implementation\WindowsDriverValidator.cs" Link="Common\WindowsDriverValidator.cs" /> |
129 | 137 | <Compile Include="..\GeneralUpdate.Drivelution\Windows\Implementation\WindowsGeneralDrivelution.cs" Link="Common\WindowsGeneralDrivelution.cs" /> |
| 138 | + <Compile Include="..\GeneralUpdate.Differential\Binary\BinaryHandler.cs" Link="Common\BinaryHandler.cs" /> |
| 139 | + <Compile Include="..\GeneralUpdate.Differential\Binary\BZip2Constants.cs" Link="Common\BZip2Constants.cs" /> |
| 140 | + <Compile Include="..\GeneralUpdate.Differential\Binary\BZip2InputStream.cs" Link="Common\BZip2InputStream.cs" /> |
| 141 | + <Compile Include="..\GeneralUpdate.Differential\Binary\BZip2OutputStream.cs" Link="Common\BZip2OutputStream.cs" /> |
| 142 | + <Compile Include="..\GeneralUpdate.Differential\Binary\IChecksum.cs" Link="Common\IChecksum.cs" /> |
| 143 | + <Compile Include="..\GeneralUpdate.Differential\Binary\StrangeCRC.cs" Link="Common\StrangeCRC.cs" /> |
| 144 | + <Compile Include="..\GeneralUpdate.Differential\DifferentialCore.cs" Link="Common\DifferentialCore.cs" /> |
| 145 | + <Compile Include="..\GeneralUpdate.Differential\Matchers\DefaultCleanMatcher.cs" Link="Common\DefaultCleanMatcher.cs" /> |
| 146 | + <Compile Include="..\GeneralUpdate.Differential\Matchers\DefaultCleanStrategy.cs" Link="Common\DefaultCleanStrategy.cs" /> |
| 147 | + <Compile Include="..\GeneralUpdate.Differential\Matchers\DefaultDirtyMatcher.cs" Link="Common\DefaultDirtyMatcher.cs" /> |
| 148 | + <Compile Include="..\GeneralUpdate.Differential\Matchers\DefaultDirtyStrategy.cs" Link="Common\DefaultDirtyStrategy.cs" /> |
| 149 | + <Compile Include="..\GeneralUpdate.Differential\Matchers\ICleanMatcher.cs" Link="Common\ICleanMatcher.cs" /> |
| 150 | + <Compile Include="..\GeneralUpdate.Differential\Matchers\ICleanStrategy.cs" Link="Common\ICleanStrategy.cs" /> |
| 151 | + <Compile Include="..\GeneralUpdate.Differential\Matchers\IDirtyMatcher.cs" Link="Common\IDirtyMatcher.cs" /> |
| 152 | + <Compile Include="..\GeneralUpdate.Differential\Matchers\IDirtyStrategy.cs" Link="Common\IDirtyStrategy.cs" /> |
130 | 153 | </ItemGroup> |
131 | 154 | <ItemGroup> |
132 | 155 | <Folder Include="Common\" /> |
|
0 commit comments