1 Star 1 Fork 5

BBBUG/BBBUG Client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bbbug.com.csproj 2.93 KB
一键复制 编辑 原始数据 按行查看 历史
wudukangbazi 提交于 2020-10-15 17:47 . 忘了改了些啥,明天再说。
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<Compile Remove="entity\**" />
<EmbeddedResource Remove="entity\**" />
<None Remove="entity\**" />
<Page Remove="entity\**" />
</ItemGroup>
<ItemGroup>
<None Remove="imgSource\16_仅房主_Gray.png" />
<None Remove="imgSource\16_仅房主_Red.png" />
<None Remove="imgSource\16_机器人_Gray.png" />
<None Remove="imgSource\16_机器人_Red.png" />
<None Remove="imgSource\16_禁言_Gray.png" />
<None Remove="imgSource\16_禁言_Red.png" />
<None Remove="imgSource\16_管理员_yellow.png" />
<None Remove="imgSource\16_耳机_Red.png" />
<None Remove="imgSource\16_锁_Gray.png" />
<None Remove="imgSource\16_锁_Red.png" />
<None Remove="imgSource\16_静音.png" />
<None Remove="imgSource\16_音量.png" />
<None Remove="imgSource\32_展开.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="imgSource\16_仅房主_Gray.png" />
<Resource Include="imgSource\16_仅房主_Red.png" />
<Resource Include="imgSource\16_机器人_Gray.png" />
<Resource Include="imgSource\16_机器人_Red.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
<Resource Include="imgSource\16_禁言_Gray.png" />
<Resource Include="imgSource\16_禁言_Red.png" />
<Resource Include="imgSource\16_管理员_yellow.png" />
<Resource Include="imgSource\16_耳机_Red.png" />
<Resource Include="imgSource\16_锁_Gray.png" />
<Resource Include="imgSource\16_锁_Red.png" />
<Resource Include="imgSource\16_静音.png" />
<Resource Include="imgSource\16_音量.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
<Resource Include="imgSource\32_展开.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MahApps.Metro" Version="2.2.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.19" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
</ItemGroup>
<ItemGroup>
<Compile Update="customView\roomlist.xaml.cs">
<SubType>Code</SubType>
<DependentUpon>roomlist.xaml</DependentUpon>
</Compile>
<Compile Update="staticResource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>staticResource.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="staticResource.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>staticResource.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Page Update="customView\roomlist.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/bbbug_com/bbbugClient.git
git@gitee.com:bbbug_com/bbbugClient.git
bbbug_com
bbbugClient
BBBUG Client
master

搜索帮助