We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e6c16 commit 2b135a9Copy full SHA for 2b135a9
2 files changed
src/Json5.VisualStudio/Json5.VisualStudio.csproj
@@ -53,8 +53,7 @@
53
<PropertyGroup>
54
<TargetVsixContainer>$(PackageOutputPath)\Devlooped.Json5.$(Version).vsix</TargetVsixContainer>
55
</PropertyGroup>
56
+ <MakeDir Directories="$(PackageOutputPath)" Condition="!Exists('$(PackageOutputPath)')" />
57
</Target>
58
- <Target Name="VsixOnPack" BeforeTargets="Pack" DependsOnTargets="CreateVsixContainer" />
59
-
60
</Project>
src/Json5.VisualStudio/Json5.VisualStudio.slnx
@@ -0,0 +1,3 @@
1
+<Solution>
2
+ <Project Path="Json5.VisualStudio.csproj" />
3
+</Solution>
0 commit comments