-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadPressureSuiteMeasurementsFileSamples.csproj
40 lines (36 loc) · 1.59 KB
/
ReadPressureSuiteMeasurementsFileSamples.csproj
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
29
30
31
32
33
34
35
36
37
38
39
40
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NodaTime" Version="3.1.10" />
<PackageReference Include="TimeZoneConverter" Version="6.1.0" />
</ItemGroup>
<ItemGroup>
<None Update="ExampleData\CLOUD_ARC-9.20-1234_2024.01.12 09-10-01.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="ExampleData\CLOUD_ARC-9.20-5_2024.01.04_15-01-11.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="ExampleData\CLOUD_EUI-E84F25000001A146_2023.11.22_16-19-13.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="ExampleData\EUI-F84F25000001A0AD_2024-01-12_01_25_17.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="ExampleData\Kolibri_EUI-009D6B0000C53DD32023111408584720231201073847.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="ExampleData\Kolibri_REC-10.2-123452023082308513220230824062552.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="ExampleData\REC-5.5-539216_2024-01-12_02_08_19.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>