You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
893 B
XML
23 lines
893 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<OutputType>Exe</OutputType>
|
|
<AssemblyTitle>report_new_dataset</AssemblyTitle>
|
|
<Copyright>mzillgit</Copyright>
|
|
<AssemblyVersion>1.0.%2a</AssemblyVersion>
|
|
<Deterministic>false</Deterministic>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<Externalconsole>true</Externalconsole>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>none</DebugType>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<Externalconsole>true</Externalconsole>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\IEC61850forCSharp\IEC61850.NET.csproj" />
|
|
</ItemGroup>
|
|
</Project> |