244 lines
9.5 KiB
XML
244 lines
9.5 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net48</TargetFramework>
|
|
<OutputType>WinExe</OutputType>
|
|
<ApplicationIcon>phoneapp_32px.ico</ApplicationIcon>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<UseWPF>true</UseWPF>
|
|
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
|
|
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.*" />
|
|
<PackageReference Include="System.Resources.Extensions" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="PresentationCore">
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Design" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Management.Instrumentation" />
|
|
<Reference Include="System.Security" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="WindowsBase">
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Update="Connection.cs" />
|
|
<Compile Update="Forms\LogWindow.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Forms\LogWindow.Designer.cs">
|
|
<DependentUpon>LogWindow.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="IConnectRemoteSystem.cs" />
|
|
<Compile Update="IUserConsentFlow.cs" />
|
|
<Compile Update="Program.cs" />
|
|
<Compile Update="Utils\CertificateUtils.cs" />
|
|
<Compile Update="CmdLineArguments.cs" />
|
|
<Compile Update="Configuration.cs" />
|
|
<Compile Update="Controls\CertErrorDetails.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Update="Controls\CertErrorDetails.Designer.cs">
|
|
<DependentUpon>CertErrorDetails.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="Controls\LinkInterfaceDetails.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Update="Controls\LinkInterfaceDetails.Designer.cs">
|
|
<DependentUpon>LinkInterfaceDetails.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="Forms\CertWarning.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Forms\CertWarning.Designer.cs">
|
|
<DependentUpon>CertWarning.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="Forms\ProgressWindow.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Forms\ProgressWindow.designer.cs">
|
|
<DependentUpon>ProgressWindow.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="LogicLayer.cs" />
|
|
<Compile Update="LogManager.cs" />
|
|
<Compile Update="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="TargetSystem.cs" />
|
|
<Compile Update="Controls\CountDownTimer.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Update="Controls\CountDownTimer.Designer.cs">
|
|
<DependentUpon>CountDownTimer.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="Controls\UCTButton.cs">
|
|
<SubType>UserControl</SubType>
|
|
</Compile>
|
|
<Compile Update="Controls\UCTButton.Designer.cs">
|
|
<DependentUpon>UCTButton.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="Forms\AboutUCT.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Forms\AboutUCT.Designer.cs">
|
|
<DependentUpon>AboutUCT.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="Forms\BaseForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Forms\ConnectionSettings.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Forms\ConnectionSettings.Designer.cs">
|
|
<DependentUpon>ConnectionSettings.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="Forms\UserInterface.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="Forms\UserInterface.Designer.cs">
|
|
<DependentUpon>UserInterface.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="Properties\AssemblyInfo.cs" />
|
|
<EmbeddedResource Update="Controls\CertErrorDetails.resx">
|
|
<DependentUpon>CertErrorDetails.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="Controls\CountDownTimer.resx">
|
|
<DependentUpon>CountDownTimer.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="Controls\LinkInterfaceDetails.resx">
|
|
<DependentUpon>LinkInterfaceDetails.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="Forms\AboutUCT.resx">
|
|
<DependentUpon>AboutUCT.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="Forms\BaseForm.resx">
|
|
<DependentUpon>BaseForm.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="Forms\CertWarning.resx">
|
|
<DependentUpon>CertWarning.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="Forms\ConnectionSettings.resx">
|
|
<DependentUpon>ConnectionSettings.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="Forms\LogWindow.resx">
|
|
<DependentUpon>LogWindow.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="Forms\ProgressWindow.resx">
|
|
<DependentUpon>ProgressWindow.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="Forms\UserInterface.resx">
|
|
<DependentUpon>UserInterface.cs</DependentUpon>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<SubType>Designer</SubType>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<None Include="app.config" />
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>PublicSettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<Compile Update="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
</Compile>
|
|
<Compile Update="Settings.cs" />
|
|
<Compile Update="Utils\Utilities.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="phoneapp_32px.ico" />
|
|
<Content Include="Resources\advanced.ico" />
|
|
<Content Include="Resources\auth.PNG" />
|
|
<Content Include="Resources\authentication-settings-2.png" />
|
|
<Content Include="Resources\Alert.bmp" />
|
|
<Content Include="Resources\background.png" />
|
|
<Content Include="Resources\bottom statusbar resize.bmp" />
|
|
<Content Include="Resources\clock1.png" />
|
|
<Content Include="Resources\cancel consent.png" />
|
|
<Content Include="Resources\Collapsed.bmp" />
|
|
<Content Include="Resources\Configuration.ico" />
|
|
<Content Include="Resources\connection-1.PNG" />
|
|
<Content Include="Resources\connectionstatus_off.png" />
|
|
<Content Include="Resources\connectionstatus_on.png" />
|
|
<Content Include="Resources\error_provider.ico" />
|
|
<Content Include="Resources\Critical.bmp" />
|
|
<Content Include="Resources\ErrorCircle-32.png" />
|
|
<Content Include="Resources\Expanded.bmp" />
|
|
<Content Include="Resources\info.png" />
|
|
<Content Include="Resources\icon_right.png" />
|
|
<Content Include="Resources\info_provider.ico" />
|
|
<Content Include="Resources\icon_clear.png" />
|
|
<Content Include="Resources\lock.PNG" />
|
|
<Content Include="Resources\logo white.PNG" />
|
|
<Content Include="Resources\main_clock.PNG" />
|
|
<Content Include="Resources\main_lock.PNG" />
|
|
<Content Include="Resources\main_screen.PNG" />
|
|
<Content Include="Resources\proxy.PNG" />
|
|
<Content Include="Resources\screen1.png" />
|
|
<Content Include="Resources\OK.bmp" />
|
|
<Content Include="Resources\red-shield.PNG" />
|
|
<Content Include="Resources\green-shield.PNG" />
|
|
<Content Include="Resources\LAN.png" />
|
|
<Content Include="Resources\lan disconnect.ico" />
|
|
<Content Include="Resources\help.PNG" />
|
|
<Content Include="Resources\scs_panes_delete.png" />
|
|
<Content Include="Resources\scs_panes_down2.png" />
|
|
<Content Include="Resources\scs_panes_move_right.png" />
|
|
<Content Include="Resources\scs_panes_swap.png" />
|
|
<Content Include="Resources\start consent.png" />
|
|
<Content Include="Resources\SecurityLock.png" />
|
|
<Content Include="Resources\scs_panes_up2.png" />
|
|
<Content Include="Resources\scs_tree_wifi.gif" />
|
|
<Content Include="Resources\swap_new.png" />
|
|
<Content Include="Resources\view_log.PNG" />
|
|
<Content Include="Resources\TLS.PNG" />
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Kit">
|
|
<Kit>$([System.Convert]::ToBoolean(true))</Kit>
|
|
<Bin />
|
|
<Bin Condition="Exists('..\Bin')">..\Bin</Bin>
|
|
</PropertyGroup>
|
|
<ItemGroup Condition="$(Kit)" Label="Kit References">
|
|
<Content Remove="AMT SW GUI\**" />
|
|
<Compile Remove="AMT SW GUI\**" />
|
|
<EmbeddedResource Remove="AMT SW GUI\**" />
|
|
<None Remove="AMT SW GUI\**" />
|
|
<Reference Include="Intel.Wsman.Scripting">
|
|
<HintPath>$(Bin)\Intel.Wsman.Scripting.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="AMT_SW_GUI">
|
|
<HintPath>$(Bin)\AMT_SW_GUI.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</Project> |