You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
200 lines
7.4 KiB
XML
200 lines
7.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{83837354-1A01-4DF5-99D7-27FE79D43A86}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>WindowsFormsApp2</RootNamespace>
|
|
<AssemblyName>WindowsFormsApp2</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\Publish\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\Publish\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>1</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Alarm_Record.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Alarm_Record.Designer.cs">
|
|
<DependentUpon>Alarm_Record.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Camera_glue.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Camera_glue.Designer.cs">
|
|
<DependentUpon>Camera_glue.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Change_shift.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Change_shift.Designer.cs">
|
|
<DependentUpon>Change_shift.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Client.cs" />
|
|
<Compile Include="displayResult.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="displayResult.Designer.cs">
|
|
<DependentUpon>displayResult.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Form1.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Form1.Designer.cs">
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DialogSetup.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DialogSetup.Designer.cs">
|
|
<DependentUpon>DialogSetup.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="FullScreen.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FullScreen.Designer.cs">
|
|
<DependentUpon>FullScreen.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Output_statistic.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="Output_statistic.Designer.cs">
|
|
<DependentUpon>Output_statistic.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="singleCam.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="singleCam.Designer.cs">
|
|
<DependentUpon>singleCam.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="singleCam2.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="singleCam2.Designer.cs">
|
|
<DependentUpon>singleCam2.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UserControl1.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="UserControl1.Designer.cs">
|
|
<DependentUpon>UserControl1.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="DialogLogin.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="DialogLogin.Designer.cs">
|
|
<DependentUpon>DialogLogin.cs</DependentUpon>
|
|
</Compile>
|
|
<EmbeddedResource Include="Alarm_Record.resx">
|
|
<DependentUpon>Alarm_Record.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Camera_glue.resx">
|
|
<DependentUpon>Camera_glue.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Change_shift.resx">
|
|
<DependentUpon>Change_shift.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="displayResult.resx">
|
|
<DependentUpon>displayResult.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Form1.resx">
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DialogSetup.resx">
|
|
<DependentUpon>DialogSetup.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="FullScreen.resx">
|
|
<DependentUpon>FullScreen.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Output_statistic.resx">
|
|
<DependentUpon>Output_statistic.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
<EmbeddedResource Include="singleCam.resx">
|
|
<DependentUpon>singleCam.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="singleCam2.resx">
|
|
<DependentUpon>singleCam2.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UserControl1.resx">
|
|
<DependentUpon>UserControl1.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="DialogLogin.resx">
|
|
<DependentUpon>DialogLogin.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\lock.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\unlock.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\start.png" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\pause.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |