Ver Fonte

Removed FoundersEdition preprocessor

Krzysztof Krysiński há 1 semana atrás
pai
commit
1af66640fc
2 ficheiros alterados com 0 adições e 12 exclusões
  1. 0 8
      src/Directory.Build.props
  2. 0 4
      src/PixiEditor/PixiEditor.csproj

+ 0 - 8
src/Directory.Build.props

@@ -56,14 +56,6 @@
     <Optimize>true</Optimize>
   </PropertyGroup>
 
-  <PropertyGroup Condition="'$(Configuration)'=='ReleaseFoundersEdition'">
-    <DefineConstants>TRACE;UPDATE;RELEASE;FOUNDERS_PACK_REQUIRED</DefineConstants>
-    <DebugSymbols>False</DebugSymbols>
-    <DebugType>None</DebugType>
-    <Optimize>true</Optimize>
-  </PropertyGroup>
-
-
   <PropertyGroup Condition="'$(Configuration)'=='ReleaseNoUpdate'">
     <DefineConstants>TRACE;RELEASE</DefineConstants>
     <DebugSymbols>False</DebugSymbols>

+ 0 - 4
src/PixiEditor/PixiEditor.csproj

@@ -73,10 +73,6 @@
     <ProjectReference Include="..\PixiEditor.Platform.Standalone\PixiEditor.Platform.Standalone.csproj"/>
   </ItemGroup>
   
-  <ItemGroup Condition=" '$(Configuration)' == 'ReleaseFoundersEdition' ">
-    <ProjectReference Include="..\PixiEditor.Platform.Standalone\PixiEditor.Platform.Standalone.csproj"/>
-  </ItemGroup>
-
   <ItemGroup Condition=" '$(Configuration)' == 'MSIX' ">
     <ProjectReference Include="..\PixiEditor.Platform.MSStore\PixiEditor.Platform.MSStore.csproj"/>
   </ItemGroup>