Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit d2c6069

Browse files
committed
Merge pull request #225 from github/shana/theme-colors
Design time theme colors
2 parents cadea92 + f0d4160 commit d2c6069

34 files changed

+441
-191
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ x86/
1616
bld/
1717
[Bb]in/
1818
[Oo]bj/
19+
build/
1920

2021
# Roslyn cache directories
2122
*.ide/

GitHubVS.sln

Lines changed: 133 additions & 26 deletions
Large diffs are not rendered by default.

src/CredentialManagement/CredentialManagement.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,19 @@
1515
</NuGetPackageImportStamp>
1616
<TargetFrameworkProfile />
1717
<BuildType Condition="Exists('..\..\script\ApiClientConfiguration.cs')">Internal</BuildType>
18+
<OutputPath>bin\$(Configuration)\</OutputPath>
1819
</PropertyGroup>
1920
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2021
<DebugSymbols>true</DebugSymbols>
2122
<DebugType>full</DebugType>
2223
<Optimize>false</Optimize>
23-
<OutputPath>bin\Debug\</OutputPath>
2424
<DefineConstants>DEBUG;TRACE</DefineConstants>
2525
<ErrorReport>prompt</ErrorReport>
2626
<WarningLevel>4</WarningLevel>
2727
</PropertyGroup>
2828
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2929
<DebugType>pdbonly</DebugType>
3030
<Optimize>true</Optimize>
31-
<OutputPath>bin\Release\</OutputPath>
3231
<DefineConstants>TRACE</DefineConstants>
3332
<ErrorReport>prompt</ErrorReport>
3433
<WarningLevel>4</WarningLevel>

src/DesignTimeStyleHelper/App.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<ResourceDictionary.MergedDictionaries>
99
<ResourceDictionary Source="/GitHub.UI;component/SharedDictionary.xaml" />
1010
<ResourceDictionary Source="/GitHub.UI.Reactive;component/SharedDictionary.xaml" />
11+
<ResourceDictionary Source="/GitHub.VisualStudio;component/SharedDictionary.xaml" />
1112
</ResourceDictionary.MergedDictionaries>
1213
</ResourceDictionary>
1314
</Application.Resources>

src/DesignTimeStyleHelper/DesignTimeStyleHelper.csproj

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1515
<WarningLevel>4</WarningLevel>
1616
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
17+
<OutputPath>bin\$(Configuration)\</OutputPath>
1718
</PropertyGroup>
1819
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1920
<PlatformTarget>AnyCPU</PlatformTarget>
2021
<DebugSymbols>true</DebugSymbols>
2122
<DebugType>full</DebugType>
2223
<Optimize>false</Optimize>
23-
<OutputPath>bin\Debug\</OutputPath>
2424
<DefineConstants>DEBUG;TRACE</DefineConstants>
2525
<ErrorReport>prompt</ErrorReport>
2626
<WarningLevel>4</WarningLevel>
@@ -29,12 +29,20 @@
2929
<PlatformTarget>AnyCPU</PlatformTarget>
3030
<DebugType>pdbonly</DebugType>
3131
<Optimize>true</Optimize>
32-
<OutputPath>bin\Release\</OutputPath>
3332
<DefineConstants>TRACE</DefineConstants>
3433
<ErrorReport>prompt</ErrorReport>
3534
<WarningLevel>4</WarningLevel>
3635
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3736
</PropertyGroup>
37+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'XamlDesign|AnyCPU'">
38+
<PlatformTarget>AnyCPU</PlatformTarget>
39+
<DebugSymbols>true</DebugSymbols>
40+
<DebugType>full</DebugType>
41+
<Optimize>false</Optimize>
42+
<DefineConstants>DEBUG;TRACE;XAML_DESIGNER</DefineConstants>
43+
<ErrorReport>prompt</ErrorReport>
44+
<WarningLevel>4</WarningLevel>
45+
</PropertyGroup>
3846
<ItemGroup>
3947
<Reference Include="Microsoft.VisualStudio.ComponentModelHost, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
4048
<Reference Include="Microsoft.VisualStudio.Shell.Immutable.10.0" />

src/GitHub.Api/GitHub.Api.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<BuildType Condition="Exists('..\..\script\ApiClientConfiguration.cs')">Internal</BuildType>
15+
<OutputPath>bin\$(Configuration)\</OutputPath>
1516
</PropertyGroup>
1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1718
<DebugSymbols>true</DebugSymbols>
1819
<DebugType>full</DebugType>
1920
<Optimize>false</Optimize>
20-
<OutputPath>bin\Debug\</OutputPath>
2121
<DefineConstants>DEBUG;TRACE</DefineConstants>
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
@@ -29,7 +29,6 @@
2929
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3030
<DebugType>pdbonly</DebugType>
3131
<Optimize>true</Optimize>
32-
<OutputPath>bin\Release\</OutputPath>
3332
<DefineConstants>TRACE</DefineConstants>
3433
<ErrorReport>prompt</ErrorReport>
3534
<WarningLevel>4</WarningLevel>

src/GitHub.App/GitHub.App.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<CodeAnalysisRuleSet>..\common\GitHubVS.ruleset</CodeAnalysisRuleSet>
2020
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2121
<BuildType Condition="Exists('..\..\script\ApiClientConfiguration.cs')">Internal</BuildType>
22+
<OutputPath>bin\$(Configuration)\</OutputPath>
2223
</PropertyGroup>
2324
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2425
<DebugSymbols>true</DebugSymbols>
2526
<DebugType>full</DebugType>
2627
<Optimize>false</Optimize>
27-
<OutputPath>bin\Debug\</OutputPath>
2828
<DefineConstants>DEBUG;TRACE</DefineConstants>
2929
<ErrorReport>prompt</ErrorReport>
3030
<WarningLevel>4</WarningLevel>
@@ -36,7 +36,6 @@
3636
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3737
<DebugType>pdbonly</DebugType>
3838
<Optimize>true</Optimize>
39-
<OutputPath>bin\Release\</OutputPath>
4039
<DefineConstants>TRACE</DefineConstants>
4140
<ErrorReport>prompt</ErrorReport>
4241
<WarningLevel>4</WarningLevel>

src/GitHub.Exports.Reactive/GitHub.Exports.Reactive.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<BuildType Condition="Exists('..\..\script\ApiClientConfiguration.cs')">Internal</BuildType>
1515
<NuGetPackageImportStamp>
1616
</NuGetPackageImportStamp>
17+
<OutputPath>bin\$(Configuration)\</OutputPath>
1718
</PropertyGroup>
1819
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1920
<DebugSymbols>true</DebugSymbols>
2021
<DebugType>full</DebugType>
2122
<Optimize>false</Optimize>
22-
<OutputPath>bin\Debug\</OutputPath>
2323
<DefineConstants>DEBUG;TRACE</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
@@ -31,7 +31,6 @@
3131
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
34-
<OutputPath>bin\Release\</OutputPath>
3534
<DefineConstants>TRACE</DefineConstants>
3635
<ErrorReport>prompt</ErrorReport>
3736
<WarningLevel>4</WarningLevel>

src/GitHub.Exports/GitHub.Exports.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<BuildType Condition="Exists('..\..\script\ApiClientConfiguration.cs')">Internal</BuildType>
1515
<NuGetPackageImportStamp>
1616
</NuGetPackageImportStamp>
17+
<OutputPath>bin\$(Configuration)\</OutputPath>
1718
</PropertyGroup>
1819
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1920
<DebugSymbols>true</DebugSymbols>
2021
<DebugType>full</DebugType>
2122
<Optimize>false</Optimize>
22-
<OutputPath>bin\Debug\</OutputPath>
2323
<DefineConstants>DEBUG;TRACE</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
@@ -31,7 +31,6 @@
3131
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
34-
<OutputPath>bin\Release\</OutputPath>
3534
<DefineConstants>TRACE</DefineConstants>
3635
<ErrorReport>prompt</ErrorReport>
3736
<WarningLevel>4</WarningLevel>

src/GitHub.Extensions.Reactive/GitHub.Extensions.Reactive.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
<CodeAnalysisRuleSet>..\common\GitHubVS.ruleset</CodeAnalysisRuleSet>
1818
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1919
<BuildType Condition="Exists('..\..\script\ApiClientConfiguration.cs')">Internal</BuildType>
20+
<OutputPath>bin\$(Configuration)\</OutputPath>
2021
</PropertyGroup>
2122
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2223
<DebugSymbols>true</DebugSymbols>
2324
<DebugType>full</DebugType>
2425
<Optimize>false</Optimize>
25-
<OutputPath>bin\Debug\</OutputPath>
2626
<DefineConstants>DEBUG;TRACE</DefineConstants>
2727
<ErrorReport>prompt</ErrorReport>
2828
<WarningLevel>4</WarningLevel>
@@ -34,7 +34,6 @@
3434
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3535
<DebugType>pdbonly</DebugType>
3636
<Optimize>true</Optimize>
37-
<OutputPath>bin\Release\</OutputPath>
3837
<DefineConstants>TRACE</DefineConstants>
3938
<ErrorReport>prompt</ErrorReport>
4039
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)