mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-10 23:18:16 +00:00
11 lines
448 B
XML
11 lines
448 B
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<Platforms>x64</Platforms>
|
|
</PropertyGroup>
|
|
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk"/>
|
|
<ItemGroup Condition="'$(UseWPF)' == ''">
|
|
<FrameworkReference Include="Microsoft.WindowsDesktop.App" />
|
|
</ItemGroup>
|
|
</Project> |