forked from DD-Silence/Arxml-Editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArxmlEditor.csproj
More file actions
24 lines (21 loc) · 826 Bytes
/
ArxmlEditor.csproj
File metadata and controls
24 lines (21 loc) · 826 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows7.0</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
</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>
</Project>