- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>$(AvsCurrentTargetFramework)</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" />
- </ItemGroup>
- <Import Project="..\..\build\SampleApp.props" />
- <Import Project="..\..\build\ReferenceCoreLibraries.props" />
- <Import Project="..\..\build\BuildTargets.targets" />
- </Project>
|