Skip to content

Commit c0d4f90

Browse files
committed
d
1 parent 500293d commit c0d4f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IKVM.ReferenceAssemblies.dist.msbuildproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<DistDir Condition="'$(DistDir)' == ''">$(DISTDIR)</DistDir>
44
<DistDir Condition="'$(DistDir)' == ''">$([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)', 'dist'))</DistDir>
55
<DistDir>$([System.IO.Path]::GetFullPath('$(DistDir)'))</DistDir>
6-
<SolutionFile>$([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)', 'Cogito.Seq.sln'))</SolutionFile>
6+
<SolutionFile>$([System.IO.Path]::Combine('$(MSBuildThisFileDirectory)', 'IKVM.ReferenceAssemblies.Seq.sln'))</SolutionFile>
77
<Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
88
<Platform Condition=" '$(Platform)' == '' ">Any CPU</Platform>
99
</PropertyGroup>

0 commit comments

Comments
 (0)