Build updates.

This commit is contained in:
José Pedro 2018-11-01 22:47:48 +00:00
parent 0dc0914cb9
commit a4e19c4db6
No known key found for this signature in database
GPG key ID: B8247B9301707B83
3 changed files with 9 additions and 11 deletions

View file

@ -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>

View file

@ -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" />

View file

@ -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">