-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Dirkster99/NetCore3
Multitargeting NetCore 3/Net 4
- Loading branch information
Showing
13 changed files
with
103 additions
and
387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
version: 1.1.{build} | ||
|
||
branches: | ||
only: | ||
- master | ||
|
||
before_build: | ||
- cmd: nuget restore source/BrowseHistoryDemo.sln | ||
|
||
build: | ||
verbosity: minimal | ||
|
||
configuration: Release | ||
|
||
platform: Any CPU | ||
|
||
image: Visual Studio 2019 Preview | ||
|
||
install: | ||
- cmd: choco install dotnetcore-sdk --pre | ||
|
||
artifacts: | ||
- path: source\BrowseHistoryDemo\bin\Release | ||
name: BrowseHistoryDemo | ||
|
||
- path: source\BrowseHistoryThemesDemo\bin\Release | ||
name: BrowseHistoryThemesDemo | ||
|
||
- path: source\HistoryControlLib\bin\Release | ||
name: HistoryControlLib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,112 +1,54 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.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.WindowsDesktop"> | ||
|
||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProjectGuid>{54A1D71E-3DAD-4EAB-B2A4-22E0C69DDB2E}</ProjectGuid> | ||
<OutputType>library</OutputType> | ||
<RootNamespace>HistoryControlLib</RootNamespace> | ||
<AssemblyName>HistoryControlLib</AssemblyName> | ||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||
<WarningLevel>4</WarningLevel> | ||
<TargetFrameworkProfile>Client</TargetFrameworkProfile> | ||
<TargetFrameworks>net4;netcoreapp3.0</TargetFrameworks> | ||
<UseWPF>true</UseWPF> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>bin\Debug\</OutputPath> | ||
<DefineConstants>DEBUG;TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<DocumentationFile>bin\Debug\HistoryControlLib.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>pdbonly</DebugType> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DefineConstants>TRACE</DefineConstants> | ||
<ErrorReport>prompt</ErrorReport> | ||
<WarningLevel>4</WarningLevel> | ||
<DocumentationFile>bin\Release\HistoryControlLib.xml</DocumentationFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="Microsoft.CSharp" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Xml.Linq" /> | ||
<Reference Include="System.Xaml"> | ||
<RequiredTargetFramework>4.0</RequiredTargetFramework> | ||
</Reference> | ||
<Reference Include="WindowsBase" /> | ||
<Reference Include="PresentationCore" /> | ||
<Reference Include="PresentationFramework" /> | ||
</ItemGroup> | ||
|
||
<PropertyGroup> | ||
<AssemblyTitle>HistoryControlLib</AssemblyTitle> | ||
<PackageId>Dirkster.HistoryControlLib</PackageId> | ||
<Product>HistoryControlLib</Product> | ||
<Copyright>2018 - 2019</Copyright> | ||
<Company>Open Source</Company> | ||
<Description>Implements a themable recent locations (forward, backward, up. pop-up list) control a la Windows (7-10) Explorer.</Description> | ||
<Version>1.1</Version> | ||
<AssemblyVersion>1.1</AssemblyVersion> | ||
<FileVersion>1.1</FileVersion> | ||
<VersionPrefix>1.1</VersionPrefix> | ||
<PackageProjectUrl>https://github.com/Dirkster99/HistoryControlLib</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/Dirkster99/HistoryControlLib</RepositoryUrl> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<PackageTags>wpf mvvm c# .net metro black light themed control library recent locations forward backward up history control</PackageTags> | ||
<IconUrl>https://github.com/Dirkster99/Docu/blob/master/HistoryControlLib/Branch_64x.png?raw=true</IconUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageReleaseNotes>Package Update with support based on .NetCore 3 Preview 8 and .Net4.5.</PackageReleaseNotes> | ||
<NeutralLanguage>en</NeutralLanguage> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Compile Include="Behaviors\SelectionChangedCommand.cs" /> | ||
<Compile Include="Controls\LocationsDropDown.cs" /> | ||
<Compile Include="Factory.cs" /> | ||
<Compile Include="Themes\ResourceKeys.cs" /> | ||
<Compile Include="ViewModels\Base\BaseViewModel.cs" /> | ||
<Compile Include="ViewModels\BrowseHistory.cs" /> | ||
<Compile Include="Interfaces\IBrowseHistory.cs" /> | ||
<Page Include="Themes\LightBrushs.xaml"> | ||
<Page Update="Controls\LocationsDropDown.xaml"> | ||
<SubType>Designer</SubType> | ||
<Generator>MSBuild:Compile</Generator> | ||
</Page> | ||
<Page Include="Styles\HistoryButtonStyle.xaml"> | ||
<Page Update="Styles\HistoryButtonStyle.xaml"> | ||
<SubType>Designer</SubType> | ||
<Generator>MSBuild:Compile</Generator> | ||
</Page> | ||
<Page Include="Themes\DarkBrushs.xaml"> | ||
<Page Update="Themes\DarkBrushs.xaml"> | ||
<SubType>Designer</SubType> | ||
<Generator>MSBuild:Compile</Generator> | ||
</Page> | ||
<Page Include="Themes\Generic.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
<Page Update="Themes\DarkTheme.xaml"> | ||
<SubType>Designer</SubType> | ||
</Page> | ||
<Page Include="Themes\DarkTheme.xaml"> | ||
<Generator>MSBuild:Compile</Generator> | ||
<Page Update="Themes\Generic.xaml"> | ||
<SubType>Designer</SubType> | ||
<Generator>MSBuild:Compile</Generator> | ||
</Page> | ||
<Page Include="Themes\LightTheme.xaml"> | ||
<Page Update="Themes\LightBrushs.xaml"> | ||
<SubType>Designer</SubType> | ||
<Generator>MSBuild:Compile</Generator> | ||
</Page> | ||
<Page Include="Controls\LocationsDropDown.xaml"> | ||
<Page Update="Themes\LightTheme.xaml"> | ||
<SubType>Designer</SubType> | ||
<Generator>MSBuild:Compile</Generator> | ||
</Page> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="Properties\AssemblyInfo.cs"> | ||
<SubType>Code</SubType> | ||
</Compile> | ||
<Compile Include="Properties\Resources.Designer.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DesignTime>True</DesignTime> | ||
<DependentUpon>Resources.resx</DependentUpon> | ||
</Compile> | ||
<Compile Include="Properties\Settings.Designer.cs"> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>Settings.settings</DependentUpon> | ||
<DesignTimeSharedInput>True</DesignTimeSharedInput> | ||
</Compile> | ||
<EmbeddedResource Include="Properties\Resources.resx"> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
<None Include="Properties\Settings.settings"> | ||
<Generator>SettingsSingleFileGenerator</Generator> | ||
<LastGenOutput>Settings.Designer.cs</LastGenOutput> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup /> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||
</Project> | ||
|
||
</Project> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.