-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathGBFRDataTools.FSM.csproj
More file actions
28 lines (23 loc) · 907 Bytes
/
Copy pathGBFRDataTools.FSM.csproj
File metadata and controls
28 lines (23 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="bodong.PropertyModels" Version="11.3.3.2" />
<PackageReference Include="MessagePack" Version="3.1.8" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.8" />
<PackageReference Include="System.IO.Hashing" Version="9.0.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GBFRDataTools.Entities\GBFRDataTools.Entities.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="Data\generic_node_names.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Data\node_names.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>