RemoteDemo.csproj 458 B

123456789101112
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>$(AvsCurrentTargetFramework)</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" />
  8. </ItemGroup>
  9. <Import Project="..\..\build\SampleApp.props" />
  10. <Import Project="..\..\build\ReferenceCoreLibraries.props" />
  11. <Import Project="..\..\build\BuildTargets.targets" />
  12. </Project>