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

13 lines
358 B
XML
Raw Normal View History

2022-06-07 01:00:15 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>Microsoft.Iris.Debug</RootNamespace>
</PropertyGroup>
2022-12-20 01:54:59 -06:00
<ItemGroup Condition="$(UseOpenZune)">
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>
</Project>