Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net6.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <UseWPF>true</UseWPF>
- </PropertyGroup>
-
- <ItemGroup>
- <None Remove="Images\光柱.png" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\BPASmartClient.Compiler\BPASmartClient.Compiler.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Reference Include="Antlr3.Runtime">
- <HintPath>DLL\Antlr3.Runtime.dll</HintPath>
- </Reference>
- <Reference Include="Unvell.ReoScript">
- <HintPath>DLL\Unvell.ReoScript.dll</HintPath>
- </Reference>
- </ItemGroup>
-
- <ItemGroup>
- <Resource Include="Images\光柱.png" />
- </ItemGroup>
-
- </Project>
|