Skip to content

Commit ee8543b

Browse files
committed
افزودن قابلیت دریافت تصویر از IP Camera
1 parent 6d7bea8 commit ee8543b

6 files changed

Lines changed: 290 additions & 35 deletions

File tree

CameraTest/CameraTest.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
<OutputType>WinExe</OutputType>
99
<RootNamespace>WindowsFormsAppCamTest</RootNamespace>
1010
<AssemblyName>Camera Test</AssemblyName>
11-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
13+
<TargetFrameworkProfile />
1314
</PropertyGroup>
1415
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1516
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -20,6 +21,7 @@
2021
<DefineConstants>DEBUG;TRACE</DefineConstants>
2122
<ErrorReport>prompt</ErrorReport>
2223
<WarningLevel>4</WarningLevel>
24+
<Prefer32Bit>false</Prefer32Bit>
2325
</PropertyGroup>
2426
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2527
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -29,6 +31,7 @@
2931
<DefineConstants>TRACE</DefineConstants>
3032
<ErrorReport>prompt</ErrorReport>
3133
<WarningLevel>4</WarningLevel>
34+
<Prefer32Bit>false</Prefer32Bit>
3235
</PropertyGroup>
3336
<PropertyGroup>
3437
<StartupObject>WindowsFormsAppCamTest.Program</StartupObject>
@@ -44,6 +47,7 @@
4447
<PlatformTarget>x64</PlatformTarget>
4548
<ErrorReport>prompt</ErrorReport>
4649
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
50+
<Prefer32Bit>false</Prefer32Bit>
4751
</PropertyGroup>
4852
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
4953
<OutputPath>bin\x64\Release\</OutputPath>
@@ -53,6 +57,7 @@
5357
<PlatformTarget>x64</PlatformTarget>
5458
<ErrorReport>prompt</ErrorReport>
5559
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
60+
<Prefer32Bit>false</Prefer32Bit>
5661
</PropertyGroup>
5762
<ItemGroup>
5863
<Reference Include="AForge, Version=2.2.5.0, Culture=neutral, PublicKeyToken=c1db6ff4eaa06aeb, processorArchitecture=MSIL">
@@ -103,6 +108,7 @@
103108
<DependentUpon>Resources.resx</DependentUpon>
104109
<DesignTime>True</DesignTime>
105110
</Compile>
111+
<None Include="app.config" />
106112
<None Include="packages.config" />
107113
<None Include="Properties\Settings.settings">
108114
<Generator>SettingsSingleFileGenerator</Generator>

CameraTest/FormMain.Designer.cs

Lines changed: 239 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)