Skip to content

Commit 98d71e1

Browse files
CopilotJusterZhu
andauthored
[WIP] Fix project compilation issues due to duplicate Compile items (#175)
* Initial plan * fix: remove duplicate Differential Compile items from GeneralUpdate.Core.csproj Agent-Logs-Url: https://github.com/GeneralLibrary/GeneralUpdate/sessions/6f020881-ae86-438c-acec-7f01afb00b9b Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com>
1 parent 989b7c5 commit 98d71e1

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -136,21 +136,6 @@
136136
<Compile Include="..\GeneralUpdate.Drivelution\Windows\Implementation\WindowsDriverBackup.cs" Link="Common\WindowsDriverBackup.cs" />
137137
<Compile Include="..\GeneralUpdate.Drivelution\Windows\Implementation\WindowsDriverValidator.cs" Link="Common\WindowsDriverValidator.cs" />
138138
<Compile Include="..\GeneralUpdate.Drivelution\Windows\Implementation\WindowsGeneralDrivelution.cs" Link="Common\WindowsGeneralDrivelution.cs" />
139-
<Compile Include="..\GeneralUpdate.Differential\Binary\BinaryHandler.cs" Link="Common\BinaryHandler.cs" />
140-
<Compile Include="..\GeneralUpdate.Differential\Binary\BZip2Constants.cs" Link="Common\BZip2Constants.cs" />
141-
<Compile Include="..\GeneralUpdate.Differential\Binary\BZip2InputStream.cs" Link="Common\BZip2InputStream.cs" />
142-
<Compile Include="..\GeneralUpdate.Differential\Binary\BZip2OutputStream.cs" Link="Common\BZip2OutputStream.cs" />
143-
<Compile Include="..\GeneralUpdate.Differential\Binary\IChecksum.cs" Link="Common\IChecksum.cs" />
144-
<Compile Include="..\GeneralUpdate.Differential\Binary\StrangeCRC.cs" Link="Common\StrangeCRC.cs" />
145-
<Compile Include="..\GeneralUpdate.Differential\DifferentialCore.cs" Link="Common\DifferentialCore.cs" />
146-
<Compile Include="..\GeneralUpdate.Differential\Matchers\DefaultCleanMatcher.cs" Link="Common\DefaultCleanMatcher.cs" />
147-
<Compile Include="..\GeneralUpdate.Differential\Matchers\DefaultCleanStrategy.cs" Link="Common\DefaultCleanStrategy.cs" />
148-
<Compile Include="..\GeneralUpdate.Differential\Matchers\DefaultDirtyMatcher.cs" Link="Common\DefaultDirtyMatcher.cs" />
149-
<Compile Include="..\GeneralUpdate.Differential\Matchers\DefaultDirtyStrategy.cs" Link="Common\DefaultDirtyStrategy.cs" />
150-
<Compile Include="..\GeneralUpdate.Differential\Matchers\ICleanMatcher.cs" Link="Common\ICleanMatcher.cs" />
151-
<Compile Include="..\GeneralUpdate.Differential\Matchers\ICleanStrategy.cs" Link="Common\ICleanStrategy.cs" />
152-
<Compile Include="..\GeneralUpdate.Differential\Matchers\IDirtyMatcher.cs" Link="Common\IDirtyMatcher.cs" />
153-
<Compile Include="..\GeneralUpdate.Differential\Matchers\IDirtyStrategy.cs" Link="Common\IDirtyStrategy.cs" />
154139
</ItemGroup>
155140
<ItemGroup>
156141
<Folder Include="Common\" />

0 commit comments

Comments
 (0)