Skip to content

Commit ba27ec5

Browse files
committed
add files ref
1 parent d0f0a2f commit ba27ec5

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

src/c#/GeneralUpdate.ClientCore/GeneralUpdate.ClientCore.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@
8585
<Compile Include="..\GeneralUpdate.Differential\Binary\IChecksum.cs" Link="Common\IChecksum.cs" />
8686
<Compile Include="..\GeneralUpdate.Differential\Binary\StrangeCRC.cs" Link="Common\StrangeCRC.cs" />
8787
<Compile Include="..\GeneralUpdate.Differential\DifferentialCore.cs" Link="Common\DifferentialCore.cs" />
88+
<Compile Include="..\GeneralUpdate.Differential\Matchers\DefaultCleanMatcher.cs" Link="Common\DefaultCleanMatcher.cs" />
89+
<Compile Include="..\GeneralUpdate.Differential\Matchers\DefaultCleanStrategy.cs" Link="Common\DefaultCleanStrategy.cs" />
90+
<Compile Include="..\GeneralUpdate.Differential\Matchers\DefaultDirtyMatcher.cs" Link="Common\DefaultDirtyMatcher.cs" />
91+
<Compile Include="..\GeneralUpdate.Differential\Matchers\DefaultDirtyStrategy.cs" Link="Common\DefaultDirtyStrategy.cs" />
92+
<Compile Include="..\GeneralUpdate.Differential\Matchers\ICleanMatcher.cs" Link="Common\ICleanMatcher.cs" />
93+
<Compile Include="..\GeneralUpdate.Differential\Matchers\ICleanStrategy.cs" Link="Common\ICleanStrategy.cs" />
94+
<Compile Include="..\GeneralUpdate.Differential\Matchers\IDirtyMatcher.cs" Link="Common\IDirtyMatcher.cs" />
95+
<Compile Include="..\GeneralUpdate.Differential\Matchers\IDirtyStrategy.cs" Link="Common\IDirtyStrategy.cs" />
8896
</ItemGroup>
8997
<ItemGroup>
9098
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="10.0.1" />

src/c#/GeneralUpdate.Core/GeneralUpdate.Core.csproj

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@
9393
<Compile Include="..\GeneralUpdate.Differential\Binary\IChecksum.cs" Link="Common\IChecksum.cs" />
9494
<Compile Include="..\GeneralUpdate.Differential\Binary\StrangeCRC.cs" Link="Common\StrangeCRC.cs" />
9595
<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" />
96104
</ItemGroup>
97105
<!-- Link Drivelution files for net10.0 target only -->
98106
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
@@ -127,6 +135,21 @@
127135
<Compile Include="..\GeneralUpdate.Drivelution\Windows\Implementation\WindowsDriverBackup.cs" Link="Common\WindowsDriverBackup.cs" />
128136
<Compile Include="..\GeneralUpdate.Drivelution\Windows\Implementation\WindowsDriverValidator.cs" Link="Common\WindowsDriverValidator.cs" />
129137
<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" />
130153
</ItemGroup>
131154
<ItemGroup>
132155
<Folder Include="Common\" />

0 commit comments

Comments
 (0)