CameraManager :

- altre sistemazioni per git.
This commit is contained in:
Dario Sassi
2025-08-31 16:20:50 +02:00
parent 52a4008021
commit ccf94c2c88
30 changed files with 11 additions and 283 deletions
+1
View File
@@ -332,3 +332,4 @@ UpgradeLog*.XML
.ionide/symbolCache.db .ionide/symbolCache.db
*.user
-75
View File
@@ -34,25 +34,6 @@
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile /> <TargetFrameworkProfile />
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\CameraMng\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<OutputPath>..\CameraMng\bin\Debug\</OutputPath> <OutputPath>..\CameraMng\bin\Debug\</OutputPath>
@@ -69,42 +50,6 @@
<PlatformTarget>x86</PlatformTarget> <PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug WinXP|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug WinXP\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug WinXP|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug WinXP\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release WinXP|AnyCPU'">
<OutputPath>bin\Release WinXP\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release WinXP|x86'">
<OutputPath>bin\x86\Release WinXP\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath> <OutputPath>bin\x64\Debug\</OutputPath>
@@ -125,26 +70,6 @@
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug WinXP|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug WinXP\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release WinXP|x64'">
<OutputPath>bin\x64\Release WinXP\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Data" /> <Reference Include="System.Data" />
@@ -1 +1 @@
5b824d8976a22f313749e4a5f6631879cf078f8beeb61d09a1d2090862091358 7ece82b598310e04d9cdd650539e98058bf5bafc3080390680c7ea64ecc78473
+6 -46
View File
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16 # Visual Studio Version 17
VisualStudioVersion = 16.0.31105.61 VisualStudioVersion = 17.14.36414.22
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CameraMng", "CameraMng\CameraMng.vbproj", "{5BBC23C8-48BC-47EC-B801-79F27347503C}" Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CameraMng", "CameraMng\CameraMng.vbproj", "{5BBC23C8-48BC-47EC-B801-79F27347503C}"
ProjectSection(ProjectDependencies) = postProject ProjectSection(ProjectDependencies) = postProject
@@ -12,64 +12,24 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpLibrary", "CSharpLibr
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug WinXP|Any CPU = Debug WinXP|Any CPU
Debug WinXP|x64 = Debug WinXP|x64
Debug WinXP|x86 = Debug WinXP|x86
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64 Debug|x64 = Debug|x64
Debug|x86 = Debug|x86 Debug|x86 = Debug|x86
Release WinXP|Any CPU = Release WinXP|Any CPU
Release WinXP|x64 = Release WinXP|x64
Release WinXP|x86 = Release WinXP|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64 Release|x64 = Release|x64
Release|x86 = Release|x86 Release|x86 = Release|x86
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Debug WinXP|Any CPU.ActiveCfg = Debug WinXP|Any CPU {5BBC23C8-48BC-47EC-B801-79F27347503C}.Debug|x64.ActiveCfg = Release|x64
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Debug WinXP|Any CPU.Build.0 = Debug WinXP|Any CPU {5BBC23C8-48BC-47EC-B801-79F27347503C}.Debug|x64.Build.0 = Release|x64
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Debug WinXP|x64.ActiveCfg = Debug WinXP|x64
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Debug WinXP|x64.Build.0 = Debug WinXP|x64
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Debug WinXP|x86.ActiveCfg = Debug WinXP|x86
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Debug WinXP|x86.Build.0 = Debug WinXP|x86
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Debug|x64.ActiveCfg = Debug|x64
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Debug|x64.Build.0 = Debug|x64
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Debug|x86.ActiveCfg = Debug|x86 {5BBC23C8-48BC-47EC-B801-79F27347503C}.Debug|x86.ActiveCfg = Debug|x86
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Debug|x86.Build.0 = Debug|x86 {5BBC23C8-48BC-47EC-B801-79F27347503C}.Debug|x86.Build.0 = Debug|x86
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Release WinXP|Any CPU.ActiveCfg = Release WinXP|Any CPU
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Release WinXP|Any CPU.Build.0 = Release WinXP|Any CPU
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Release WinXP|x64.ActiveCfg = Release WinXP|x64
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Release WinXP|x64.Build.0 = Release WinXP|x64
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Release WinXP|x86.ActiveCfg = Release WinXP|x86
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Release WinXP|x86.Build.0 = Release WinXP|x86
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Release|Any CPU.Build.0 = Release|Any CPU
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Release|x64.ActiveCfg = Release|x64 {5BBC23C8-48BC-47EC-B801-79F27347503C}.Release|x64.ActiveCfg = Release|x64
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Release|x64.Build.0 = Release|x64 {5BBC23C8-48BC-47EC-B801-79F27347503C}.Release|x64.Build.0 = Release|x64
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Release|x86.ActiveCfg = Release|x86 {5BBC23C8-48BC-47EC-B801-79F27347503C}.Release|x86.ActiveCfg = Release|x86
{5BBC23C8-48BC-47EC-B801-79F27347503C}.Release|x86.Build.0 = Release|x86 {5BBC23C8-48BC-47EC-B801-79F27347503C}.Release|x86.Build.0 = Release|x86
{60CE9527-95BC-433A-BE8F-640489315539}.Debug WinXP|Any CPU.ActiveCfg = Debug WinXP|Any CPU {60CE9527-95BC-433A-BE8F-640489315539}.Debug|x64.ActiveCfg = Release|x64
{60CE9527-95BC-433A-BE8F-640489315539}.Debug WinXP|Any CPU.Build.0 = Debug WinXP|Any CPU {60CE9527-95BC-433A-BE8F-640489315539}.Debug|x64.Build.0 = Release|x64
{60CE9527-95BC-433A-BE8F-640489315539}.Debug WinXP|x64.ActiveCfg = Debug WinXP|x64
{60CE9527-95BC-433A-BE8F-640489315539}.Debug WinXP|x64.Build.0 = Debug WinXP|x64
{60CE9527-95BC-433A-BE8F-640489315539}.Debug WinXP|x86.ActiveCfg = Debug WinXP|x86
{60CE9527-95BC-433A-BE8F-640489315539}.Debug WinXP|x86.Build.0 = Debug WinXP|x86
{60CE9527-95BC-433A-BE8F-640489315539}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60CE9527-95BC-433A-BE8F-640489315539}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60CE9527-95BC-433A-BE8F-640489315539}.Debug|x64.ActiveCfg = Debug|x64
{60CE9527-95BC-433A-BE8F-640489315539}.Debug|x64.Build.0 = Debug|x64
{60CE9527-95BC-433A-BE8F-640489315539}.Debug|x86.ActiveCfg = Debug|x86 {60CE9527-95BC-433A-BE8F-640489315539}.Debug|x86.ActiveCfg = Debug|x86
{60CE9527-95BC-433A-BE8F-640489315539}.Debug|x86.Build.0 = Debug|x86 {60CE9527-95BC-433A-BE8F-640489315539}.Debug|x86.Build.0 = Debug|x86
{60CE9527-95BC-433A-BE8F-640489315539}.Release WinXP|Any CPU.ActiveCfg = Release WinXP|Any CPU
{60CE9527-95BC-433A-BE8F-640489315539}.Release WinXP|Any CPU.Build.0 = Release WinXP|Any CPU
{60CE9527-95BC-433A-BE8F-640489315539}.Release WinXP|x64.ActiveCfg = Release WinXP|x64
{60CE9527-95BC-433A-BE8F-640489315539}.Release WinXP|x64.Build.0 = Release WinXP|x64
{60CE9527-95BC-433A-BE8F-640489315539}.Release WinXP|x86.ActiveCfg = Release WinXP|x86
{60CE9527-95BC-433A-BE8F-640489315539}.Release WinXP|x86.Build.0 = Release WinXP|x86
{60CE9527-95BC-433A-BE8F-640489315539}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60CE9527-95BC-433A-BE8F-640489315539}.Release|Any CPU.Build.0 = Release|Any CPU
{60CE9527-95BC-433A-BE8F-640489315539}.Release|x64.ActiveCfg = Release|x64 {60CE9527-95BC-433A-BE8F-640489315539}.Release|x64.ActiveCfg = Release|x64
{60CE9527-95BC-433A-BE8F-640489315539}.Release|x64.Build.0 = Release|x64 {60CE9527-95BC-433A-BE8F-640489315539}.Release|x64.Build.0 = Release|x64
{60CE9527-95BC-433A-BE8F-640489315539}.Release|x86.ActiveCfg = Release|x86 {60CE9527-95BC-433A-BE8F-640489315539}.Release|x86.ActiveCfg = Release|x86
+2 -102
View File
@@ -57,69 +57,6 @@
<PropertyGroup> <PropertyGroup>
<ApplicationManifest>My Project\app.manifest</ApplicationManifest> <ApplicationManifest>My Project\app.manifest</ApplicationManifest>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>CameraMng.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>CameraMng.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)' == 'Debug WinXP|x86'">
<DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug WinXP\</OutputPath>
<DefineConstants>WinXp = 1</DefineConstants>
<DocumentationFile>CameraMng.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug WinXP|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug WinXP\</OutputPath>
<DocumentationFile>CameraMng.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release WinXP|x86'">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Release WinXP\</OutputPath>
<DocumentationFile>CameraMng.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<DefineConstants>WinXp = 1</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release WinXP|AnyCPU'">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Release WinXP\</OutputPath>
<DocumentationFile>CameraMng.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)' == 'Debug|x64'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug> <DefineDebug>true</DefineDebug>
@@ -144,31 +81,6 @@
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug WinXP|x64'">
<DebugSymbols>true</DebugSymbols>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\x64\Debug WinXP\</OutputPath>
<DefineConstants>WinXp = 1</DefineConstants>
<DocumentationFile>CameraMng.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release WinXP|x64'">
<DefineTrace>true</DefineTrace>
<OutputPath>bin\x64\Release WinXP\</OutputPath>
<DefineConstants>WinXp = 1</DefineConstants>
<DocumentationFile>CameraMng.xml</DocumentationFile>
<Optimize>true</Optimize>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Emgu.CV.UI" Condition="'$(Configuration)' == 'Debug WinXP'"> <Reference Include="Emgu.CV.UI" Condition="'$(Configuration)' == 'Debug WinXP'">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
@@ -389,20 +301,8 @@
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<PropertyGroup> <PropertyGroup>
<PostBuildEvent>if /I "$(ConfigurationName)" == "Debug" copy "$(ProjectDir)DepEmgu\*.*" "$(ProjectDir)bin\$(ConfigurationName)" <PostBuildEvent>IF "$(PlatformName)"=="x64" IF "$(ConfigurationName)" == "Release" copy $(TargetPath) c:\EgtProg\CameraMng\CameraMng.exe
if /I "$(ConfigurationName)" == "Debug" copy "$(ProjectDir)DepEmgu\$(Platform)\*.*" "$(ProjectDir)bin\$(ConfigurationName)" IF "$(PlatformName)"=="x64" IF "$(ConfigurationName)" == "Debug" copy $(TargetPath) c:\EgtProg\CameraMng\CameraMngD64.exe
if /I "$(ConfigurationName)" == "Debug" copy "$(ProjectDir)DepCanon\$(Platform)\*.*" "$(ProjectDir)bin\$(ConfigurationName)"
if /I "$(ConfigurationName)" == "Debug WinXP" copy "$(ProjectDir)DepEmguXP\*.*" "$(ProjectDir)bin\$(ConfigurationName)"
if /I "$(ConfigurationName)" == "Debug WinXP" copy "$(ProjectDir)DepEmguXP\$(Platform)\*.*" "$(ProjectDir)bin\$(ConfigurationName)"
if /I "$(ConfigurationName)" == "Debug WinXP" copy "$(ProjectDir)DepCanonXP\*.*" "$(ProjectDir)bin\$(ConfigurationName)"
if /I "$(ConfigurationName)" == "Release" copy "$(ProjectDir)DepEmgu\*.*" "$(ProjectDir)bin\$(ConfigurationName)"
if /I "$(ConfigurationName)" == "Release" copy "$(ProjectDir)DepEmgu\$(Platform)\*.*" "$(ProjectDir)bin\$(ConfigurationName)"
if /I "$(ConfigurationName)" == "Release" copy "$(ProjectDir)DepCanon\$(Platform)\*.*" "$(ProjectDir)bin\$(ConfigurationName)"
if /I "$(ConfigurationName)" == "Release WinXP" copy "$(ProjectDir)DepEmguXP\*.*" "$(ProjectDir)bin\$(ConfigurationName)"
if /I "$(ConfigurationName)" == "Release WinXP" copy "$(ProjectDir)DepEmguXP\$(Platform)\*.*" "$(ProjectDir)bin\$(ConfigurationName)"
if /I "$(ConfigurationName)" == "Release WinXP" copy "$(ProjectDir)DepCanonXP\*.*" "$(ProjectDir)bin\$(ConfigurationName)"
copy "$(ProjectDir)CommonDependencies\*.*" "$(ProjectDir)bin\$(ConfigurationName)"
</PostBuildEvent> </PostBuildEvent>
</PropertyGroup> </PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
-27
View File
@@ -1,27 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ProjectFiles</ProjectView>
<PublishUrlHistory>publish\</PublishUrlHistory>
<InstallUrlHistory />
<SupportUrlHistory />
<UpdateUrlHistory />
<BootstrapperUrlHistory />
<ErrorReportUrlHistory />
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<RemoteDebugEnabled>false</RemoteDebugEnabled>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<StartArguments>
</StartArguments>
<StartAction>Project</StartAction>
<StartProgram>C:\EgtProg\CameraMng\CameraMng.exe</StartProgram>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<StartArguments>
</StartArguments>
</PropertyGroup>
</Project>
@@ -1,3 +0,0 @@
; Commento per evitare BOM con UTF-8
[Data]
DataRoot=c:\ProgramData\Egaltech\CameraMng\
Binary file not shown.
+1 -1
View File
@@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("")> <Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("")> <Assembly: AssemblyCompany("")>
<Assembly: AssemblyProduct("CameraMng")> <Assembly: AssemblyProduct("CameraMng")>
<Assembly: AssemblyCopyright("Copyright © 2015-2025")> <Assembly: AssemblyCopyright("Copyright © 2015-2025 by Egalware s.r.l.")>
<Assembly: AssemblyTrademark("")> <Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)> <Assembly: ComVisible(False)>
-1
View File
@@ -1 +0,0 @@
..\bin\debug\CameraMng 0
-1
View File
@@ -1 +0,0 @@
..\bin\debug\CameraMng 1
-1
View File
@@ -1 +0,0 @@
..\bin\debug\CameraMng 2 0
-1
View File
@@ -1 +0,0 @@
..\bin\debug\CameraMng 3
-1
View File
@@ -1 +0,0 @@
..\bin\debug\CameraMng 4
-1
View File
@@ -1 +0,0 @@
..\bin\debug\CameraMng 5 0 50
-1
View File
@@ -1 +0,0 @@
..\bin\debug\CameraMng 6 0 200 0
-1
View File
@@ -1 +0,0 @@
..\CameraMng\bin\debug\CameraMng 0
-1
View File
@@ -1 +0,0 @@
..\CameraMng\bin\debug\CameraMng 1
-1
View File
@@ -1 +0,0 @@
..\CameraMng\bin\Release\CameraMng 1
-1
View File
@@ -1 +0,0 @@
..\CameraMng\bin\Release\CameraMng2 1
-4
View File
@@ -1,4 +0,0 @@
rem scatto con correzione immagine senza calcolo bordi
rem 2° par e' l'altezza lastra
..\CameraMng\bin\debug\CameraMng 2 0
-2
View File
@@ -1,2 +0,0 @@
rem richiesta stato camera
..\CameraMng\bin\debug\CameraMng 3
-2
View File
@@ -1,2 +0,0 @@
richiesta scatto immagine di background
..\CameraMng\bin\debug\CameraMng 4
-2
View File
@@ -1,2 +0,0 @@
richiesta scatto immagine di background
..\CameraMng\bin\Release\CameraMng 4
-3
View File
@@ -1,3 +0,0 @@
rem scatta immagine e trova bordi
rem par: spess lastra, soglia, modo ricerca bordi (0=esterni 1=tutti)
..\CameraMng\bin\debug\CameraMng 5 0 50 0
-1
View File
@@ -1 +0,0 @@
..\CameraMng\bin\debug\CameraMng 6 0 200 0
-3
View File
@@ -1,3 +0,0 @@
; Commento per evitare BOM con UTF-8
[Data]
DataRoot=C:\CameraMng