mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Build updates.
This commit is contained in:
parent
0dc0914cb9
commit
a4e19c4db6
3 changed files with 9 additions and 11 deletions
|
|
@ -18,6 +18,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<XSharpPackage Include="VSPropertyPages" ProjectPath="source\VSPropertyPages\VSPropertyPages.csproj" />
|
||||
<XSharpPackage Include="XSharp" ProjectPath="source\XSharp\XSharp.csproj" />
|
||||
<XSharpPackage Include="XSharp.Assembler" ProjectPath="source\XSharp.Assembler\XSharp.Assembler.csproj" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
|
|
@ -2,21 +2,21 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<LangVersion>Latest</LangVersion>
|
||||
<NoWarn>CA1051;CA1707;CA1711;CA1801;$(NoWarn)</NoWarn>
|
||||
<NoWarn>CA1051;CA1707;CA1711;CA1801;$(NoWarn)</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
|
||||
<CommonRepoRoot>$(RepoRoot)..\Common\</CommonRepoRoot>
|
||||
<CommonRepoRoot>$(RepoRoot)..\Common\</CommonRepoRoot>
|
||||
<IL2CPURepoRoot>$(RepoRoot)..\IL2CPU\</IL2CPURepoRoot>
|
||||
<XSharpRepoRoot>$(RepoRoot)..\XSharp\</XSharpRepoRoot>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<CommonVersion>0.1.0-build5</CommonVersion>
|
||||
<IL2CPUVersion>0.1.0-build328</IL2CPUVersion>
|
||||
<XSharpVersion>0.1.0-build521</XSharpVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<CommonVersion>0.1.0-build5</CommonVersion>
|
||||
<IL2CPUVersion>0.1.0-build328</IL2CPUVersion>
|
||||
<XSharpVersion>0.1.0-build534</XSharpVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="build\Targets\Import.props" />
|
||||
|
||||
|
|
|
|||
|
|
@ -67,10 +67,7 @@
|
|||
<PackageReference Include="Microsoft.VisualStudio.Shell.15.0" Version="15.7.27703" />
|
||||
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.11.0" Version="11.0.61031" />
|
||||
<PackageReference Include="Microsoft.Win32.Registry" Version="4.4.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="$(XSharpRepoRoot)source\VSPropertyPages\VSPropertyPages.csproj" />
|
||||
<PackageReference Include="VSPropertyPages" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="IncludeMissingAssemblies" AfterTargets="GetVsixSourceItems" BeforeTargets="RemoveVSSDKAssemblies">
|
||||
|
|
|
|||
Loading…
Reference in a new issue