Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 1.5.{build}

branches:
only:
- master

before_build:
- cmd: nuget restore source/MsgBoxDemo.sln

build:
verbosity: minimal

configuration: Release

platform: Any CPU

image: Visual Studio 2019 Preview

install:
- cmd: choco install dotnetcore-sdk --pre

artifacts:
- path: source\MsgBoxDemo\bin\Release
name: MsgBoxDemo

- path: source\MsgBox\bin\Release
name: MsgBox
10 changes: 10 additions & 0 deletions source/MsgBox/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
using System.Windows;

[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]
2 changes: 0 additions & 2 deletions source/MsgBox/ClassDiagram1.cd

This file was deleted.

518 changes: 0 additions & 518 deletions source/MsgBox/IMsgBox.cs

This file was deleted.

4 changes: 2 additions & 2 deletions source/MsgBox/Local/Strings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

156 changes: 0 additions & 156 deletions source/MsgBox/MsgBox.cs

This file was deleted.

Loading