Skip to content

Commit 56da8a6

Browse files
committed
Fix | CI
1 parent 4d6f670 commit 56da8a6

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

ShadowViewer/ShadowViewer.csproj

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
2727
<LangVersion>12</LangVersion>
2828
<PublishReadyToRun>false</PublishReadyToRun>
29-
<AppxBundlePlatforms>arm64</AppxBundlePlatforms>
29+
<DefineConstants>DISABLE_XAML_GENERATED_MAIN</DefineConstants>
3030
</PropertyGroup>
3131
<ItemGroup>
3232
<Compile Remove="Extensions\**" />
@@ -115,22 +115,4 @@
115115
<ItemGroup>
116116
<PRIResource Remove="Extensions\**" />
117117
</ItemGroup>
118-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
119-
<DefineConstants>DISABLE_XAML_GENERATED_MAIN</DefineConstants>
120-
</PropertyGroup>
121-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
122-
<DefineConstants>DISABLE_XAML_GENERATED_MAIN</DefineConstants>
123-
</PropertyGroup>
124-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
125-
<DefineConstants>DISABLE_XAML_GENERATED_MAIN</DefineConstants>
126-
</PropertyGroup>
127-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
128-
<DefineConstants>DISABLE_XAML_GENERATED_MAIN</DefineConstants>
129-
</PropertyGroup>
130-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm64'">
131-
<DefineConstants>DISABLE_XAML_GENERATED_MAIN</DefineConstants>
132-
</PropertyGroup>
133-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm64'">
134-
<DefineConstants>DISABLE_XAML_GENERATED_MAIN</DefineConstants>
135-
</PropertyGroup>
136118
</Project>

0 commit comments

Comments
 (0)