Files
ShrlAlgoToolkit/RevitLess/RevitLess.csproj

13 lines
417 B
XML
Raw Normal View History

2025-07-11 09:20:23 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputType>WinExe</OutputType>
<UseWPF>True</UseWPF>
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
2026-01-01 10:02:59 +08:00
<Platforms>AnyCPU;x64</Platforms>
2025-07-11 09:20:23 +08:00
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
</Project>