This commit is contained in:
h z
2024-06-21 23:42:10 +08:00
commit 6242ed2cf1
52 changed files with 4686 additions and 0 deletions

13
VirtualChemistry.csproj Normal file
View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\RiderProjects\Skeleton\Skeleton.csproj" />
</ItemGroup>
</Project>