mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-14 08:04:47 +00:00
95f9644af6
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
15 lines
625 B
Diff
15 lines
625 B
Diff
diff --git a/LogicReinc.BlendFarm/LogicReinc.BlendFarm.csproj b/LogicReinc.BlendFarm/LogicReinc.BlendFarm.csproj
|
|
index 97aa471..3eaa259 100644
|
|
--- a/LogicReinc.BlendFarm/LogicReinc.BlendFarm.csproj
|
|
+++ b/LogicReinc.BlendFarm/LogicReinc.BlendFarm.csproj
|
|
@@ -9,6 +9,9 @@
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<PackageIcon>icon.png</PackageIcon>
|
|
</PropertyGroup>
|
|
+ <PropertyGroup>
|
|
+ <ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
|
|
+</PropertyGroup>
|
|
<ItemGroup>
|
|
<AvaloniaXaml Remove="Content\**" />
|
|
<Compile Remove="Content\**" />
|