Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWPF>true</UseWPF>
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'" />
-
- <ItemGroup>
- <Compile Remove="Model\Recipe\LocalRecipeData.cs" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.39" />
- <PackageReference Include="SqlSugarCore" Version="5.1.4.84" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\BPASmartClient.Business\BPASmartClient.Business.csproj" />
- <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
- <ProjectReference Include="..\BPASmartClient.Device\BPASmartClient.Device.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Compile Update="Views\ItemStorageView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Update="Views\RecipeManageView.xaml.cs">
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
-
- </Project>
|