Files
HDIP_GUI/RapierHD_Control/RapierHD IP Streaming.csproj

418 lines
20 KiB
XML
Raw Permalink Normal View History

2026-01-14 14:33:12 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{5683D31C-5321-4D51-8633-652506E74863}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MAV_Rapier_HDIP</RootNamespace>
<AssemblyName>MAV_Rapier_HDIP</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<PublishUrl>C:\Users\BradleyRelyea\Documents\HDIP_Output\MAV Rapier 50 HDIP GUI V10.6\</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>
<ProductName>Rapier 50 HDIP GUI</ProductName>
<PublisherName>MAV Systems</PublisherName>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>10.6.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;CODE_ANALYSIS;_PUBLISH_VLC</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>1</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>0DFCE043E27EB814F1DEBDB13408B6EBBEC928CF</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>RapierHD IP Streaming_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<StartupObject>
</StartupObject>
</PropertyGroup>
<PropertyGroup>
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>mav_new.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.DirectoryServices" />
<Reference Include="System.Management" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.ServiceModel.Discovery" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="PasswordForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PasswordForm.Designer.cs">
<DependentUpon>PasswordForm.cs</DependentUpon>
</Compile>
<Compile Include="frmRapierCmd.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmRapierCmd.Designer.cs">
<DependentUpon>frmRapierCmd.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Service References\ServiceReference8\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
<EmbeddedResource Include="frmRapierCmd.resx">
<DependentUpon>frmRapierCmd.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="PasswordForm.resx">
<DependentUpon>PasswordForm.cs</DependentUpon>
</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>
<None Include="..\.editorconfig">
<Link>.editorconfig</Link>
</None>
<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>
<None Include="RapierHD IP Streaming_TemporaryKey.pfx" />
<None Include="Service References\ServiceReference8\b-2.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Service References\ServiceReference8\bf-2.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Service References\ServiceReference8\include.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Service References\ServiceReference8\item.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Service References\ServiceReference8\media.wsdl" />
<None Include="Service References\ServiceReference8\onvif.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.AudioDecoderConfiguration.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.AudioDecoderConfigurationOptions.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.AudioEncoderConfiguration.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.AudioEncoderConfigurationOptions.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.AudioOutput.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.AudioOutputConfiguration.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.AudioOutputConfigurationOptions.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.AudioSource.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.AudioSourceConfiguration.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.AudioSourceConfigurationOptions.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.Capabilities.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.CreateOSDResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.DeleteOSDResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetAudioDecoderConfigurationsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetAudioEncoderConfigurationsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetAudioOutputConfigurationsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetAudioOutputsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetAudioSourceConfigurationsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetAudioSourcesResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetCompatibleAudioDecoderConfigurationsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetCompatibleAudioEncoderConfigurationsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetCompatibleAudioOutputConfigurationsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetCompatibleAudioSourceConfigurationsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetCompatibleMetadataConfigurationsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetCompatibleVideoAnalyticsConfigurationsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetCompatibleVideoEncoderConfigurationsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetCompatibleVideoSourceConfigurationsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetGuaranteedNumberOfVideoEncoderInstancesResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetMetadataConfigurationsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetOSDOptionsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetOSDResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetOSDsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetProfilesResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetVideoAnalyticsConfigurationsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetVideoEncoderConfigurationsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetVideoSourceConfigurationsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetVideoSourceModesResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.GetVideoSourcesResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.MediaUri.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.MetadataConfiguration.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.MetadataConfigurationOptions.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.OSDConfiguration.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.OSDConfigurationOptions.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.Profile.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.SetOSDResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.VideoAnalyticsConfiguration.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.VideoEncoderConfiguration.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.VideoEncoderConfigurationOptions.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.VideoSource.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.VideoSourceConfiguration.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.VideoSourceConfigurationOptions.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\RapierHD.ServiceReference8.VideoSourceMode.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Service References\ServiceReference8\t-1.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Service References\ServiceReference8\ws-addr.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Service References\ServiceReference8\xml.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Service References\ServiceReference8\xmlmime.xsd">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.8">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.8 %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>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="mav_new.ico" />
<None Include="Service References\ServiceReference8\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
<None Include="Service References\ServiceReference8\configuration.svcinfo" />
<None Include="Service References\ServiceReference8\configuration91.svcinfo" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<WCFMetadataStorage Include="Service References\ServiceReference8\" />
</ItemGroup>
<ItemGroup>
<PublishFile Include="AxInterop.AXVLC">
<Visible>False</Visible>
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>Include</PublishState>
<IncludeHash>True</IncludeHash>
<FileType>Assembly</FileType>
</PublishFile>
</ItemGroup>
<ItemGroup>
<PackageReference Include="AForge.Imaging">
<Version>2.2.5</Version>
</PackageReference>
<PackageReference Include="Google.Apis.Sheets.v4">
<Version>1.70.0.3819</Version>
</PackageReference>
<PackageReference Include="LibVLCSharp.WinForms">
<Version>3.9.4</Version>
</PackageReference>
<PackageReference Include="VideoLAN.LibVLC.Windows">
<Version>3.0.21</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<COMReference Include="NetFwTypeLib">
<Guid>{58FBCF7C-E7A9-467C-80B3-FC65E8FCCA08}</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
</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>