You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

167 lines
6.4 KiB

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{48D846E6-61A2-4B9C-83B1-DB73F977A626}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Emgu.UI</RootNamespace>
<AssemblyName>Emgu.UI</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\Emgu.CV.snk</AssemblyOriginatorKeyFile>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\bin\Emgu.UI.XML</DocumentationFile>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ColorPickerButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="ComboBoxSelector.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="ComboBoxSelector.Designer.cs">
<DependentUpon>ComboBoxSelector.cs</DependentUpon>
</Compile>
<Compile Include="..\CommonAssemblyInfo.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="StatusField.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="StatusField.Designer.cs">
<DependentUpon>StatusField.cs</DependentUpon>
</Compile>
<Compile Include="WaitingBoxDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="WaitingBoxDialog.Designer.cs">
<DependentUpon>WaitingBoxDialog.cs</DependentUpon>
</Compile>
<Compile Include="XmlTreeView.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="XmlTreeView.Designer.cs">
<DependentUpon>XmlTreeView.cs</DependentUpon>
</Compile>
<Compile Include="XmlTreeViewDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="XmlTreeViewDialog.Designer.cs">
<DependentUpon>XmlTreeViewDialog.cs</DependentUpon>
</Compile>
<Compile Include="XmlViewDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="XmlViewDialog.Designer.cs">
<DependentUpon>XmlViewDialog.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ColorPickerButton.resx">
<DependentUpon>ColorPickerButton.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ComboBoxSelector.resx">
<DependentUpon>ComboBoxSelector.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="StatusField.resx">
<SubType>Designer</SubType>
<DependentUpon>StatusField.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="WaitingBoxDialog.resx">
<DependentUpon>WaitingBoxDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="XmlTreeView.resx">
<SubType>Designer</SubType>
<DependentUpon>XmlTreeView.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="XmlTreeViewDialog.resx">
<SubType>Designer</SubType>
<DependentUpon>XmlTreeViewDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="XmlViewDialog.resx">
<DependentUpon>XmlViewDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="..\Emgu.CV.snk" />
</ItemGroup>
<ItemGroup>
<Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\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>