Skip to content

Commit

Permalink
Apply a workaround to satisfy both the workflow and IDE at the same t…
Browse files Browse the repository at this point in the history
…ime.
  • Loading branch information
vddCore committed May 22, 2024
1 parent 32a07b0 commit 60e4cd1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions EVIL.sln
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,11 @@ Global
{3932F10C-210E-402A-99CC-C5F4132E46C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3932F10C-210E-402A-99CC-C5F4132E46C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3932F10C-210E-402A-99CC-C5F4132E46C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3932F10C-210E-402A-99CC-C5F4132E46C9}.Release|Any CPU.Build.0 = Release|Any CPU
{021189CD-8631-4452-BC45-57566A76BC3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{021189CD-8631-4452-BC45-57566A76BC3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{021189CD-8631-4452-BC45-57566A76BC3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{021189CD-8631-4452-BC45-57566A76BC3A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
3 changes: 0 additions & 3 deletions PackageProjects/EVIL.Parser/EVIL.Parser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>

<GenerateDependencyFile>false</GenerateDependencyFile>
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
<CopyOutputSymbolsToPublishDirectory>false</CopyOutputSymbolsToPublishDirectory>
<IncludeBuildOutput>false</IncludeBuildOutput>
</PropertyGroup>

Expand Down
4 changes: 0 additions & 4 deletions PackageProjects/EVIL.VM/EVIL.VM.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="Pack">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>

<GenerateDependencyFile>false</GenerateDependencyFile>
<CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
<CopyOutputSymbolsToPublishDirectory>false</CopyOutputSymbolsToPublishDirectory>
<IncludeBuildOutput>false</IncludeBuildOutput>
</PropertyGroup>

Expand Down

0 comments on commit 60e4cd1

Please sign in to comment.