Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWPF>true</UseWPF>
- <UseWindowsForms>true</UseWindowsForms>
- <ApplicationIcon>Images\fyf.ico</ApplicationIcon>
- </PropertyGroup>
-
- <ItemGroup>
- <None Remove="fyf.ico" />
- </ItemGroup>
-
- <ItemGroup>
- <Content Include="Images\fyf.ico">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="BPA.Helper" Version="1.0.28" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\BeDesignerSCADA\BeDesignerSCADA.csproj" />
- <ProjectReference Include="..\BPASmart.DataServer\BPASmart.DataServer.csproj" />
- <ProjectReference Include="..\BPASmart.Model\BPASmart.Model.csproj" />
- <ProjectReference Include="..\BPASmart.PageLoad\BPASmart.PageLoad.csproj" />
- <ProjectReference Include="..\BPASmart.RecipeManagement\BPASmart.RecipeManagement.csproj" />
- <ProjectReference Include="..\BPASmart.VariableManager\BPASmart.VariableManager.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Reference Include="Interop.IWshRuntimeLibrary">
- <HintPath>..\BPASmartClient.Helper\obj\Debug\net6.0\Interop.IWshRuntimeLibrary.dll</HintPath>
- </Reference>
- </ItemGroup>
-
- </Project>
|