mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +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>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<XSharpPackage Include="VSPropertyPages" ProjectPath="source\VSPropertyPages\VSPropertyPages.csproj" />
|
||||||
<XSharpPackage Include="XSharp" ProjectPath="source\XSharp\XSharp.csproj" />
|
<XSharpPackage Include="XSharp" ProjectPath="source\XSharp\XSharp.csproj" />
|
||||||
<XSharpPackage Include="XSharp.Assembler" ProjectPath="source\XSharp.Assembler\XSharp.Assembler.csproj" />
|
<XSharpPackage Include="XSharp.Assembler" ProjectPath="source\XSharp.Assembler\XSharp.Assembler.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -2,21 +2,21 @@
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LangVersion>Latest</LangVersion>
|
<LangVersion>Latest</LangVersion>
|
||||||
<NoWarn>CA1051;CA1707;CA1711;CA1801;$(NoWarn)</NoWarn>
|
<NoWarn>CA1051;CA1707;CA1711;CA1801;$(NoWarn)</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
|
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
|
||||||
<CommonRepoRoot>$(RepoRoot)..\Common\</CommonRepoRoot>
|
<CommonRepoRoot>$(RepoRoot)..\Common\</CommonRepoRoot>
|
||||||
<IL2CPURepoRoot>$(RepoRoot)..\IL2CPU\</IL2CPURepoRoot>
|
<IL2CPURepoRoot>$(RepoRoot)..\IL2CPU\</IL2CPURepoRoot>
|
||||||
<XSharpRepoRoot>$(RepoRoot)..\XSharp\</XSharpRepoRoot>
|
<XSharpRepoRoot>$(RepoRoot)..\XSharp\</XSharpRepoRoot>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<CommonVersion>0.1.0-build5</CommonVersion>
|
<CommonVersion>0.1.0-build5</CommonVersion>
|
||||||
<IL2CPUVersion>0.1.0-build328</IL2CPUVersion>
|
<IL2CPUVersion>0.1.0-build328</IL2CPUVersion>
|
||||||
<XSharpVersion>0.1.0-build521</XSharpVersion>
|
<XSharpVersion>0.1.0-build534</XSharpVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Import Project="build\Targets\Import.props" />
|
<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.15.0" Version="15.7.27703" />
|
||||||
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.11.0" Version="11.0.61031" />
|
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.11.0" Version="11.0.61031" />
|
||||||
<PackageReference Include="Microsoft.Win32.Registry" Version="4.4.0" />
|
<PackageReference Include="Microsoft.Win32.Registry" Version="4.4.0" />
|
||||||
</ItemGroup>
|
<PackageReference Include="VSPropertyPages" />
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<ProjectReference Include="$(XSharpRepoRoot)source\VSPropertyPages\VSPropertyPages.csproj" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<Target Name="IncludeMissingAssemblies" AfterTargets="GetVsixSourceItems" BeforeTargets="RemoveVSSDKAssemblies">
|
<Target Name="IncludeMissingAssemblies" AfterTargets="GetVsixSourceItems" BeforeTargets="RemoveVSSDKAssemblies">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue