upload release
This commit is contained in:
@@ -114,6 +114,25 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<SignManifests>true</SignManifests>
|
<SignManifests>true</SignManifests>
|
||||||
</PropertyGroup>
|
</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>
|
<ItemGroup>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
cv|Any CPU = cv|Any CPU
|
||||||
|
cv|x64 = cv|x64
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
Debug|x64 = Debug|x64
|
Debug|x64 = Debug|x64
|
||||||
Release|Any CPU = Release|Any CPU
|
Release|Any CPU = Release|Any CPU
|
||||||
@@ -17,6 +19,10 @@ Global
|
|||||||
test|x64 = test|x64
|
test|x64 = test|x64
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{3D18F390-1C7C-4782-9B64-A19C798581F1}.cv|Any CPU.ActiveCfg = cv|Any CPU
|
||||||
|
{3D18F390-1C7C-4782-9B64-A19C798581F1}.cv|Any CPU.Build.0 = cv|Any CPU
|
||||||
|
{3D18F390-1C7C-4782-9B64-A19C798581F1}.cv|x64.ActiveCfg = cv|x64
|
||||||
|
{3D18F390-1C7C-4782-9B64-A19C798581F1}.cv|x64.Build.0 = cv|x64
|
||||||
{3D18F390-1C7C-4782-9B64-A19C798581F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{3D18F390-1C7C-4782-9B64-A19C798581F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{3D18F390-1C7C-4782-9B64-A19C798581F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{3D18F390-1C7C-4782-9B64-A19C798581F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{3D18F390-1C7C-4782-9B64-A19C798581F1}.Debug|x64.ActiveCfg = Debug|x64
|
{3D18F390-1C7C-4782-9B64-A19C798581F1}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
|
|||||||
BIN
exe/1.0.2.0/TNTTracking.exe
Normal file
BIN
exe/1.0.2.0/TNTTracking.exe
Normal file
Binary file not shown.
Reference in New Issue
Block a user