-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPilotTest.csproj
More file actions
47 lines (39 loc) · 2.15 KB
/
Copy pathPilotTest.csproj
File metadata and controls
47 lines (39 loc) · 2.15 KB
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
41
42
43
44
45
46
47
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<!-- <ItemGroup>-->
<!-- <Reference Include="Ascon.Pilot.Client">-->
<!-- <HintPath>..\..\..\..\..\Program Files\ASCON\Pilot-ICE Enterprise\Ascon.Pilot.Client.dll</HintPath>-->
<!-- </Reference>-->
<!-- <Reference Include="Ascon.Pilot.ClientCore">-->
<!-- <HintPath>..\..\..\..\..\Program Files\ASCON\Pilot-ICE Enterprise\Ascon.Pilot.ClientCore.dll</HintPath>-->
<!-- </Reference>-->
<!-- <Reference Include="Ascon.Pilot.Common">-->
<!-- <HintPath>..\..\..\..\..\Program Files\ASCON\Pilot-ICE Enterprise\Ascon.Pilot.Common.dll</HintPath>-->
<!-- </Reference>-->
<!-- <Reference Include="Ascon.Pilot.Core">-->
<!-- <HintPath>..\..\..\..\..\Program Files\ASCON\Pilot-ICE Enterprise\Ascon.Pilot.Core.dll</HintPath>-->
<!-- </Reference>-->
<!-- <Reference Include="Ascon.Pilot.DataClasses">-->
<!-- <HintPath>..\..\..\..\..\Program Files\ASCON\Pilot-ICE Enterprise\Ascon.Pilot.DataClasses.dll</HintPath>-->
<!-- </Reference>-->
<!-- <Reference Include="Ascon.Pilot.Pilot">-->
<!-- <HintPath>..\..\..\..\..\Program Files\ASCON\Pilot-ICE Enterprise\Ascon.Pilot.Pilot.dll</HintPath>-->
<!-- </Reference>-->
<!-- <Reference Include="Ascon.Pilot.ProjectionsRepository">-->
<!-- <HintPath>..\..\..\..\..\Program Files\ASCON\Pilot-ICE Enterprise\Ascon.Pilot.ProjectionsRepository.dll</HintPath>-->
<!-- </Reference>-->
<!-- <Reference Include="DevExpress.XtraReports.v20.1">-->
<!-- <HintPath>..\..\..\..\..\Program Files\ASCON\Pilot-ICE Enterprise\DevExpress.XtraReports.v20.1.dll</HintPath>-->
<!-- </Reference>-->
<!-- <Reference Include="DevExpress.XtraReports.v20.1.Extensions">-->
<!-- <HintPath>..\..\..\..\..\Program Files\ASCON\Pilot-ICE Enterprise\DevExpress.XtraReports.v20.1.Extensions.dll</HintPath>-->
<!-- </Reference>-->
<!-- </ItemGroup>-->
<ItemGroup>
<Folder Include="PilotDll\" />
</ItemGroup>
</Project>