mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
16 lines
572 B
XML
16 lines
572 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<!--Project was exported from assembly: C:\Program Files\Zune\UIXcontrols.dll-->
|
|
<PropertyGroup>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>UIXControls</AssemblyName>
|
|
<RootNamespace>UIXControls</RootNamespace>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Resources\**\*.*" />
|
|
|
|
<ProjectReference Include="..\UIX\UIX.csproj" />
|
|
</ItemGroup>
|
|
</Project> |