|
@@ -22,6 +22,7 @@
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<DebugType>pdbonly</DebugType>
|
|
<DebugType>pdbonly</DebugType>
|
|
@@ -30,6 +31,7 @@
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
@@ -39,6 +41,7 @@
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
<LangVersion>7.3</LangVersion>
|
|
<LangVersion>7.3</LangVersion>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
@@ -48,6 +51,7 @@
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
<LangVersion>7.3</LangVersion>
|
|
<LangVersion>7.3</LangVersion>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<Reference Include="MvCameraControl.Net, Version=4.5.0.2, Culture=neutral, PublicKeyToken=a3c7c5e3a730cd12, processorArchitecture=MSIL">
|
|
<Reference Include="MvCameraControl.Net, Version=4.5.0.2, Culture=neutral, PublicKeyToken=a3c7c5e3a730cd12, processorArchitecture=MSIL">
|
|
@@ -58,6 +62,7 @@
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>DLL\MvFGCtrlC.Net.dll</HintPath>
|
|
<HintPath>DLL\MvFGCtrlC.Net.dll</HintPath>
|
|
|
</Reference>
|
|
</Reference>
|
|
|
|
|
+ <Reference Include="PresentationCore" />
|
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Core" />
|
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Drawing" />
|
|
@@ -67,6 +72,7 @@
|
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Data" />
|
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Net.Http" />
|
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
+ <Reference Include="WindowsBase" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<Compile Include="AlarmTools\AlarmMessageList.cs" />
|
|
<Compile Include="AlarmTools\AlarmMessageList.cs" />
|
|
@@ -79,6 +85,7 @@
|
|
|
<Compile Include="ConfigTools\XMLReadWrite.cs" />
|
|
<Compile Include="ConfigTools\XMLReadWrite.cs" />
|
|
|
<Compile Include="FileTools\PDFGenerate.cs" />
|
|
<Compile Include="FileTools\PDFGenerate.cs" />
|
|
|
<Compile Include="ImageAlgorithm\BoundRectangleClass.cs" />
|
|
<Compile Include="ImageAlgorithm\BoundRectangleClass.cs" />
|
|
|
|
|
+ <Compile Include="ImageAlgorithm\ImageAlgorithmTools.cs" />
|
|
|
<Compile Include="LogTools\TxtLog.cs" />
|
|
<Compile Include="LogTools\TxtLog.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
<Compile Include="UserManager.cs" />
|
|
<Compile Include="UserManager.cs" />
|