upload release

This commit is contained in:
2024-01-09 21:58:17 +11:00
parent 182100885c
commit ba9b06efba
3 changed files with 25 additions and 0 deletions

View File

@@ -114,6 +114,25 @@
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'cv|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\cv\</OutputPath>
<DocumentationFile>TNTTracking.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'cv|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\x64\cv\</OutputPath>
<DocumentationFile>TNTTracking.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />