diff --git a/CS/AssemblyInfo.cs b/CS/AssemblyInfo.cs
index 93c060fe7..8eb380aff 100644
--- a/CS/AssemblyInfo.cs
+++ b/CS/AssemblyInfo.cs
@@ -160,6 +160,7 @@
// 2021-02-01 2021.0.0.12 integrated pull request #69 by @RevitArkitek adding handler for the GetSplitRegionOffsets method to address issue #68 Split Region Offsets (2021)
// 2021-02-09 2021.0.0.13 integrated pull request #71 by @RevitArkitek adding handler for ScheduleDefinition.GetField to address issue #70
// 2021-04-15 2022.0.0.0 flat migration to Revit 2022
+// 2021-04-15 2022.0.0.1 integrated pull request #74 by @peterhirn setting up CI to Revit 2022
//
-[assembly: AssemblyVersion( "2022.0.0.0" )]
-[assembly: AssemblyFileVersion( "2022.0.0.0" )]
+[assembly: AssemblyVersion( "2022.0.0.1" )]
+[assembly: AssemblyFileVersion( "2022.0.0.1" )]
diff --git a/CS/RevitLookup.csproj b/CS/RevitLookup.csproj
index 43ed83da1..a7443d573 100644
--- a/CS/RevitLookup.csproj
+++ b/CS/RevitLookup.csproj
@@ -1,46 +1,403 @@
-
+
+
+ None
+
+
+
+ Local
+ 9.0.30729
+ 2.0
+ {05C77115-2277-4DFC-8F95-BE37E5F1130F}
+ Debug
+ AnyCPU
+
+
+
+
RevitLookup
- net48
+
+
+ JScript
+ Grid
+ IE50
+ false
Library
- x64
- x64
- true
- true
- false
- false
+ RevitLookup
+
+
+
+
+
+
+ 3.5
+ v4.8
+ publish\
+ true
+ Disk
+ false
+ Foreground
+ 7
+ Days
+ false
+ false
+ true
+ 0
+ 1.0.0.%2a
+ false
+ false
+ true
+
+
+
+ true
+ bin\2022\
+
+
+ true
+ bin\2021\
-
- bin\Debug\
+
+ true
+ bin\2020\
-
- bin\Release\
+
+ true
+ bin\2019\
-
-
+
+
+ False
+ C:\Program Files\Autodesk\Revit 2022\AdWindows.dll
+
+
+ 3.0
+
+
+ False
C:\Program Files\Autodesk\Revit 2022\RevitAPI.dll
-
+
+ False
+ C:\Program Files\Autodesk\Revit 2022\RevitAPIIFC.dll
+
+
+ False
+ C:\Program Files\Autodesk\Revit 2022\RevitAPIMacros.dll
+
+
+ False
C:\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll
-
-
-
- ..\revit-api\RevitAPI.dll
+
+ False
+ C:\Program Files\Autodesk\Revit 2022\RevitAPIUIMacros.dll
+
+
+ System
+
+
+ 3.5
-
- ..\revit-api\RevitAPIUI.dll
+
+ System.Data
+
+
+ System.Drawing
+
+
+ System.Windows.Forms
+
+
+ System.XML
+
+
+ 3.0
-
-
-
+
+
+
+
+ Code
+
+
+
+
+
+
+
+ True
+ True
+ Resources.resx
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Form
+
+
+ ParamEnum.cs
+
+
+ Form
+
+
+ Code
+
+
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+
+
+ Form
+
+
+ EventsForm.cs
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+ Code
+
+
+ Form
+
+
+ Form
+
+
+ Form
+
+
+ Form
+
+
+ Form
+
+
+ Form
+
+
+ Form
+
+
+ Form
+
+
+ SearchBy.cs
+
+
+ Code
+
+
+
+ Form
+
+
+ Designer
+ ResXFileCodeGenerator
+ Resources.Designer.cs
+
+
+ BindingMap.cs
+
+
+ Categories.cs
+
+
+ Geometry.cs
+
+
+ ParamEnum.cs
+ Designer
+
+
+ ParamEnumSnoop.cs
+ Designer
+
+
+ EventsForm.cs
+ Designer
+
+
+ GenericPropGrid.cs
+ Designer
+
+
+ Objects.cs
+ Designer
+
+
+ ObjTreeBase.cs
+ Designer
+
+
+ Parameters.cs
+ Designer
+
+
+ SearchBy.cs
+
+
+ Dom.cs
+ Designer
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Designer
+
+
+
+
+ False
+ .NET Framework 3.5 SP1 Client Profile
+ false
+
+
+ False
+ .NET Framework 3.5 SP1
+ true
+
+
+ False
+ Windows Installer 3.1
+ true
+
-
+
+
+
+
+ REM "C:\Program Files (x86)\Windows Kits\8.0\bin\x64\signtool.exe" sign /f "C:\Users\harry_000\Documents\Boost Your BIM\BoostYourBIM.pfx" /p $(CodeSignPassword) /v $(TargetPath)
+
+copy /Y "$(ProjectDir)RevitLookup.addin" "$(AppData)\Autodesk\REVIT\Addins\$(Configuration)"
+
+copy /Y $(TargetPath) "$(AppData)\Autodesk\REVIT\Addins\$(Configuration)"
+
+
+
\ No newline at end of file
diff --git a/CS/RevitLookup.csproj.new b/CS/RevitLookup.csproj.new
new file mode 100644
index 000000000..7f86a2268
--- /dev/null
+++ b/CS/RevitLookup.csproj.new
@@ -0,0 +1,46 @@
+
+
+
+ RevitLookup
+ net48
+ Library
+ x64
+ x64
+ true
+ true
+ false
+ false
+
+
+ bin\Debug\
+
+
+ bin\Release\
+
+
+
+ C:\Program Files\Autodesk\Revit 2022\RevitAPI.dll
+
+
+ C:\Program Files\Autodesk\Revit 2022\RevitAPIUI.dll
+
+
+
+
+ ..\revit-api\RevitAPI.dll
+
+
+ ..\revit-api\RevitAPIUI.dll
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/CS/RevitLookup.sln b/CS/RevitLookup.sln
index 4a569bec2..de7645445 100644
--- a/CS/RevitLookup.sln
+++ b/CS/RevitLookup.sln
@@ -7,14 +7,17 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RevitLookup", "RevitLookup.
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x64 = Debug|x64
- Release|x64 = Release|x64
+ 2019|Any CPU = 2019|Any CPU
+ 2020|Any CPU = 2020|Any CPU
+ 2021|Any CPU = 2021|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {05C77115-2277-4DFC-8F95-BE37E5F1130F}.Debug|x64.ActiveCfg = Debug|x64
- {05C77115-2277-4DFC-8F95-BE37E5F1130F}.Debug|x64.Build.0 = Debug|x64
- {05C77115-2277-4DFC-8F95-BE37E5F1130F}.Release|x64.ActiveCfg = Release|x64
- {05C77115-2277-4DFC-8F95-BE37E5F1130F}.Release|x64.Build.0 = Release|x64
+ {05C77115-2277-4DFC-8F95-BE37E5F1130F}.2019|Any CPU.ActiveCfg = 2021|Any CPU
+ {05C77115-2277-4DFC-8F95-BE37E5F1130F}.2019|Any CPU.Build.0 = 2021|Any CPU
+ {05C77115-2277-4DFC-8F95-BE37E5F1130F}.2020|Any CPU.ActiveCfg = 2020|Any CPU
+ {05C77115-2277-4DFC-8F95-BE37E5F1130F}.2020|Any CPU.Build.0 = 2020|Any CPU
+ {05C77115-2277-4DFC-8F95-BE37E5F1130F}.2021|Any CPU.ActiveCfg = 2022|Any CPU
+ {05C77115-2277-4DFC-8F95-BE37E5F1130F}.2021|Any CPU.Build.0 = 2022|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE