EgtCam 1.6f4 :

- ricompilato per nuova EgtUILib di tipo AnyCPU.
This commit is contained in:
Dario Sassi
2015-06-30 13:58:27 +00:00
parent 330da3e3e2
commit b6c032a237
2 changed files with 6 additions and 5 deletions
+4 -3
View File
@@ -100,7 +100,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="DevComponents.DotNetBar2, Version=12.0.0.7, Culture=neutral, PublicKeyToken=7eb7c3a35b91de04, processorArchitecture=MSIL" />
<Reference Include="EgtUILib">
<Reference Include="EgtUILib, Version=1.6.6.3, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\EgtProg\DllD32\EgtUILib.dll</HintPath>
</Reference>
<Reference Include="System" />
@@ -545,8 +546,8 @@
<PropertyGroup>
<PostBuildEvent>IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) C:\EgtProg\EgtCam\EgtCamR32.exe
IF "$(PlatformName)"=="x86" IF "$(ConfigurationName)" == "Debug" copy $(TargetPath) C:\EgtProg\EgtCam\EgtCamD32.exe
IF "$(PlatformName)"=="x64" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) C:\EgtProg\EgtCam64\EgtCamR64.exe
IF "$(PlatformName)"=="x64" IF "$(ConfigurationName)" == "Debug" copy $(TargetPath) C:\EgtProg\EgtCam64\EgtCamD64.exe</PostBuildEvent>
IF "$(PlatformName)"=="x64" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) C:\EgtProg\EgtCam\EgtCamR64.exe
IF "$(PlatformName)"=="x64" IF "$(ConfigurationName)" == "Debug" copy $(TargetPath) C:\EgtProg\EgtCam\EgtCamD64.exe</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
+2 -2
View File
@@ -47,5 +47,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.6.5.3")>
<Assembly: AssemblyFileVersion("1.6.5.3")>
<Assembly: AssemblyVersion("1.6.6.4")>
<Assembly: AssemblyFileVersion("1.6.6.4")>