Skip to content

Instantly share code, notes, and snippets.

@fredrikhr
Last active February 7, 2020 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fredrikhr/4051173449dd971ade83f8bac40bd220 to your computer and use it in GitHub Desktop.
Save fredrikhr/4051173449dd971ade83f8bac40bd220 to your computer and use it in GitHub Desktop.
Eto.Forms Cross-platform sample
root = true
# Defaults
[*]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
[*.{xml,json,js,ts,jsx,tsx,vue,css,styl,*proj,targets,html,props,yml,nim,nimble,nim.cfg,wsdl,wadl,cmake}]
indent_size = 2
[CMakeLists.txt]
indent_size = 2
[*.{md,markdown}]
trim_trailing_whitespace = false
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp
###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary
###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary
###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
###############################################################################
# Behaviour for NPM package files
#
# Because NPM writes back a package.json (and the lockfile) you get file
# changes after each NPM operation on CRLF systems.
# Set Git to checkout these files with LF line-endings
###############################################################################
package.json text eol=lf
package-lock.json text eol=lf
yarn.lock text eol=lf
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Mono auto generated files
mono_crash.*
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# Visual Studio 2017 auto generated files
Generated\ Files/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUnit
*.VisualState.xml
TestResult.xml
nunit-*.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# Benchmark Results
BenchmarkDotNet.Artifacts/
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
# StyleCop
StyleCopReport.xml
# Files built by Visual Studio
*_i.c
*_p.c
*_h.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
# Visual Studio Trace Files
*.e2e
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json
# Coverlet is a free, cross platform Code Coverage Tool
coverage*[.json, .xml, .info]
# Visual Studio code coverage results
*.coverage
*.coveragexml
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
# NuGet Packages
*.nupkg
# NuGet Symbol Packages
*.snupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets
# Microsoft Azure Build Output
csx/
*.build.csdef
# Microsoft Azure Emulator
ecf/
rcf/
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!?*.[Cc]ache/
# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak
# SQL Server files
*.mdf
*.ldf
*.ndf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl
# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Paket dependency manager
.paket/paket.exe
paket-files/
# FAKE - F# Make
.fake/
# CodeRush personal settings
.cr/personal
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config
# Tabs Studio
*.tss
# Telerik's JustMock configuration file
*.jmconfig
# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
# OpenCover UI analysis results
OpenCover/
# Azure Stream Analytics local run output
ASALocalRun/
# MSBuild Binary and Structured Log
*.binlog
# NVidia Nsight GPU debugger configuration file
*.nvuser
# MFractors (Xamarin productivity tool) working folder
.mfractor/
# Local History for Visual Studio
.localhistory/
# BeatPulse healthcheck temp database
healthchecksdb
# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Microsoft All Rules" Description="This rule set contains all rules. Running this rule set may result in a large number of warnings being reported. Use this rule set to get a comprehensive picture of all issues in your code. This can help you decide which of the more focused rule sets are most appropriate to run for your projects." ToolsVersion="10.0">
<Localization ResourceAssembly="Microsoft.VisualStudio.CodeAnalysis.RuleSets.Strings.dll" ResourceBaseName="Microsoft.VisualStudio.CodeAnalysis.RuleSets.Strings.Localized">
<Name Resource="AllRules_Name" />
<Description Resource="AllRules_Description" />
</Localization>
<IncludeAll Action="Warning" />
</RuleSet>
<?xml version="1.0" encoding="utf-8"?>
<Project>
<Import Condition="Exists('$(MSBuildThisFileDirectory)\Directory.Meta.props')" Project="$(MSBuildThisFileDirectory)\Directory.Meta.props" />
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<DebugType>portable</DebugType>
</PropertyGroup>
<PropertyGroup>
<TargetFramework Condition="'$(BuildDefaultTargetFramework)'!=''">netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<PropertyGroup Label="BasePath">
<BaseOutputPath>$(MSBuildThisFileDirectory)bin\</BaseOutputPath>
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup>
<Features>IOperation</Features>
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<Import Label="Version"
Condition="
'$(VersionPrefix)'=='' and
Exists('$(MSBuildThisFileDirectory)Directory.Version.props')
"
Project="$(MSBuildThisFileDirectory)Directory.Version.props"/>
<PropertyGroup Label="Version" Condition="'$(VersionPrefix)'!=''">
<FileVersion>$(VersionPrefix)</FileVersion>
<AssemblyVersion>$(FileVersion)</AssemblyVersion>
</PropertyGroup>
<PropertyGroup Label="CI Build" Condition="'$(BuildId)'!='' and !('$(Configuration)'=='Release' and ($(BuildSourceBranch.StartsWith('refs/heads/rel/')) or $(BuildSourceBranch.StartsWith('rel/'))))">
<VersionSuffix Condition="'$(VersionSuffix)'!=''">$(VersionSuffix)-build$(BuildId)</VersionSuffix>
<VersionSuffix Condition="'$(VersionSuffix)'==''">build$(BuildId)</VersionSuffix>
</PropertyGroup>
<PropertyGroup Label="CI Build" Condition="'$(BuildId)'!=''">
<AssemblyVersion Condition="'$(FileVersion)'!=''">$(FileVersion).$(BuildId)</AssemblyVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8" PrivateAssets="All" />
<PackageReference Include="Microsoft.DotNet.Analyzers.Compatibility" Version="0.2.12-alpha" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Label="SourceLink">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup Label="Common Package Metadata">
<Authors>Fredrik Høisæther Rasch</Authors>
<Product></Product>
<Company>TH-NETII Rasch Solutions</Company>
<Copyright>Written by Fredrik Høisæther Rasch, $([System.DateTime]::Now.Year)</Copyright>
<PackageProjectUrl>https://gist.github.com/4051173449dd971ade83f8bac40bd220</PackageProjectUrl>
</PropertyGroup>
<PropertyGroup Label="Repository Metadata">
<RepositoryType>git</RepositoryType>
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Label="License">
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup Condition="'$(VersionPrefix)'==''">
<VersionPrefix>0.0.1</VersionPrefix>
<VersionSuffix>preview1</VersionSuffix>
</PropertyGroup>
<Import Condition="
'$(MSBuildThisFile)'=='Directory.Build.props'
and
Exists('$([MSBuild]::GetDirectoryNameOfFileAbove(&quot;$(MSBuildThisFileDirectory)..&quot;, &quot;Directory.Build.props&quot;))\Directory.Build.props')
"
Project="$([MSBuild]::GetDirectoryNameOfFileAbove('$(MSBuildThisFileDirectory)..', 'Directory.Build.props'))\Directory.Build.props" />
</Project>
namespace THNETII.EtoForms.CrossPlatformSample
{
public class MainForm : Eto.Forms.Form
{
public MainForm() : base()
{
Size = new Eto.Drawing.Size(width: 640, height: 480);
Title = typeof(MainForm).Assembly.GetName().Name;
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="eto" value="https://www.myget.org/F/eto/api/v3/index.json" />
</packageSources>
</configuration>
using System;
namespace THNETII.EtoForms.CrossPlatformSample
{
public static class Program
{
[STAThread]
public static void Main()
{
var platform = Eto.Platform.Detect;
using var app = new Eto.Forms.Application(platform);
using var form = new MainForm();
app.Run(form);
}
}
}
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Eto.Platform.Gtk" Version="2.5.0-rc.5" />
<PackageReference Include="GtkSharp" Version="3.22.25.56" />
</ItemGroup>
</Project>

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "THNETII.EtoForms.CrossPlatformSample.Gtk", "THNETII.EtoForms.CrossPlatformSample.Gtk.csproj", "{AD716FE3-EA9F-46A4-8698-E48B72D5D79B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AD716FE3-EA9F-46A4-8698-E48B72D5D79B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD716FE3-EA9F-46A4-8698-E48B72D5D79B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD716FE3-EA9F-46A4-8698-E48B72D5D79B}.Debug|x64.ActiveCfg = Debug|Any CPU
{AD716FE3-EA9F-46A4-8698-E48B72D5D79B}.Debug|x64.Build.0 = Debug|Any CPU
{AD716FE3-EA9F-46A4-8698-E48B72D5D79B}.Debug|x86.ActiveCfg = Debug|Any CPU
{AD716FE3-EA9F-46A4-8698-E48B72D5D79B}.Debug|x86.Build.0 = Debug|Any CPU
{AD716FE3-EA9F-46A4-8698-E48B72D5D79B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD716FE3-EA9F-46A4-8698-E48B72D5D79B}.Release|Any CPU.Build.0 = Release|Any CPU
{AD716FE3-EA9F-46A4-8698-E48B72D5D79B}.Release|x64.ActiveCfg = Release|Any CPU
{AD716FE3-EA9F-46A4-8698-E48B72D5D79B}.Release|x64.Build.0 = Release|Any CPU
{AD716FE3-EA9F-46A4-8698-E48B72D5D79B}.Release|x86.ActiveCfg = Release|Any CPU
{AD716FE3-EA9F-46A4-8698-E48B72D5D79B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RuntimeIdentifier>osx.10.10-x64</RuntimeIdentifier>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Eto.Platform.Mac64" Version="2.5.0-rc.5" />
</ItemGroup>
</Project>

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "THNETII.EtoForms.CrossPlatformSample.Mac64", "THNETII.EtoForms.CrossPlatformSample.Mac64.csproj", "{F553C6B2-57AA-4278-97B6-3D496AEA0DB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F553C6B2-57AA-4278-97B6-3D496AEA0DB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F553C6B2-57AA-4278-97B6-3D496AEA0DB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F553C6B2-57AA-4278-97B6-3D496AEA0DB3}.Debug|x64.ActiveCfg = Debug|Any CPU
{F553C6B2-57AA-4278-97B6-3D496AEA0DB3}.Debug|x64.Build.0 = Debug|Any CPU
{F553C6B2-57AA-4278-97B6-3D496AEA0DB3}.Debug|x86.ActiveCfg = Debug|Any CPU
{F553C6B2-57AA-4278-97B6-3D496AEA0DB3}.Debug|x86.Build.0 = Debug|Any CPU
{F553C6B2-57AA-4278-97B6-3D496AEA0DB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F553C6B2-57AA-4278-97B6-3D496AEA0DB3}.Release|Any CPU.Build.0 = Release|Any CPU
{F553C6B2-57AA-4278-97B6-3D496AEA0DB3}.Release|x64.ActiveCfg = Release|Any CPU
{F553C6B2-57AA-4278-97B6-3D496AEA0DB3}.Release|x64.Build.0 = Release|Any CPU
{F553C6B2-57AA-4278-97B6-3D496AEA0DB3}.Release|x86.ActiveCfg = Release|Any CPU
{F553C6B2-57AA-4278-97B6-3D496AEA0DB3}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "THNETII.EtoForms.CrossPlatformSample.WinForms", "THNETII.EtoForms.CrossPlatformSample.WinForms.csproj", "{40E76F49-B6DE-4E82-A22F-D54170A2854A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "THNETII.EtoForms.CrossPlatformSample.Wpf", "THNETII.EtoForms.CrossPlatformSample.Wpf.csproj", "{B38D7EA3-7709-426B-B034-2159FDFDD22E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40E76F49-B6DE-4E82-A22F-D54170A2854A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40E76F49-B6DE-4E82-A22F-D54170A2854A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40E76F49-B6DE-4E82-A22F-D54170A2854A}.Debug|x64.ActiveCfg = Debug|Any CPU
{40E76F49-B6DE-4E82-A22F-D54170A2854A}.Debug|x64.Build.0 = Debug|Any CPU
{40E76F49-B6DE-4E82-A22F-D54170A2854A}.Debug|x86.ActiveCfg = Debug|Any CPU
{40E76F49-B6DE-4E82-A22F-D54170A2854A}.Debug|x86.Build.0 = Debug|Any CPU
{40E76F49-B6DE-4E82-A22F-D54170A2854A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40E76F49-B6DE-4E82-A22F-D54170A2854A}.Release|Any CPU.Build.0 = Release|Any CPU
{40E76F49-B6DE-4E82-A22F-D54170A2854A}.Release|x64.ActiveCfg = Release|Any CPU
{40E76F49-B6DE-4E82-A22F-D54170A2854A}.Release|x64.Build.0 = Release|Any CPU
{40E76F49-B6DE-4E82-A22F-D54170A2854A}.Release|x86.ActiveCfg = Release|Any CPU
{40E76F49-B6DE-4E82-A22F-D54170A2854A}.Release|x86.Build.0 = Release|Any CPU
{B38D7EA3-7709-426B-B034-2159FDFDD22E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B38D7EA3-7709-426B-B034-2159FDFDD22E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B38D7EA3-7709-426B-B034-2159FDFDD22E}.Debug|x64.ActiveCfg = Debug|Any CPU
{B38D7EA3-7709-426B-B034-2159FDFDD22E}.Debug|x64.Build.0 = Debug|Any CPU
{B38D7EA3-7709-426B-B034-2159FDFDD22E}.Debug|x86.ActiveCfg = Debug|Any CPU
{B38D7EA3-7709-426B-B034-2159FDFDD22E}.Debug|x86.Build.0 = Debug|Any CPU
{B38D7EA3-7709-426B-B034-2159FDFDD22E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B38D7EA3-7709-426B-B034-2159FDFDD22E}.Release|Any CPU.Build.0 = Release|Any CPU
{B38D7EA3-7709-426B-B034-2159FDFDD22E}.Release|x64.ActiveCfg = Release|Any CPU
{B38D7EA3-7709-426B-B034-2159FDFDD22E}.Release|x64.Build.0 = Release|Any CPU
{B38D7EA3-7709-426B-B034-2159FDFDD22E}.Release|x86.ActiveCfg = Release|Any CPU
{B38D7EA3-7709-426B-B034-2159FDFDD22E}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Eto.Platform.Windows" Version="2.5.0-rc.5" />
</ItemGroup>
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Eto.Platform.Wpf" Version="2.5.0-rc.5" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment