Skip to content

Commit

Permalink
Merge pull request #5 from ChrisPulman/AddOlderTargets
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman committed Mar 12, 2023
2 parents 4a998bd + 694c355 commit 8822004
Show file tree
Hide file tree
Showing 7,305 changed files with 46,352 additions and 2,456 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
14 changes: 0 additions & 14 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,6 @@
<None Include="$(MSBuildThisFileDirectory)LICENSE" Pack="true" PackagePath="LICENSE" />
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<!--<ItemGroup Condition="'$(IsTestProject)' == 'true'">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Moq" Version="4.18.2" />
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>-->

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion Version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "0.3",
"version": "0.4",
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/main$"
Expand Down
12 changes: 6 additions & 6 deletions src/AppBarButton.WPF.TestApp/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@
HorizontalAlignment="Left"
VerticalAlignment="Top"
Content="Acrobat"
Icon="adobe_acrobat" />
Icon="md_abacus" />
<appbarbtn:AppBarButton
HorizontalAlignment="Left"
VerticalAlignment="Top"
Content="Aftereffects"
Icon="adobe_aftereffects" />
Icon="ab_adobe_aftereffects" />
<appbarbtn:AppBarButton
HorizontalAlignment="Left"
VerticalAlignment="Top"
Content="Audition"
Icon="adobe_audition" />
Icon="ab_adobe_audition" />
<appbarbtn:AppBarButton
HorizontalAlignment="Left"
VerticalAlignment="Top"
Content="Bridge"
Icon="adobe_bridge" />
Icon="ab_adobe_bridge" />
<appbarbtn:AppBarButton
HorizontalAlignment="Left"
VerticalAlignment="Top"
Content="Fireworks"
Icon="adobe_fireworks" />
Icon="ab_adobe_fireworks" />
<appbarbtn:AppBarButton
HorizontalAlignment="Left"
VerticalAlignment="Top"
Content="Alien"
Icon="alien" />
Icon="ab_alien" />
</StackPanel>
</Window>
10 changes: 8 additions & 2 deletions src/AppBarButton.WPF.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionConfig", "SolutionC
..\Version.json = ..\Version.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppBarButton.WPF.TestApp", "AppBarButton.WPF.TestApp\AppBarButton.WPF.TestApp.csproj", "{62715838-0599-4966-9B38-A648A5BBB62F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppBarButton.WPF.TestApp", "AppBarButton.WPF.TestApp\AppBarButton.WPF.TestApp.csproj", "{62715838-0599-4966-9B38-A648A5BBB62F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnumGenerator", "EnumGenerator\EnumGenerator.csproj", "{AD0154BD-0602-4157-A7E9-19059FFA9819}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -41,7 +43,11 @@ Global
{62715838-0599-4966-9B38-A648A5BBB62F}.PreRelease|Any CPU.ActiveCfg = PreRelease|Any CPU
{62715838-0599-4966-9B38-A648A5BBB62F}.PreRelease|Any CPU.Build.0 = PreRelease|Any CPU
{62715838-0599-4966-9B38-A648A5BBB62F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62715838-0599-4966-9B38-A648A5BBB62F}.Release|Any CPU.Build.0 = Release|Any CPU
{AD0154BD-0602-4157-A7E9-19059FFA9819}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD0154BD-0602-4157-A7E9-19059FFA9819}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD0154BD-0602-4157-A7E9-19059FFA9819}.PreRelease|Any CPU.ActiveCfg = PreRelease|Any CPU
{AD0154BD-0602-4157-A7E9-19059FFA9819}.PreRelease|Any CPU.Build.0 = PreRelease|Any CPU
{AD0154BD-0602-4157-A7E9-19059FFA9819}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 2 additions & 0 deletions src/AppBarButton.WPF/AppBarButton.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</EmbeddedResource>
<!--https://github.com/Templarian/MaterialDesign/tree/master-->
<EmbeddedResource Include="Assets\svg\*.svg" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/ab-testing.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/abacus.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/abjad-arabic.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/abjad-hebrew.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/abugida-devanagari.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/abugida-thai.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/access-point-check.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/access-point-minus.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/access-point-network.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/access-point-off.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/access-point-plus.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/access-point-remove.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/access-point.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/account-alert-outline.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/account-alert.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/account-arrow-down.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/account-arrow-left.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/account-arrow-right.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/account-arrow-up.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/account-badge-outline.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/account-badge.svg
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/account-box-multiple.svg
1 change: 1 addition & 0 deletions src/AppBarButton.WPF/Assets/svg/account-box-outline.svg

0 comments on commit 8822004

Please sign in to comment.