200 lines
8.3 KiB
XML
200 lines
8.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.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>{E8DAB98D-4FD0-4D40-B29A-62B4C2FCA4D7}</ProjectGuid>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>VAR.Toolbox</RootNamespace>
|
|
<AssemblyName>VAR.Toolbox</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</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>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>Toolbox.ico</ApplicationIcon>
|
|
</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="Code\DirectShow\CameraControlProperty.cs" />
|
|
<Compile Include="Code\DirectShow\IAMCameraControl.cs" />
|
|
<Compile Include="Code\DirectShow\IAMCrossbar.cs" />
|
|
<Compile Include="Code\DirectShow\IAMStreamConfig.cs" />
|
|
<Compile Include="Code\DirectShow\IAMVideoControl.cs" />
|
|
<Compile Include="Code\DirectShow\IBaseFilter.cs" />
|
|
<Compile Include="Code\DirectShow\ICaptureGraphBuilder2.cs" />
|
|
<Compile Include="Code\DirectShow\ICreateDevEnum.cs" />
|
|
<Compile Include="Code\DirectShow\IEnumFilters.cs" />
|
|
<Compile Include="Code\DirectShow\IEnumPins.cs" />
|
|
<Compile Include="Code\DirectShow\IFileSourceFilter.cs" />
|
|
<Compile Include="Code\DirectShow\IFilterGraph.cs" />
|
|
<Compile Include="Code\DirectShow\IFilterGraph2.cs" />
|
|
<Compile Include="Code\DirectShow\IGraphBuilder.cs" />
|
|
<Compile Include="Code\DirectShow\IMediaControl.cs" />
|
|
<Compile Include="Code\DirectShow\IMediaEventEx.cs" />
|
|
<Compile Include="Code\DirectShow\IMediaFilter.cs" />
|
|
<Compile Include="Code\DirectShow\IPersist.cs" />
|
|
<Compile Include="Code\DirectShow\IPin.cs" />
|
|
<Compile Include="Code\DirectShow\IPropertyBag.cs" />
|
|
<Compile Include="Code\DirectShow\IReferenceClock.cs" />
|
|
<Compile Include="Code\DirectShow\ISampleGrabber.cs" />
|
|
<Compile Include="Code\DirectShow\ISampleGrabberCB.cs" />
|
|
<Compile Include="Code\DirectShow\ISpecifyPropertyPages.cs" />
|
|
<Compile Include="Code\DirectShow\IVideoWindow.cs" />
|
|
<Compile Include="Code\DirectShow\PhysicalConnectorType.cs" />
|
|
<Compile Include="Code\DirectShow\Structures.cs" />
|
|
<Compile Include="Code\DirectShow\Tools.cs" />
|
|
<Compile Include="Code\DirectShow\Uuids.cs" />
|
|
<Compile Include="Code\DirectShow\Win32.cs" />
|
|
<Compile Include="Code\GDI32.cs" />
|
|
<Compile Include="Code\IOutputHandler.cs" />
|
|
<Compile Include="Code\IProxyCmdExecutor.cs" />
|
|
<Compile Include="Code\Logger.cs" />
|
|
<Compile Include="Code\Mouse.cs" />
|
|
<Compile Include="Code\ProxyCmdExecutorFactory.cs" />
|
|
<Compile Include="Code\ProxyCmdExecutorDummy.cs" />
|
|
<Compile Include="Code\ProxyCmdExecutorThroughSQLServer.cs" />
|
|
<Compile Include="Code\Screenshooter.cs" />
|
|
<Compile Include="Code\User32.cs" />
|
|
<Compile Include="Code\Webcam.cs" />
|
|
<Compile Include="Code\Win32API.cs" />
|
|
<Compile Include="Controls\CtrImageViewer.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\FrmBase64.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\FrmBase64.Designer.cs">
|
|
<DependentUpon>FrmBase64.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\FrmCover.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\FrmIPScan.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\FrmIPScan.Designer.cs">
|
|
<DependentUpon>FrmIPScan.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\FrmProxyCmd.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\FrmProxyCmd.Designer.cs">
|
|
<DependentUpon>FrmProxyCmd.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\FrmScreenshooter.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\FrmScreenshooter.Designer.cs">
|
|
<DependentUpon>FrmScreenshooter.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\FrmTestRestService.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\FrmTestRestService.Designer.cs">
|
|
<DependentUpon>FrmTestRestService.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\FrmTestSoapService.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\FrmTestSoapService.Designer.cs">
|
|
<DependentUpon>FrmTestSoapService.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\FrmTunnelTCP.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\FrmTunnelTCP.Designer.cs">
|
|
<DependentUpon>FrmTunnelTCP.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\FrmToolbox.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\FrmToolbox.Designer.cs">
|
|
<DependentUpon>FrmToolbox.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\FrmWebcam.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\FrmWebcam.Designer.cs">
|
|
<DependentUpon>FrmWebcam.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\IFormWithIcon.cs" />
|
|
<Compile Include="UI\PnlCover.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\PnlCover.Designer.cs">
|
|
<DependentUpon>PnlCover.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\PnlSuspension.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\PnlSuspension.Designer.cs">
|
|
<DependentUpon>PnlSuspension.cs</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="app.manifest" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Images\Toolbox.png" />
|
|
<Content Include="Images\toolbox.svg" />
|
|
<Content Include="Toolbox.ico" />
|
|
</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> |