Files
Shrlalgo.RvKits/ShrlAlgoStudio/ShrlAlgoStudio.csproj
2026-02-12 21:29:00 +08:00

24 lines
728 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<OutputType>WinExe</OutputType>
<LangVersion>preview</LangVersion>
<UseWPF>true</UseWPF>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Melskin\Melskin.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.IO.Compression" />
</ItemGroup>
<ItemGroup>
<Compile Update="RevitFileCipher.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
</Project>