Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWPF>true</UseWPF>
- </PropertyGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\BPASmartClient.Business\BPASmartClient.Business.csproj" />
- <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
- <ProjectReference Include="..\BPASmartClient.Device\BPASmartClient.Device.csproj" />
- <ProjectReference Include="..\BPASmartClient.DRCoffee\BPASmartClient.DRCoffee.csproj" />
- <ProjectReference Include="..\BPASmartClient.GSIceCream\BPASmartClient.GSIceCream.csproj" />
- <ProjectReference Include="..\BPASmartClient.IceMaker\BPASmartClient.IceMaker.csproj" />
- <ProjectReference Include="..\BPASmartClient.Juicer\BPASmartClient.Juicer.csproj" />
- <ProjectReference Include="..\BPASmartClient.Lebai\BPASmartClient.Lebai.csproj" />
- <ProjectReference Include="..\BPASmartClient.MCU\BPASmartClient.MCU.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Page Update="View\DebugView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
-
- </Project>
|