|
123456789101112131415161718192021222324252627282930313233 |
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWPF>true</UseWPF>
- <BaseOutputPath>D:\HBL\Porgram\BPASmartClient\BPASmartClient\bin\Debug\net6.0-windows\Devices</BaseOutputPath>
- </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.Lebai\BPASmartClient.Lebai.csproj" />
- <ProjectReference Include="..\BPASmartClient.Model\BPASmartClient.Model.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Compile Update="View\DebugView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
-
- <ItemGroup>
- <Page Update="View\DebugView.xaml">
- <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
-
- </Project>
|