2026-02-12 21:28:44 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
2026-02-12 21:29:00 +08:00
|
|
|
|
<TargetFramework>net48</TargetFramework>
|
2026-02-12 21:28:44 +08:00
|
|
|
|
<OutputType>WinExe</OutputType>
|
2026-02-12 21:29:00 +08:00
|
|
|
|
<LangVersion>preview</LangVersion>
|
2026-02-12 21:28:44 +08:00
|
|
|
|
<UseWPF>true</UseWPF>
|
|
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2026-02-12 21:29:00 +08:00
|
|
|
|
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
|
2026-02-12 21:28:44 +08:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2026-02-12 21:29:00 +08:00
|
|
|
|
<ProjectReference Include="..\Melskin\Melskin.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="System.IO.Compression" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Update="RevitFileCipher.xaml.cs">
|
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
|
</Compile>
|
2026-02-12 21:28:44 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|