Skip to content

Commit

Permalink
Wrong sln file.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Nov 20, 2022
1 parent ccbd280 commit 32f2fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion IKVM.Core.dist.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<DistDir Condition="'$(DistDir)' == ''">$(DISTDIR)</DistDir>
<DistDir Condition="'$(DistDir)' == ''">$([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)', 'dist'))</DistDir>
<DistDir>$([System.IO.Path]::GetFullPath('$(DistDir)'))</DistDir>
<SolutionFile>$([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)', 'IKVM.Maven.sln'))</SolutionFile>
<SolutionFile>$([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)', 'IKVM.Core.sln'))</SolutionFile>
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
<Platform Condition=" '$(Platform)' == '' ">Any CPU</Platform>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions IKVM.Core.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Directory.Build.targets = Directory.Build.targets
GitVersion.yml = GitVersion.yml
global.json = global.json
IKVM.Core.dist.msbuildproj = IKVM.Core.dist.msbuildproj
.github\workflows\IKVM.Core.yml = .github\workflows\IKVM.Core.yml
LICENSE.md = LICENSE.md
README.md = README.md
Expand Down

0 comments on commit 32f2fdd

Please sign in to comment.