mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
31 lines
1.2 KiB
XML
31 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net462</TargetFramework>
|
|
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
|
|
<SignAssembly>True</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>..\..\Cosmos.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="Cosmos.targets">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="NETStandard.Library" Version="1.6.0" />
|
|
<PackageReference Include="System.Data.Common" Version="4.1.0.0" />
|
|
<PackageReference Include="Microsoft.Build" Version="15.1.1012" />
|
|
<PackageReference Include="Microsoft.Build.Framework" Version="15.1.1012" />
|
|
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="15.1.1012" />
|
|
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.1.1012" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Cosmos.Build.Common\Cosmos.Build.Common.csproj" />
|
|
<ProjectReference Include="..\Cosmos.Debug.Common\Cosmos.Debug.Common.csproj" />
|
|
<ProjectReference Include="..\Cosmos.Debug.Symbols\Cosmos.Debug.Symbols.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|