Files
MicrosoftIris/UIX.Debug/UIX.Debug.csproj
T

26 lines
919 B
XML
Raw Normal View History

2022-06-07 01:00:15 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net40;net6.0;netstandard2.0</TargetFrameworks>
<RootNamespace>Microsoft.Iris.Debug</RootNamespace>
2022-06-07 01:16:41 -05:00
<LangVersion>latest</LangVersion>
2022-06-07 01:00:15 -05:00
2022-06-09 19:03:40 -05:00
<UseOpenZune>false</UseOpenZune>
2022-06-07 01:00:15 -05:00
</PropertyGroup>
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'net6.0' ">
2022-06-09 19:03:40 -05:00
<UseOpenZune>true</UseOpenZune>
2022-06-07 01:00:15 -05:00
</PropertyGroup>
2022-06-09 19:03:40 -05:00
<ItemGroup Condition=" '$(UseOpenZune)' == 'true' ">
2022-10-07 09:34:08 -05:00
<PackageReference Include="OwlCore" Version="0.0.71" />
2022-06-07 14:30:29 -05:00
<PackageReference Include="Cauldron.BasicInterceptors" Version="3.2.3" />
2022-06-07 01:00:15 -05:00
</ItemGroup>
2022-06-09 19:03:40 -05:00
<PropertyGroup Condition=" '$(UseOpenZune)' == 'true' ">
2022-06-07 01:00:15 -05:00
<ApplicationVersion>5.0.0.0</ApplicationVersion>
2022-06-09 19:03:40 -05:00
<DefineConstants>$(DefineConstants);OPENZUNE</DefineConstants>
2022-06-07 01:00:15 -05:00
</PropertyGroup>
</Project>