Skip to content

Commit

Permalink
Switch WPF to modern csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
junian committed May 26, 2018
1 parent f310fa7 commit 0c9816b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 105 deletions.
6 changes: 0 additions & 6 deletions src/Termission.Wpf/App.config

This file was deleted.

44 changes: 0 additions & 44 deletions src/Termission.Wpf/Properties/AssemblyInfo.cs

This file was deleted.

67 changes: 12 additions & 55 deletions src/Termission.Wpf/Termission.Wpf.csproj
Original file line number Diff line number Diff line change
@@ -1,40 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{7A41414D-77E2-4827-87A9-5E716A4A419D}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>Termission.Wpf</RootNamespace>
<AssemblyName>Termission.Wpf</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<ApplicationIcon>..\..\resources\DevAppIcon.ico</ApplicationIcon>
<AssemblyName>Termission.Wpf</AssemblyName>
<RootNamespace>Juniansoft.Termission.Wpf</RootNamespace>
</PropertyGroup>

<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand All @@ -49,17 +22,7 @@
<Reference Include="System.Xaml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Controls\SyntaxHightlightTextAreaHandler.cs" />
<Compile Include="Services\NotificationService.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.Wpf">
<Version>2.4.1</Version>
Expand All @@ -74,19 +37,13 @@
<Version>3.1.1</Version>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Termission.Core\Termission.Core.csproj">
<Project>{E22FBA6B-804E-48C4-BF28-A4B8B6642461}</Project>
<Name>Termission.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Termission.Core.Dotnet\Termission.Core.Dotnet.csproj">
<Project>{696EBE0F-E2AF-46D5-A577-D6FF2F2860A5}</Project>
<Name>Termission.Core.Dotnet</Name>
</ProjectReference>
<ProjectReference Include="..\Termission.EtoForms\Termission.EtoForms.csproj">
<Project>{24C1E28F-25B3-4AD3-9053-A3CB307DEE54}</Project>
<Name>Termission.EtoForms</Name>
<TargetFramework>net461</TargetFramework>
</ProjectReference>
<ProjectReference Include="..\Termission.Core.Dotnet\Termission.Core.Dotnet.csproj" />
<ProjectReference Include="..\Termission.EtoForms\Termission.EtoForms.csproj" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

</Project>

0 comments on commit 0c9816b

Please sign in to comment.