Skip to content

Commit

Permalink
Add explicit version to project files, for AppVeyor patching
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitz committed Jul 15, 2021
1 parent 482f3f0 commit 69fdae1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ANTLR4ParseTreeVisualizer.Dev.sln
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Legacy.Package", "Legacy\Pa
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Standard.Package", "Standard\Package\Standard.Package.csproj", "{D7950FB3-F80E-4249-99D1-F08E3A64CA0E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_visualizerTestNoRef", "_visualizerTestNoRef\_visualizerTestNoRef.csproj", "{CADA5CBA-1FE0-48A2-BF4F-7158C1CFF44F}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Debuggee\Debuggee.projitems*{127b215f-f3f8-44df-a2d1-9aaf95b3f8f3}*SharedItemsImports = 13
Expand Down Expand Up @@ -83,6 +85,10 @@ Global
{D7950FB3-F80E-4249-99D1-F08E3A64CA0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7950FB3-F80E-4249-99D1-F08E3A64CA0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7950FB3-F80E-4249-99D1-F08E3A64CA0E}.Release|Any CPU.Build.0 = Release|Any CPU
{CADA5CBA-1FE0-48A2-BF4F-7158C1CFF44F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CADA5CBA-1FE0-48A2-BF4F-7158C1CFF44F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CADA5CBA-1FE0-48A2-BF4F-7158C1CFF44F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CADA5CBA-1FE0-48A2-BF4F-7158C1CFF44F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
1 change: 1 addition & 0 deletions Legacy/Debugger/Legacy.Debugger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<DefineConstants>VISUALIZER_DEBUGGEE;ANTLR_LEGACY</DefineConstants>
<UseWPF>true</UseWPF>
<Version>0.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Standard/Debugger/Standard.Debugger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<DefineConstants>VISUALIZER_DEBUGGEE</DefineConstants>
<UseWPF>true</UseWPF>
<Version>0.0.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 69fdae1

Please sign in to comment.