Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS 2019 and VS 2022 compatible version #14

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
96e641e
Prepared Multi VS Version including 2022
denisabt Nov 19, 2021
db63070
Compilable dual version (2022 and < 2022) - not runnable yet under 20…
denisabt Nov 20, 2021
6780cd2
Working VS 2022 version, not yet tested on VS 2019
denisabt Nov 20, 2021
3e9acc4
Modernized Solution to multi-target VS 2019 and 2022 - 2022 work to b…
denisabt Nov 28, 2021
a274c89
Working Hybrid VS 2022 version. Needs testing again on VS 2019
denisabt Nov 30, 2021
67f20b2
Running 2019 version. Back to 2022 testing (resources mapping)
denisabt Nov 30, 2021
8db1882
Merge pull request #3 from denisabt/vs2022_from_master
denisabt Nov 30, 2021
80abd58
Some minor code changes for Vs2022 animation reading - and bumped ver…
denisabt Dec 1, 2021
29943b2
Merge branch 'vs2022_from_master'
denisabt Dec 1, 2021
f29a9e9
Add merlin modernized solution 19 22 (#4)
denisabt Dec 17, 2021
7c41aaf
Add genius (#5)
denisabt Jan 9, 2022
7cdd855
Add overlays (#6)
denisabt Jan 28, 2022
ebae675
not yet complete publish action vs22
denisabt Jan 28, 2022
f06986a
Action test, no change
denisabt Jan 28, 2022
b47867b
Merge branch 'master' of https://github.com/denisabt/ClippyVS
denisabt Jan 28, 2022
a2ea649
Update main.yml
denisabt Jan 28, 2022
8928818
Update main.yml
denisabt Jan 28, 2022
a0e52d4
Code cleanup and fix Genius Release Commands (Random Anim) (#7)
denisabt Feb 12, 2022
6dc7097
More code cleanup and double layer exception fox on application shutd…
denisabt Feb 13, 2022
76dab26
Update README.md
denisabt Feb 19, 2022
fdb26c6
Update README.md
denisabt Feb 19, 2022
6a49755
Refactoring layer support (#9)
denisabt Mar 6, 2022
a3d92f8
Package Authors fix and code clone reduction
denisabt Mar 8, 2022
b0916cb
bumped vsix version
denisabt Mar 8, 2022
d3e0f9d
bumbed to 1.4
denisabt Mar 8, 2022
a5d8099
Test coverage (#10)
denisabt Apr 8, 2022
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
20 changes: 15 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
on:
workflow_dispatch:
push:
tags:
- "*"
name: VSIX Publisher
uses:cezarypiatek/VsixPublisherAction@0.2
with:extension-file:src\MappingGenerator.Vsix\bin\Release\MappingGenerator.vsix
publish-manifest-file:src\MappingGenerator.Vsix\publishManifest.json
personal-access-code:${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}

jobs:
test_vs_publisher:
runs-on: windows-latest
name: A job to test VSPublisher
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test Publisher
uses: ./
with:
extension-file: ClippyVs2022\bin\Release
publish-manifest-file: ClippyVs2022\bin\Release\publishManifest.json
personal-access-code: ${{ secrets.VS_PUBLISHER_ACCESS_TOKEN }}
49 changes: 47 additions & 2 deletions Clippy.sln
Original file line number Diff line number Diff line change
@@ -1,23 +1,68 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClippyVSPackage", "ClippyVSPackage\ClippyVSPackage.csproj", "{4442795C-E021-48B4-9EB0-5E26F5C55569}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "SharedProject1", "SharedProject1\SharedProject1.shproj", "{97F858E7-1AE0-4257-9BE3-641512C0A08B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClippyVs2022", "ClippyVs2022\ClippyVs2022.csproj", "{4ED838AE-7EEA-4EBE-84C6-E5C09F68B6AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharedProjectTests2", "SharedProjectTests2\SharedProjectTests2.csproj", "{C5FEE015-8BAB-4329-B8B3-20B3766DB1EF}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
SharedProject1\SharedProject1.projitems*{4442795c-e021-48b4-9eb0-5e26f5c55569}*SharedItemsImports = 4
SharedProject1\SharedProject1.projitems*{4ed838ae-7eea-4ebe-84c6-e5c09f68b6ab}*SharedItemsImports = 4
SharedProject1\SharedProject1.projitems*{97f858e7-1ae0-4257-9be3-641512c0a08b}*SharedItemsImports = 13
SharedProject1\SharedProject1.projitems*{c5fee015-8bab-4329-b8b3-20b3766db1ef}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug 2015|Any CPU = Debug 2015|Any CPU
Debug 2015|x86 = Debug 2015|x86
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4442795C-E021-48B4-9EB0-5E26F5C55569}.Debug 2015|Any CPU.ActiveCfg = Debug 2015|Any CPU
{4442795C-E021-48B4-9EB0-5E26F5C55569}.Debug 2015|Any CPU.Build.0 = Debug 2015|Any CPU
{4442795C-E021-48B4-9EB0-5E26F5C55569}.Debug 2015|x86.ActiveCfg = Debug 2015|x86
{4442795C-E021-48B4-9EB0-5E26F5C55569}.Debug 2015|x86.Build.0 = Debug 2015|x86
{4442795C-E021-48B4-9EB0-5E26F5C55569}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4442795C-E021-48B4-9EB0-5E26F5C55569}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4442795C-E021-48B4-9EB0-5E26F5C55569}.Debug|x86.ActiveCfg = Debug|Any CPU
{4442795C-E021-48B4-9EB0-5E26F5C55569}.Debug|x86.Build.0 = Debug|Any CPU
{4442795C-E021-48B4-9EB0-5E26F5C55569}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4442795C-E021-48B4-9EB0-5E26F5C55569}.Release|Any CPU.Build.0 = Release|Any CPU
{4442795C-E021-48B4-9EB0-5E26F5C55569}.Release|x86.ActiveCfg = Release|x86
{4442795C-E021-48B4-9EB0-5E26F5C55569}.Release|x86.Build.0 = Release|x86
{4ED838AE-7EEA-4EBE-84C6-E5C09F68B6AB}.Debug 2015|Any CPU.ActiveCfg = Debug|Any CPU
{4ED838AE-7EEA-4EBE-84C6-E5C09F68B6AB}.Debug 2015|Any CPU.Build.0 = Debug|Any CPU
{4ED838AE-7EEA-4EBE-84C6-E5C09F68B6AB}.Debug 2015|x86.ActiveCfg = Debug|x86
{4ED838AE-7EEA-4EBE-84C6-E5C09F68B6AB}.Debug 2015|x86.Build.0 = Debug|x86
{4ED838AE-7EEA-4EBE-84C6-E5C09F68B6AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ED838AE-7EEA-4EBE-84C6-E5C09F68B6AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ED838AE-7EEA-4EBE-84C6-E5C09F68B6AB}.Debug|x86.ActiveCfg = Debug|x86
{4ED838AE-7EEA-4EBE-84C6-E5C09F68B6AB}.Debug|x86.Build.0 = Debug|x86
{4ED838AE-7EEA-4EBE-84C6-E5C09F68B6AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ED838AE-7EEA-4EBE-84C6-E5C09F68B6AB}.Release|Any CPU.Build.0 = Release|Any CPU
{4ED838AE-7EEA-4EBE-84C6-E5C09F68B6AB}.Release|x86.ActiveCfg = Release|x86
{4ED838AE-7EEA-4EBE-84C6-E5C09F68B6AB}.Release|x86.Build.0 = Release|x86
{C5FEE015-8BAB-4329-B8B3-20B3766DB1EF}.Debug 2015|Any CPU.ActiveCfg = Debug|Any CPU
{C5FEE015-8BAB-4329-B8B3-20B3766DB1EF}.Debug 2015|Any CPU.Build.0 = Debug|Any CPU
{C5FEE015-8BAB-4329-B8B3-20B3766DB1EF}.Debug 2015|x86.ActiveCfg = Debug|Any CPU
{C5FEE015-8BAB-4329-B8B3-20B3766DB1EF}.Debug 2015|x86.Build.0 = Debug|Any CPU
{C5FEE015-8BAB-4329-B8B3-20B3766DB1EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5FEE015-8BAB-4329-B8B3-20B3766DB1EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5FEE015-8BAB-4329-B8B3-20B3766DB1EF}.Debug|x86.ActiveCfg = Debug|Any CPU
{C5FEE015-8BAB-4329-B8B3-20B3766DB1EF}.Debug|x86.Build.0 = Debug|Any CPU
{C5FEE015-8BAB-4329-B8B3-20B3766DB1EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5FEE015-8BAB-4329-B8B3-20B3766DB1EF}.Release|Any CPU.Build.0 = Release|Any CPU
{C5FEE015-8BAB-4329-B8B3-20B3766DB1EF}.Release|x86.ActiveCfg = Release|Any CPU
{C5FEE015-8BAB-4329-B8B3-20B3766DB1EF}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
3 changes: 3 additions & 0 deletions Clippy.sln.DotSettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/UserDictionary/Words/=Clippy/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=vsct/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
33 changes: 0 additions & 33 deletions ClippyVSPackage/AssistantBase.cs

This file was deleted.

226 changes: 0 additions & 226 deletions ClippyVSPackage/Clippy.cs

This file was deleted.

Loading