Skip to content

Commit f5e074f

Browse files
authored
Merge pull request #1 from Dirkster99/NetCore3
Net core3
2 parents c1bad21 + 0cb51e3 commit f5e074f

24 files changed

+375
-1636
lines changed

appveyor.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
version: 1.5.{build}
2+
3+
branches:
4+
only:
5+
- master
6+
7+
before_build:
8+
- cmd: nuget restore source/MsgBoxDemo.sln
9+
10+
build:
11+
verbosity: minimal
12+
13+
configuration: Release
14+
15+
platform: Any CPU
16+
17+
image: Visual Studio 2019 Preview
18+
19+
install:
20+
- cmd: choco install dotnetcore-sdk --pre
21+
22+
artifacts:
23+
- path: source\MsgBoxDemo\bin\Release
24+
name: MsgBoxDemo
25+
26+
- path: source\MsgBox\bin\Release
27+
name: MsgBox

source/MsgBox/AssemblyInfo.cs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
using System.Windows;
2+
3+
[assembly: ThemeInfo(
4+
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
5+
//(used if a resource is not found in the page,
6+
// or application resource dictionaries)
7+
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
8+
//(used if a resource is not found in the page,
9+
// app, or any theme specific resource dictionaries)
10+
)]

source/MsgBox/ClassDiagram1.cd

Lines changed: 0 additions & 2 deletions
This file was deleted.

source/MsgBox/IMsgBox.cs

Lines changed: 0 additions & 518 deletions
This file was deleted.

source/MsgBox/Local/Strings.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/MsgBox/MsgBox.cs

Lines changed: 0 additions & 156 deletions
This file was deleted.

0 commit comments

Comments
 (0)