Skip to content

Commit

Permalink
Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
philstopford committed Mar 1, 2020
1 parent c0bfe9e commit 8a4a288
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 47 deletions.
10 changes: 3 additions & 7 deletions Common/Variance/Variance.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Configurations>Debug;Release;Release_obf</Configurations>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>TRACE;DISABLELICENSE</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_obf|AnyCPU'">
<DefineConstants>TRACE;</DefineConstants>
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -32,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eto.Forms" Version="2.5.0-rc.6" />
<PackageReference Include="Eto.Forms" Version="2.5.0" />
<PackageReference Include="MailKit" Version="2.5.1" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.1" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="4.7.0" />
Expand Down
6 changes: 1 addition & 5 deletions Common/Variance_hl/Variance_hl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Configurations>Debug;Release;Release_obf</Configurations>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -13,10 +13,6 @@
<DefineConstants>TRACE;DISABLELICENSE</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_obf|AnyCPU'">
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\keys.cs" Link="keys.cs" />
<Compile Include="..\Variance\chaos\chaosEngine.cs">
Expand Down
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<BuildOS Condition="$([MSBuild]::IsOsPlatform(`Linux`)) == true">Linux</BuildOS>
<BuildOS Condition="$([MSBuild]::IsOsPlatform(`OSX`)) == true">macOS</BuildOS>

<Obfuscate Condition="$(OutputType) != 'library' AND $(Configuration) == 'Release_obf'">true</Obfuscate>
<Headless Condition="$(MSBuildProjectName.Contains('Headless'))">true</Headless>
</PropertyGroup>

Expand Down
8 changes: 2 additions & 6 deletions Eto/Resources/resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Configurations>Debug;Release;Release_obf</Configurations>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<Optimize>false</Optimize>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_obf|AnyCPU'">
<Optimize>false</Optimize>
</PropertyGroup>

<ItemGroup>
<None Remove="1dcalc.jpg" />
<None Remove="mc_image.png" />
Expand All @@ -26,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eto.Forms" Version="2.5.0-rc.6" />
<PackageReference Include="Eto.Forms" Version="2.5.0" />
</ItemGroup>

</Project>
8 changes: 2 additions & 6 deletions Eto/Variance.Gtk/Variance.Gtk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Configurations>Debug;Release;Release_obf</Configurations>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -14,16 +14,12 @@
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_obf|AnyCPU'">
<DefineConstants>TRACE;</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.Gtk" Version="2.5.0-rc.6" />
<PackageReference Include="Eto.Platform.Gtk" Version="2.5.0" />
<PackageReference Include="OpenTK" Version="3.1.0" />
</ItemGroup>

Expand Down
8 changes: 2 additions & 6 deletions Eto/Variance.Gtk2/Variance.Gtk2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- By design, the newer SDK-style projects don't search the GAC, and it's
necessary to explicitly demand that to find the Gtk# assemblies. -->
<AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths>
<Configurations>Debug;Release;Release_obf</Configurations>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -22,12 +22,8 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_obf|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.Gtk2" Version="2.5.0-rc.6" />
<PackageReference Include="Eto.Platform.Gtk2" Version="2.5.0" />
<PackageReference Include="OpenTK" Version="3.1.0" />
</ItemGroup>

Expand Down
8 changes: 2 additions & 6 deletions Eto/Variance.Mac/Variance.Mac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Configurations>Debug;Release;Release_obf</Configurations>
<Configurations>Debug;Release</Configurations>
<RuntimeIdentifiers>osx.10.10-x64</RuntimeIdentifiers>
</PropertyGroup>

Expand All @@ -15,10 +15,6 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_obf|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<None Remove="mc_image.icns" />
</ItemGroup>
Expand All @@ -28,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.Mac64" Version="2.5.0-rc.6" />
<PackageReference Include="Eto.Platform.Mac64" Version="2.5.0" />
</ItemGroup>

<ItemGroup>
Expand Down
7 changes: 2 additions & 5 deletions Eto/Variance.WPF/Variance.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<ApplicationManifest>app1.manifest</ApplicationManifest>
<ApplicationIcon>Monte_Carlo_2550495b_ico.ico</ApplicationIcon>
<Configurations>Debug;Release;Release_obf</Configurations>
<Configurations>Debug;Release</Configurations>
<UseWpf>True</UseWpf>
<ServerGarbageCollection>true</ServerGarbageCollection>
</PropertyGroup>
Expand All @@ -14,9 +14,6 @@
<DefineConstants></DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_obf|AnyCPU'">
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
Expand All @@ -33,7 +30,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.Wpf" Version="2.5.0-rc.6" />
<PackageReference Include="Eto.Platform.Wpf" Version="2.5.0" />
</ItemGroup>

</Project>
6 changes: 1 addition & 5 deletions Headless/Variance_Headless.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<ApplicationIcon />
<StartupObject />
<Configurations>Debug;Release;Release_obf</Configurations>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -16,10 +16,6 @@
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_obf|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\Eto\Common\headless.cs" Link="headless.cs" />
</ItemGroup>
Expand Down

0 comments on commit 8a4a288

Please sign in to comment.