forked from hugo-lyppens/DiscChanger.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDiscChanger.NET.csproj
More file actions
60 lines (53 loc) · 2.24 KB
/
DiscChanger.NET.csproj
File metadata and controls
60 lines (53 loc) · 2.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<UserSecretsId>3fbbcc3f-f0b2-4c5b-a9fa-d9f92803b4dd</UserSecretsId>
<Version>1.8.2</Version>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Pages\Backup\**" />
<Compile Remove="private\**" />
<Compile Remove="wwwroot\Backup\**" />
<Compile Remove="wwwroot\Discs\**" />
<Content Remove="Pages\Backup\**" />
<Content Remove="private\**" />
<Content Remove="wwwroot\Backup\**" />
<Content Remove="wwwroot\Discs\**" />
<EmbeddedResource Remove="Pages\Backup\**" />
<EmbeddedResource Remove="private\**" />
<EmbeddedResource Remove="wwwroot\Backup\**" />
<EmbeddedResource Remove="wwwroot\Discs\**" />
<None Remove="Pages\Backup\**" />
<None Remove="private\**" />
<None Remove="wwwroot\Backup\**" />
<None Remove="wwwroot\Discs\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Pages\Configuration.cshtml.cs" />
</ItemGroup>
<ItemGroup>
<Content Remove="GD3settings.json" />
<Content Remove="Pages\Configuration.cshtml" />
<Content Remove="wwwroot\DiscChangers.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MediaTypeMap.Core" Version="2.3.3" />
<PackageReference Include="MetaBrainz.MusicBrainz" Version="6.1.0" />
<PackageReference Include="MetaBrainz.MusicBrainz.CoverArt" Version="6.0.0" />
<PackageReference Include="MetaBrainz.MusicBrainz.DiscId" Version="4.0.0" />
<PackageReference Include="Microsoft.Win32.SystemEvents" Version="9.0.8" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.11" />
<PackageReference Include="StringSimilarity" Version="1.0.2.1" />
<PackageReference Include="System.IO.Ports" Version="9.0.8" />
<PackageReference Include="System.ServiceModel.Duplex" Version="6.0.0" />
<PackageReference Include="System.ServiceModel.Http" Version="8.1.2" />
<PackageReference Include="System.ServiceModel.NetTcp" Version="8.1.2" />
<PackageReference Include="System.ServiceModel.Security" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.ServiceModel" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services" />
</ItemGroup>
</Project>