Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- <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.15" />
- </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>
|