25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWPF>true</UseWPF>
- <AssemblyName>可视化应用</AssemblyName>
- <ApplicationIcon>fyf.ico</ApplicationIcon>
- </PropertyGroup>
-
- <ItemGroup>
- <None Remove="fyf.ico" />
- </ItemGroup>
-
- <ItemGroup>
- <Content Include="fyf.ico" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\BeDesignerSCADA\BeDesignerSCADA.csproj" />
- <ProjectReference Include="..\BPASmart.VariableManager\BPASmart.VariableManager.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Resource Include="fyf.ico" />
- </ItemGroup>
-
- </Project>
|