Skip to content

Commit

Permalink
加上项目引用
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed May 17, 2024
1 parent 1458cfa commit 33a0f06
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/UnoFileDownloader/UnoFileDownloader.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnoFileDownloader", "UnoFileDownloader\UnoFileDownloader.csproj", "{BA1C7C06-1F58-41DF-8B25-F041BA6D6F78}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnoFileDownloader", "UnoFileDownloader\UnoFileDownloader.csproj", "{BA1C7C06-1F58-41DF-8B25-F041BA6D6F78}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ACD79FB3-64A6-4740-BD13-EDFE737956FF}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -14,6 +14,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
global.json = global.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnetCampus.FileDownloader", "..\dotnetCampus.FileDownloader\dotnetCampus.FileDownloader.csproj", "{CFB76C12-6072-4CAE-AE50-745017D76575}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -26,6 +28,10 @@ Global
{BA1C7C06-1F58-41DF-8B25-F041BA6D6F78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA1C7C06-1F58-41DF-8B25-F041BA6D6F78}.Release|Any CPU.Build.0 = Release|Any CPU
{BA1C7C06-1F58-41DF-8B25-F041BA6D6F78}.Release|Any CPU.Deploy.0 = Release|Any CPU
{CFB76C12-6072-4CAE-AE50-745017D76575}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFB76C12-6072-4CAE-AE50-745017D76575}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFB76C12-6072-4CAE-AE50-745017D76575}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFB76C12-6072-4CAE-AE50-745017D76575}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Text;
using System.Text.Json;
using System.Threading.Tasks;

using UnoFileDownloader.Business.Models;
using UnoFileDownloader.Utils;

namespace UnoFileDownloader.Business
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
ThemeService;
</UnoFeatures>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\dotnetCampus.FileDownloader\dotnetCampus.FileDownloader.csproj" />
</ItemGroup>

</Project>

0 comments on commit 33a0f06

Please sign in to comment.