We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b439f commit 5e96790Copy full SHA for 5e96790
ASCOM.Alpaca.Simulators/ASCOM.Alpaca.Simulators.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk.Web">
+<Project Sdk="Microsoft.NET.Sdk.Web">
2
3
<PropertyGroup>
4
<TargetFramework>net8.0</TargetFramework>
@@ -88,9 +88,7 @@
88
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
89
</PropertyGroup>
90
91
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
92
- <DefineConstants>$(DefineConstants);ASCOM_COM</DefineConstants>
93
- </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'" />
94
95
<ItemGroup Condition="$(DefineConstants.Contains('ASCOM_COM'))">
96
<TrimmerRootAssembly Include="ASCOM.Simulators.LocalServer" />
0 commit comments