forked from DD-Silence/Autosar-Configurator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Autosar-Configurator.csproj
32 lines (27 loc) · 981 Bytes
/
Autosar-Configurator.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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<RootNamespace>Autosar_Configurator</RootNamespace>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Reference Include="GenTool_CsDataServerAsrBase">
<HintPath>lib\GenTool_CsDataServerAsrBase.dll</HintPath>
</Reference>
<Reference Include="GenTool_CsDataServerDomAsr4">
<HintPath>lib\GenTool_CsDataServerDomAsr4.dll</HintPath>
</Reference>
<Reference Include="GenTool_CsDataServerDomAsr4.XmlSerializers">
<HintPath>lib\GenTool_CsDataServerDomAsr4.XmlSerializers.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="Example\script\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CS-Script.Core" Version="2.0.0" />
</ItemGroup>
</Project>