Ultimo update pre spostamento in repository a se stante...

This commit is contained in:
2017-10-24 17:17:27 +02:00
parent 4ea4541a3f
commit e8f522c848
6 changed files with 18 additions and 32 deletions
-4
View File
@@ -147,10 +147,6 @@
<PreBuildEvent>"$(ProjectDir)setupTgt.bat" "$(ConfigurationName)" "$(ProjectDir)"</PreBuildEvent>
</PropertyGroup>
<Target Name="AfterBuild">
<ItemGroup>
<MoveToLibFolder Include="$(OutputPath)*.dll ; $(OutputPath)*.pdb ; $(OutputPath)*.xml" />
</ItemGroup>
<Move SourceFiles="@(MoveToLibFolder)" DestinationFolder="$(OutputPath)lib" OverwriteReadOnlyFiles="true" />
</Target>
<PropertyGroup>
<PostBuildEvent>"$(ProjectDir)postBuildTgt.bat" "$(ConfigurationName)" "$(TargetDir)"</PostBuildEvent>
+6 -16
View File
@@ -1,23 +1,13 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using AutoUpdaterDotNET;
using IOB_UT;
using NLog;
using NLog.Config;
using NLog.Targets;
using System.Collections;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Diagnostics;
using System.IO;
using System.Drawing;
using System.Threading;
using IOB_UT;
using AutoUpdaterDotNET;
using System.Globalization;
using System.Windows.Forms;
namespace IOB_WIN
{
+6 -3
View File
@@ -1,10 +1,13 @@
# IOB-WIN
# MAPO-IOB-WIN
Qui sono raccolte le informazioni relative al sw **IOB-WIN**
Qui sono raccolte le informazioni relative al sw **MAPO-IOB-WIN**, progetto per IOB windows based
- funzionamento base come IOB-PI
- autoupdate
- nascosta nel tray
<!-- TOC -->
- [IOB-WIN](#iob-win)
- [MAPO-IOB-WIN](#mapo-iob-win)
- [Standard Tecnici](#standard-tecnici)
- [Setup](#setup)
- [Applicativo](#applicativo)
Binary file not shown.
+3 -3
View File
@@ -5,7 +5,7 @@
using System.Reflection;
[assembly: AssemblyVersion("0.9.000.000")]
[assembly: AssemblyFileVersion("0.9.000.000")]
[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]
[assembly: AssemblyCopyright("Steamware © 2006-2017")]
[assembly: AssemblyCompany("Steamware")]
[assembly: AssemblyCompany("Steamware")]
+3 -6
View File
@@ -6,10 +6,7 @@
using System.Reflection;
[assembly: AssemblyVersion("0.9.000.000")]
[assembly: AssemblyFileVersion("0.9.000.000")]
[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]
[assembly: AssemblyCopyright("Steamware © 2006-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+
int RevisionNumber = (int)(DateTime.UtcNow - new DateTime(2006,1,1)).TotalDays/7;
#>
[assembly: AssemblyCompany("Steamware")]