<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProductVersion>9.0.21022</ProductVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
<ProjectGuid>{2D99C0F2-ACB1-4985-BC17-27AA52F881E1}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>LLMF</RootNamespace>
|
<AssemblyName>LLMF</AssemblyName>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<ApplicationIcon>ico.ico</ApplicationIcon>
|
<FileUpgradeFlags>
|
</FileUpgradeFlags>
|
<UpgradeBackupLocation>
|
</UpgradeBackupLocation>
|
<OldToolsVersion>3.5</OldToolsVersion>
|
<TargetFrameworkProfile />
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>bin\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<PlatformTarget>x86</PlatformTarget>
|
<Prefer32Bit>false</Prefer32Bit>
|
</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>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="dog_net_windows">
|
<HintPath>..\Lib\SuperDog\dog_net_windows.dll</HintPath>
|
</Reference>
|
<Reference Include="halcondotnet, Version=11.0.1.0, Culture=neutral, PublicKeyToken=4973bed59ddbf2b8, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\Lib\halcon\halcondotnet.dll</HintPath>
|
</Reference>
|
<Reference Include="HalconTools, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\HalconTools\bin\Debug\HalconTools.dll</HintPath>
|
</Reference>
|
<Reference Include="Interop.OPCAutomation, Version=1.0.0.0, Culture=neutral">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>C:\Program Files\KEPServerEx\Examples\Simple VB .NET OPC Example\bin\Interop.OPCAutomation.dll</HintPath>
|
</Reference>
|
<Reference Include="PresentationCore">
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
</Reference>
|
<Reference Include="PresentationFramework">
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Core">
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
</Reference>
|
<Reference Include="System.Xml.Linq">
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
</Reference>
|
<Reference Include="System.Data.DataSetExtensions">
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
</Reference>
|
<Reference Include="System.Data" />
|
<Reference Include="System.Deployment" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml" />
|
<Reference Include="WindowsBase">
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
</Reference>
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="FrmActive.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="FrmActive.designer.cs">
|
<DependentUpon>FrmActive.cs</DependentUpon>
|
</Compile>
|
<Compile Include="frmConfig.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="frmConfig.Designer.cs">
|
<DependentUpon>frmConfig.cs</DependentUpon>
|
</Compile>
|
<Compile Include="frmMain.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="frmMain.Designer.cs">
|
<DependentUpon>frmMain.cs</DependentUpon>
|
</Compile>
|
<Compile Include="frmPassword.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="frmPassword.Designer.cs">
|
<DependentUpon>frmPassword.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Log.cs" />
|
<Compile Include="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="RegistryHelper.cs" />
|
<Compile Include="WelcomeUser.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="WelcomeUser.Designer.cs">
|
<DependentUpon>WelcomeUser.cs</DependentUpon>
|
</Compile>
|
<EmbeddedResource Include="FrmActive.resx">
|
<DependentUpon>FrmActive.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="frmConfig.resx">
|
<DependentUpon>frmConfig.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="frmMain.resx">
|
<DependentUpon>frmMain.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<EmbeddedResource Include="frmPassword.resx">
|
<DependentUpon>frmPassword.cs</DependentUpon>
|
<SubType>Designer</SubType>
|
</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="WelcomeUser.resx">
|
<DependentUpon>WelcomeUser.cs</DependentUpon>
|
</EmbeddedResource>
|
<None Include="app.config" />
|
<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>
|
<Compile Include="Toolkit\ConfigStruct.cs" />
|
<Compile Include="Toolkit\OPC.cs" />
|
<Compile Include="Toolkit\StarterTool.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="ico.ico" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\EventTool\EventTool.csproj">
|
<Project>{2EBB374F-7C87-4A83-8AF4-503CDF0D1B0E}</Project>
|
<Name>EventTool</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\FileToolkit\FileToolkit.csproj">
|
<Project>{EC3A7C8F-C3FB-461C-9AF1-2456E1CBEC46}</Project>
|
<Name>FileToolkit</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\PointGreyAndHalcon\PointGreyAndHalcon\PointGreyAndHalcon.csproj">
|
<Project>{91b96d0b-f745-4850-9166-63a07917ac04}</Project>
|
<Name>PointGreyAndHalcon</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<!-- 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.
|
<Target Name="BeforeBuild">
|
</Target>
|
<Target Name="AfterBuild">
|
</Target>
|
-->
|
</Project>
|