Files
VAR.Toolbox/VAR.Toolbox/VAR.Toolbox.csproj
2018-11-03 15:37:49 +01:00

202 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="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Code\HexUtils.cs" />
<Compile Include="Code\ProxyCmdExecutorWMIC.cs" />
<Compile Include="Code\TextCoderBase64Utf8.cs" />
<Compile Include="Code\TextCoderBase64Ascii.cs" />
<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\Windows\GDI32.cs" />
<Compile Include="Code\ITextCoder.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\TextCoderFactory.cs" />
<Compile Include="Code\TextCoderHexToAscii.cs" />
<Compile Include="Code\TextCoderHexToUtf8.cs" />
<Compile Include="Code\Windows\User32.cs" />
<Compile Include="Code\Webcam.cs" />
<Compile Include="Code\Windows\Win32.cs" />
<Compile Include="Controls\CtrImageViewer.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CtrOutput.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="UI\FrmCoder.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\FrmCoder.Designer.cs">
<DependentUpon>FrmCoder.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\FrmProxyCmdConfig.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\FrmProxyCmdConfig.Designer.cs">
<DependentUpon>FrmProxyCmdConfig.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="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.manifest" />
</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>