Skip to content

Commit

Permalink
added support for Visual Studio 2022
Browse files Browse the repository at this point in the history
MartinHaedicke committed Jun 3, 2022
1 parent 82058dd commit c9204b8
Showing 2 changed files with 31 additions and 36 deletions.
21 changes: 8 additions & 13 deletions CompiledHandlebars.sln
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.15
# Visual Studio Version 16
VisualStudioVersion = 16.0.32510.428
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompiledHandlebars.Compiler", "Compiler\CompiledHandlebars.Compiler.csproj", "{55E767E0-44F0-4297-9A00-7211B424BE03}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompiledHandlebars.CompilerTests", "CompilerTests\CompiledHandlebars.CompilerTests.csproj", "{7E220970-73F8-4A28-BF5B-CCB938890924}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompiledHandlebars.ViewEngine", "ViewEngine\CompiledHandlebars.ViewEngine.csproj", "{CCF0E5FF-74C8-4095-BE8C-143CF34DB3B1}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompiledHandlebars.ViewEngine", "ViewEngine\CompiledHandlebars.ViewEngine.csproj", "{CCF0E5FF-74C8-4095-BE8C-143CF34DB3B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompiledHandlebars.Cli", "CLI\CompiledHandlebars.Cli.csproj", "{7DC8BCB3-DC28-4737-B508-C514BA970518}"
EndProject
@@ -23,7 +23,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DummyProject", "Examples\Du
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompiledHandlebars.ViewEngine.Core", "ViewEngine.Core\CompiledHandlebars.ViewEngine.Core.csproj", "{A023239D-139B-49E3-8875-14E763A49946}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompiledHandlebars.RuntimeUtils", "RuntimeUtils\CompiledHandlebars.RuntimeUtils.csproj", "{9AC7E389-AA9F-4E07-ABA0-2112C449CCC6}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompiledHandlebars.RuntimeUtils", "RuntimeUtils\CompiledHandlebars.RuntimeUtils.csproj", "{9AC7E389-AA9F-4E07-ABA0-2112C449CCC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompiledHandleBars.CompilerVSIX", "CompilerVSIX\CompiledHandleBars.CompilerVSIX.csproj", "{23FA694C-AF99-4E50-AD16-8DF60EE82DEC}"
EndProject
Global
@@ -45,69 +46,60 @@ Global
{7E220970-73F8-4A28-BF5B-CCB938890924}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E220970-73F8-4A28-BF5B-CCB938890924}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E220970-73F8-4A28-BF5B-CCB938890924}.Debug|x86.ActiveCfg = Debug|Any CPU
{7E220970-73F8-4A28-BF5B-CCB938890924}.Debug|x86.Build.0 = Debug|Any CPU
{7E220970-73F8-4A28-BF5B-CCB938890924}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E220970-73F8-4A28-BF5B-CCB938890924}.Release|Any CPU.Build.0 = Release|Any CPU
{7E220970-73F8-4A28-BF5B-CCB938890924}.Release|x86.ActiveCfg = Release|Any CPU
{7E220970-73F8-4A28-BF5B-CCB938890924}.Release|x86.Build.0 = Release|Any CPU
{CCF0E5FF-74C8-4095-BE8C-143CF34DB3B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCF0E5FF-74C8-4095-BE8C-143CF34DB3B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCF0E5FF-74C8-4095-BE8C-143CF34DB3B1}.Debug|x86.ActiveCfg = Debug|Any CPU
{CCF0E5FF-74C8-4095-BE8C-143CF34DB3B1}.Debug|x86.Build.0 = Debug|Any CPU
{CCF0E5FF-74C8-4095-BE8C-143CF34DB3B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCF0E5FF-74C8-4095-BE8C-143CF34DB3B1}.Release|Any CPU.Build.0 = Release|Any CPU
{CCF0E5FF-74C8-4095-BE8C-143CF34DB3B1}.Release|x86.ActiveCfg = Release|Any CPU
{CCF0E5FF-74C8-4095-BE8C-143CF34DB3B1}.Release|x86.Build.0 = Release|Any CPU
{7DC8BCB3-DC28-4737-B508-C514BA970518}.Debug|Any CPU.ActiveCfg = Debug|x86
{7DC8BCB3-DC28-4737-B508-C514BA970518}.Debug|x86.ActiveCfg = Debug|x86
{7DC8BCB3-DC28-4737-B508-C514BA970518}.Debug|x86.Build.0 = Debug|x86
{7DC8BCB3-DC28-4737-B508-C514BA970518}.Release|Any CPU.ActiveCfg = Release|x86
{7DC8BCB3-DC28-4737-B508-C514BA970518}.Release|x86.ActiveCfg = Release|x86
{7DC8BCB3-DC28-4737-B508-C514BA970518}.Release|x86.Build.0 = Release|x86
{11E891F3-0912-4F5D-A2C7-9E5E9A8EB9FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11E891F3-0912-4F5D-A2C7-9E5E9A8EB9FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11E891F3-0912-4F5D-A2C7-9E5E9A8EB9FF}.Debug|x86.ActiveCfg = Debug|Any CPU
{11E891F3-0912-4F5D-A2C7-9E5E9A8EB9FF}.Debug|x86.Build.0 = Debug|Any CPU
{11E891F3-0912-4F5D-A2C7-9E5E9A8EB9FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11E891F3-0912-4F5D-A2C7-9E5E9A8EB9FF}.Release|Any CPU.Build.0 = Release|Any CPU
{11E891F3-0912-4F5D-A2C7-9E5E9A8EB9FF}.Release|x86.ActiveCfg = Release|Any CPU
{11E891F3-0912-4F5D-A2C7-9E5E9A8EB9FF}.Release|x86.Build.0 = Release|Any CPU
{0B37FA71-6386-4C46-99B0-61126F33AAD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B37FA71-6386-4C46-99B0-61126F33AAD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B37FA71-6386-4C46-99B0-61126F33AAD5}.Debug|x86.ActiveCfg = Debug|Any CPU
{0B37FA71-6386-4C46-99B0-61126F33AAD5}.Debug|x86.Build.0 = Debug|Any CPU
{0B37FA71-6386-4C46-99B0-61126F33AAD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B37FA71-6386-4C46-99B0-61126F33AAD5}.Release|Any CPU.Build.0 = Release|Any CPU
{0B37FA71-6386-4C46-99B0-61126F33AAD5}.Release|x86.ActiveCfg = Release|Any CPU
{0B37FA71-6386-4C46-99B0-61126F33AAD5}.Release|x86.Build.0 = Release|Any CPU
{D8FDFAD0-6D0D-463A-BE02-EA93A47C5A6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8FDFAD0-6D0D-463A-BE02-EA93A47C5A6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8FDFAD0-6D0D-463A-BE02-EA93A47C5A6D}.Debug|x86.ActiveCfg = Debug|Any CPU
{D8FDFAD0-6D0D-463A-BE02-EA93A47C5A6D}.Debug|x86.Build.0 = Debug|Any CPU
{D8FDFAD0-6D0D-463A-BE02-EA93A47C5A6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8FDFAD0-6D0D-463A-BE02-EA93A47C5A6D}.Release|Any CPU.Build.0 = Release|Any CPU
{D8FDFAD0-6D0D-463A-BE02-EA93A47C5A6D}.Release|x86.ActiveCfg = Release|Any CPU
{D8FDFAD0-6D0D-463A-BE02-EA93A47C5A6D}.Release|x86.Build.0 = Release|Any CPU
{8F756761-11F3-427E-A8C3-2B671211723B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F756761-11F3-427E-A8C3-2B671211723B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F756761-11F3-427E-A8C3-2B671211723B}.Debug|x86.ActiveCfg = Debug|Any CPU
{8F756761-11F3-427E-A8C3-2B671211723B}.Debug|x86.Build.0 = Debug|Any CPU
{8F756761-11F3-427E-A8C3-2B671211723B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F756761-11F3-427E-A8C3-2B671211723B}.Release|Any CPU.Build.0 = Release|Any CPU
{8F756761-11F3-427E-A8C3-2B671211723B}.Release|x86.ActiveCfg = Release|Any CPU
{8F756761-11F3-427E-A8C3-2B671211723B}.Release|x86.Build.0 = Release|Any CPU
{A023239D-139B-49E3-8875-14E763A49946}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A023239D-139B-49E3-8875-14E763A49946}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A023239D-139B-49E3-8875-14E763A49946}.Debug|x86.ActiveCfg = Debug|Any CPU
{A023239D-139B-49E3-8875-14E763A49946}.Debug|x86.Build.0 = Debug|Any CPU
{A023239D-139B-49E3-8875-14E763A49946}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A023239D-139B-49E3-8875-14E763A49946}.Release|Any CPU.Build.0 = Release|Any CPU
{A023239D-139B-49E3-8875-14E763A49946}.Release|x86.ActiveCfg = Release|Any CPU
{A023239D-139B-49E3-8875-14E763A49946}.Release|x86.Build.0 = Release|Any CPU
{9AC7E389-AA9F-4E07-ABA0-2112C449CCC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AC7E389-AA9F-4E07-ABA0-2112C449CCC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AC7E389-AA9F-4E07-ABA0-2112C449CCC6}.Debug|x86.ActiveCfg = Debug|Any CPU
{9AC7E389-AA9F-4E07-ABA0-2112C449CCC6}.Debug|x86.Build.0 = Debug|Any CPU
{9AC7E389-AA9F-4E07-ABA0-2112C449CCC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AC7E389-AA9F-4E07-ABA0-2112C449CCC6}.Release|Any CPU.Build.0 = Release|Any CPU
{9AC7E389-AA9F-4E07-ABA0-2112C449CCC6}.Release|x86.ActiveCfg = Release|Any CPU
@@ -130,4 +122,7 @@ Global
{D8FDFAD0-6D0D-463A-BE02-EA93A47C5A6D} = {C4719D54-5922-4DAD-9215-C016292D49DB}
{8F756761-11F3-427E-A8C3-2B671211723B} = {C4719D54-5922-4DAD-9215-C016292D49DB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA1EC7C1-D69E-4BA3-9A10-2A0073CBCE5E}
EndGlobalSection
EndGlobal
46 changes: 23 additions & 23 deletions CompilerVSIX/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="HandlebarsCompiler.Jakob Demler.71222594-41cc-4ba2-b691-ad7c2783a83b" Version="0.4.3" Language="en-US" Publisher="Jakob Demler" />
<DisplayName>HandlebarsCompiler</DisplayName>
<Description xml:space="preserve">Compiles Handlebars Templates into performant and typechecked C# Code</Description>
<MoreInfo>https://github.com/Noxum/CompiledHandlebars</MoreInfo>
<Tags>Handlebars Html Rendering</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[15.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="Microsoft.CodeAnalysis.Workspaces.dll" AssemblyName="Microsoft.CodeAnalysis.Workspaces, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="microsoft.visualstudio.languageservices.dll" AssemblyName="Microsoft.VisualStudio.LanguageServices, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Metadata>
<Identity Id="HandlebarsCompiler.Jakob Demler.71222594-41cc-4ba2-b691-ad7c2783a83b" Version="0.4.3" Language="en-US" Publisher="Jakob Demler" />
<DisplayName>HandlebarsCompiler</DisplayName>
<Description xml:space="preserve">Compiles Handlebars Templates into performant and typechecked C# Code</Description>
<MoreInfo>https://github.com/Noxum/CompiledHandlebars</MoreInfo>
<Tags>Handlebars Html Rendering</Tags>
</Metadata>
<Installation>
<InstallationTarget Version="[15.0,18.0)" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[15.0,18.0)" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[15.0,18.0)" Id="Microsoft.VisualStudio.Enterprise" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="Microsoft.CodeAnalysis.Workspaces.dll" AssemblyName="Microsoft.CodeAnalysis.Workspaces, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="File" Path="microsoft.visualstudio.languageservices.dll" AssemblyName="Microsoft.VisualStudio.LanguageServices, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,)" DisplayName="Visual Studio core editor" />
</Prerequisites>
</PackageManifest>

0 comments on commit c9204b8

Please sign in to comment.