|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
2 | | - <PropertyGroup> |
3 | | - <TargetFramework>net9.0-windows</TargetFramework> |
4 | | - <OutputType>Library</OutputType> |
5 | | - <LangVersion>latest</LangVersion> |
6 | | - <GenerateAssemblyInfo>true</GenerateAssemblyInfo> |
7 | | - <Configurations>Debug;Release;Nightly</Configurations> |
8 | | - <Platforms>AnyCPU</Platforms> |
9 | | - <AssemblyTitle>SoundSwitch.Audio.Manager</AssemblyTitle> |
10 | | - <Version>4.1.0</Version> |
11 | | - </PropertyGroup> |
12 | | - <ItemGroup> |
13 | | - <PackageReference Include="Microsoft.CSharp" /> |
14 | | - <PackageReference Include="Microsoft.Windows.CsWinRT" /> |
15 | | - <PackageReference Include="Serilog" /> |
16 | | - </ItemGroup> |
17 | | - <ItemGroup> |
18 | | - <PackageReference Include="NAudio" /> |
19 | | - </ItemGroup> |
20 | | - <ItemGroup> |
21 | | - <Compile Remove="Interop\Interface\IPolicyConfigVista.cs" /> |
22 | | - <Compile Remove="Interop\Interface\IPolicyConfigX.cs" /> |
23 | | - </ItemGroup> |
24 | | - <ItemGroup> |
25 | | - <ProjectReference Include="..\SoundSwitch.Common\SoundSwitch.Common.csproj" /> |
26 | | - </ItemGroup> |
27 | | - <PropertyGroup> |
28 | | - <CsWinRTWindowsMetadata>sdk</CsWinRTWindowsMetadata> |
29 | | - </PropertyGroup> |
30 | | - <ItemGroup> |
31 | | - <PackageReference Include="System.Drawing.Common" VersionOverride="9.0.9" /> |
32 | | - <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> |
33 | | - <_Parameter1>SoundSwitch.Audio.Manager.Tests</_Parameter1> |
34 | | - </AssemblyAttribute> |
35 | | - </ItemGroup> |
36 | | -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + <PropertyGroup> |
| 3 | + <TargetFramework>net9.0-windows</TargetFramework> |
| 4 | + <OutputType>Library</OutputType> |
| 5 | + <LangVersion>latest</LangVersion> |
| 6 | + <GenerateAssemblyInfo>true</GenerateAssemblyInfo> |
| 7 | + <Configurations>Debug;Release;Nightly</Configurations> |
| 8 | + <Platforms>AnyCPU</Platforms> |
| 9 | + <AssemblyTitle>SoundSwitch.Audio.Manager</AssemblyTitle> |
| 10 | + <Version>4.1.0</Version> |
| 11 | + </PropertyGroup> |
| 12 | + <ItemGroup> |
| 13 | + <PackageReference Include="Microsoft.CSharp" /> |
| 14 | + <PackageReference Include="Microsoft.Windows.CsWinRT" /> |
| 15 | + <PackageReference Include="Serilog" /> |
| 16 | + </ItemGroup> |
| 17 | + <ItemGroup> |
| 18 | + <PackageReference Include="NAudio" /> |
| 19 | + </ItemGroup> |
| 20 | + <ItemGroup> |
| 21 | + <Compile Remove="Interop\Interface\IPolicyConfigVista.cs" /> |
| 22 | + <Compile Remove="Interop\Interface\IPolicyConfigX.cs" /> |
| 23 | + </ItemGroup> |
| 24 | + <ItemGroup> |
| 25 | + <ProjectReference Include="..\SoundSwitch.Common\SoundSwitch.Common.csproj" /> |
| 26 | + </ItemGroup> |
| 27 | + <PropertyGroup> |
| 28 | + <CsWinRTWindowsMetadata>sdk</CsWinRTWindowsMetadata> |
| 29 | + </PropertyGroup> |
| 30 | + <ItemGroup> |
| 31 | + <PackageReference Include="System.Drawing.Common" VersionOverride="9.0.9" /> |
| 32 | + <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> |
| 33 | + <_Parameter1>SoundSwitch.Audio.Manager.Tests</_Parameter1> |
| 34 | + </AssemblyAttribute> |
| 35 | + </ItemGroup> |
| 36 | +</Project> |
0 commit comments