123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" 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>{12271049-82D6-436D-A51E-E6614C8E9C50}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>bbiwarg</RootNamespace>
- <AssemblyName>bbiwarg</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <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' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject>bbiwarg.BBIWARG</StartupObject>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Emgu.CV, Version=2.4.2.1777, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\Emgu.CV.dll</HintPath>
- </Reference>
- <Reference Include="Emgu.CV.UI">
- <HintPath>lib\Emgu.CV.UI.dll</HintPath>
- </Reference>
- <Reference Include="Emgu.Util, Version=2.4.2.1777, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\Emgu.Util.dll</HintPath>
- </Reference>
- <Reference Include="iisuNet, Version=3.0.0.0, Culture=neutral, processorArchitecture=x86">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\iisuNet.dll</HintPath>
- </Reference>
- <Reference Include="MathNet.Numerics">
- <HintPath>lib\MathNet.Numerics.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.VisualBasic" />
- <Reference Include="Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Output\GlassesOutput\GlassesWindow.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Output\GlassesOutput\GlassesWindow.Designer.cs">
- <DependentUpon>GlassesWindow.cs</DependentUpon>
- </Compile>
- <Compile Include="TUIO\TUIO\TuioObject.cs" />
- <Compile Include="Utility\CoordinateConverter.cs" />
- <Compile Include="Utility\ImageSize.cs" />
- <Compile Include="Input\InputHandling\FrameData.cs" />
- <Compile Include="Output\DebugOutput\DebugImageCreator.cs" />
- <Compile Include="Output\DebugOutput\DebugWindow.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Output\DebugOutput\DebugWindow.Designer.cs">
- <DependentUpon>DebugWindow.cs</DependentUpon>
- </Compile>
- <Compile Include="Recognition\TouchRecognition\TouchEvent.cs" />
- <Compile Include="Utility\Projection2DTo2D.cs" />
- <Compile Include="Parameters.cs" />
- <Compile Include="Input\InputHandling\InputHandler.cs" />
- <Compile Include="Input\InputProviding\InputProvider.cs" />
- <Compile Include="Input\InputProviding\VideoInputProvider.cs" />
- <Compile Include="Recognition\FingerRecognition\Finger.cs" />
- <Compile Include="Recognition\FingerRecognition\FingerDetector.cs" />
- <Compile Include="Recognition\FingerRecognition\FingerSliceTrail.cs" />
- <Compile Include="Recognition\FingerRecognition\FingerSlice.cs" />
- <Compile Include="Recognition\FingerRecognition\FingerTracker.cs" />
- <Compile Include="Recognition\FingerRecognition\TrackedFinger.cs" />
- <Compile Include="Recognition\HandRecognition\Hand.cs" />
- <Compile Include="Recognition\HandRecognition\HandDetector.cs" />
- <Compile Include="Recognition\HandRecognition\HandTracker.cs" />
- <Compile Include="Recognition\PalmRecognition\Palm.cs" />
- <Compile Include="Recognition\PalmRecognition\PalmDetector.cs" />
- <Compile Include="Recognition\HandRecognition\TrackedHand.cs" />
- <Compile Include="Recognition\PalmRecognition\PalmTracker.cs" />
- <Compile Include="Recognition\PalmRecognition\TrackedPalm.cs" />
- <Compile Include="Recognition\TouchRecognition\TouchDetector.cs" />
- <Compile Include="Recognition\TouchRecognition\Touch.cs" />
- <Compile Include="Recognition\TouchRecognition\TouchTracker.cs" />
- <Compile Include="Output\DebugOutput\TouchEventVisualizer.cs" />
- <Compile Include="Images\ConfidenceImage.cs" />
- <Compile Include="Images\DepthImage.cs" />
- <Compile Include="Images\EdgeImage.cs" />
- <Compile Include="Output\OutputImage.cs" />
- <Compile Include="BBWIWARG.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Recognition\TouchRecognition\TrackedTouch.cs" />
- <Compile Include="Recognition\Tracking\Similarity.cs" />
- <Compile Include="Recognition\Tracking\TrackableObject.cs" />
- <Compile Include="Recognition\Tracking\TrackedObject.cs" />
- <Compile Include="Recognition\Tracking\Tracker.cs" />
- <Compile Include="Recognition\Tracking\TrackIDPool.cs" />
- <Compile Include="TUIO\OSC.NET\OSCBundle.cs" />
- <Compile Include="TUIO\OSC.NET\OSCMessage.cs" />
- <Compile Include="TUIO\OSC.NET\OSCPacket.cs" />
- <Compile Include="TUIO\OSC.NET\OSCTransmitter.cs" />
- <Compile Include="TUIO\TuioCommunicator.cs" />
- <Compile Include="TUIO\TUIO\TuioContainer.cs" />
- <Compile Include="TUIO\TUIO\TuioCursor.cs" />
- <Compile Include="TUIO\TUIO\TuioPoint.cs" />
- <Compile Include="TUIO\TUIO\TuioServer.cs" />
- <Compile Include="TUIO\TUIO\TuioTime.cs" />
- <Compile Include="Utility\ConvexityDefect.cs" />
- <Compile Include="Utility\Kalman2DPositionFilter.cs" />
- <Compile Include="Utility\Line2D.cs" />
- <Compile Include="Utility\LineSegment2D.cs" />
- <Compile Include="Utility\Logger.cs" />
- <Compile Include="Utility\Quadrangle.cs" />
- <Compile Include="Utility\Timer.cs" />
- <Compile Include="Utility\Vector2D.cs" />
- <Compile Include="Utility\Vector3D.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="cudart32_55.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="opencv_core290.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="opencv_imgproc290.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="opencv_video290.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include=".NETFramework,Version=v4.5">
- <Visible>False</Visible>
- <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <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>false</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Output\DebugOutput\DebugWindow.resx">
- <DependentUpon>DebugWindow.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Output\GlassesOutput\GlassesWindow.resx">
- <DependentUpon>GlassesWindow.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <WCFMetadata Include="Service References\" />
- </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>
|