mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
this is for cases where you would like to have INotifyCollectionChanged and INotifyPropertyChanged implemented, but dont need the level of detail that those types provide.
297 lines
16 KiB
XML
297 lines
16 KiB
XML
<?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)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{1453B37F-8621-499E-B0B2-6091F76DC0BB}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>mRemoteNGTests</RootNamespace>
|
|
<AssemblyName>mRemoteNGTests</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
|
|
<IsCodedUITest>False</IsCodedUITest>
|
|
<TestProjectType>UnitTest</TestProjectType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug Portable|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\Debug Portable\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;PORTABLE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release Portable|x86'">
|
|
<OutputPath>bin\x86\Release Portable\</OutputPath>
|
|
<DefineConstants>TRACE;PORTABLE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="BouncyCastle.Crypto, Version=1.8.1.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
|
|
<HintPath>..\packages\BouncyCastle.1.8.1\lib\BouncyCastle.Crypto.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\mRemoteV1\References\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NSubstitute, Version=1.10.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NSubstitute.1.10.0.0\lib\net45\NSubstitute.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="nunit.framework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NUnit.3.5.0\lib\net45\nunit.framework.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="NUnitForms">
|
|
<HintPath>nUnitForms\bin\NUnitForms.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ObjectListView, Version=2.9.1.1072, Culture=neutral, PublicKeyToken=b1c5bf581481bcd4, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\ObjectListView.Official.2.9.1\lib\net20\ObjectListView.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.9.0.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\DockPanelSuite.2.10.0\lib\net40\WeifenLuo.WinFormsUI.Docking.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="WeifenLuo.WinFormsUI.Docking.ThemeVS2012Light, Version=2.9.0.0, Culture=neutral, PublicKeyToken=5cded1a1a0a7b481, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\DockPanelSuite.ThemeVS2012Light.2.10.0\lib\net40\WeifenLuo.WinFormsUI.Docking.ThemeVS2012Light.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="WindowsBase" />
|
|
</ItemGroup>
|
|
<Choose>
|
|
<When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
|
</ItemGroup>
|
|
</When>
|
|
<Otherwise>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</Otherwise>
|
|
</Choose>
|
|
<ItemGroup>
|
|
<Compile Include="App\UpdaterTests.cs" />
|
|
<Compile Include="BinaryFileTests.cs" />
|
|
<Compile Include="Config\CredentialHarvesterTests.cs" />
|
|
<Compile Include="Config\Serializers\ConfConsEnsureConnectionsHaveIdsTests.cs" />
|
|
<Compile Include="Config\Serializers\CredentialProviderSerializerTests.cs" />
|
|
<Compile Include="Config\Serializers\DataTableSerializerTests.cs" />
|
|
<Compile Include="Config\Serializers\PortScanDeserializerTests.cs" />
|
|
<Compile Include="Config\Serializers\PuttyConnectionManagerDeserializerTests.cs" />
|
|
<Compile Include="Config\Serializers\XmlConnectionNodeSerializer27Tests.cs" />
|
|
<Compile Include="Config\Serializers\XmlConnectionsDeserializerTests.cs" />
|
|
<Compile Include="Config\Serializers\RemoteDesktopConnectionDeserializerTests.cs" />
|
|
<Compile Include="Config\Serializers\RemoteDesktopConnectionManagerDeserializerTests.cs" />
|
|
<Compile Include="Config\Serializers\XmlConnectionsDocumentCompilerTests.cs" />
|
|
<Compile Include="Config\Serializers\XmlConnectionsDocumentEncryptorTests.cs" />
|
|
<Compile Include="Config\Serializers\XmlConnectionsSerializerTests.cs" />
|
|
<Compile Include="Config\Serializers\XmlCredentialDeserializerTests.cs" />
|
|
<Compile Include="Config\Serializers\XmlCredentialSerializerTests.cs" />
|
|
<Compile Include="Config\Serializers\XmlRootNodeSerializerTests.cs" />
|
|
<Compile Include="Connection\AbstractConnectionInfoDataTests.cs" />
|
|
<Compile Include="Connection\ConnectionInfoComparerTests.cs" />
|
|
<Compile Include="Connection\Protocol\ProtocolListTests.cs" />
|
|
<Compile Include="Credential\CredentialDeletionMsgBoxConfirmerTests.cs" />
|
|
<Compile Include="Credential\CredentialDomainUserComparerTests.cs" />
|
|
<Compile Include="Credential\CredentialProviderCatalogTests.cs" />
|
|
<Compile Include="Credential\CredentialRecordTests.cs" />
|
|
<Compile Include="IntegrationTests\XmlSerializationLifeCycleTests.cs" />
|
|
<Compile Include="Messages\MessageCollectorTests.cs" />
|
|
<Compile Include="Messages\MessageWriters\MessageTypeFilterDecoratorTests.cs" />
|
|
<Compile Include="Messages\MessageWriters\OnlyLogMessageFilterTests.cs" />
|
|
<Compile Include="NUnitExtensions\SecureTextBoxTester.cs" />
|
|
<Compile Include="Security\Authentication\PasswordAuthenticatorTests.cs" />
|
|
<Compile Include="Security\KeyDerivation\Pkcs5S2KeyGeneratorTests.cs" />
|
|
<Compile Include="Security\PasswordCreation\PasswordIncludesSpecialCharactersConstraintTests.cs" />
|
|
<Compile Include="Security\PasswordCreation\PasswordIncludesUpperCaseConstraintTests.cs" />
|
|
<Compile Include="Security\PasswordCreation\PasswordIncludesLowerCaseConstraintTests.cs" />
|
|
<Compile Include="Security\PasswordCreation\PasswordIncludesNumbersConstraintTests.cs" />
|
|
<Compile Include="Security\PasswordCreation\PasswordLengthConstraintTests.cs" />
|
|
<Compile Include="Security\SecureStringExtensionsTests.cs" />
|
|
<Compile Include="Security\XmlCryptoProviderBuilderTests.cs" />
|
|
<Compile Include="Tools\ExternalToolsArgumentParserTests.cs" />
|
|
<Compile Include="Tools\FullyObservableCollectionTests.cs" />
|
|
<Compile Include="Tree\ClickHandlers\TreeNodeCompositeClickHandlerTests.cs" />
|
|
<Compile Include="Tree\ConnectionTreeDragAndDropHandlerTests.cs" />
|
|
<Compile Include="Tree\ConnectionTreeModelTests.cs" />
|
|
<Compile Include="Connection\ConnectionInfoInheritanceTests.cs" />
|
|
<Compile Include="Connection\ConnectionInfoTests.cs" />
|
|
<Compile Include="Connection\DefaultConnectionInfoTests.cs" />
|
|
<Compile Include="Connection\DefaultConnectionInheritanceTests.cs" />
|
|
<Compile Include="Container\ContainerInfoTests.cs" />
|
|
<Compile Include="IntegrationTests\ConnectionInheritanceIntegrationTests.cs" />
|
|
<Compile Include="ListViewTester.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Security\AeadCryptographyProviderTests.cs" />
|
|
<Compile Include="Security\CryptographyProviderFactoryTests.cs" />
|
|
<Compile Include="Security\EncryptedSecureStringTests.cs" />
|
|
<Compile Include="Security\LegacyRijndaelCryptographyProviderTests.cs" />
|
|
<Compile Include="Tree\ConnectionTreeTests.cs" />
|
|
<Compile Include="Tree\ClickHandlers\ExpandNodeClickHandlerTests.cs" />
|
|
<Compile Include="Tree\NodeSearcherTests.cs" />
|
|
<Compile Include="Tree\ClickHandlers\OpenConnectionClickHandlerTests.cs" />
|
|
<Compile Include="Tree\PreviouslyOpenedFolderExpanderTests.cs" />
|
|
<Compile Include="Tree\PreviousSessionOpenerTests.cs" />
|
|
<Compile Include="Tree\RootNodeInfoTests.cs" />
|
|
<Compile Include="Tree\ClickHandlers\SwitchToConnectionClickHandlerTests.cs" />
|
|
<Compile Include="Tree\SelectedConnectionDeletionConfirmerTests.cs" />
|
|
<Compile Include="UI\Controls\PageSequenceTests.cs" />
|
|
<Compile Include="UI\Controls\SecureTextBoxTestForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\Controls\SecureTextBoxTestForm.designer.cs">
|
|
<DependentUpon>SecureTextBoxTestForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\Controls\SecureTextBoxTests.cs" />
|
|
<Compile Include="UI\Controls\TestForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\Controls\TestForm.Designer.cs">
|
|
<DependentUpon>TestForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\Controls\TextBoxExtensionsTestForm.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="UI\Controls\TextBoxExtensionsTestForm.designer.cs">
|
|
<DependentUpon>TextBoxExtensionsTestForm.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="UI\Controls\TextBoxExtensionsTests.cs" />
|
|
<Compile Include="UI\Forms\OptionsFormSetupAndTeardown.cs" />
|
|
<Compile Include="UI\Forms\PasswordFormTests.cs" />
|
|
<Compile Include="UI\WindowListTests.cs" />
|
|
<Compile Include="UI\Window\ConnectionTreeWindowTests.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\mRemoteV1\mRemoteV1.csproj">
|
|
<Project>{4934a491-40bc-4e5b-9166-ea1169a220f6}</Project>
|
|
<Name>mRemoteV1</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\Controls\SecureTextBoxTestForm.resx">
|
|
<DependentUpon>SecureTextBoxTestForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\Controls\TestForm.resx">
|
|
<DependentUpon>TestForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="UI\Controls\TextBoxExtensionsTestForm.resx">
|
|
<DependentUpon>TextBoxExtensionsTestForm.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\confCons_v2_5.xml" />
|
|
<None Include="Resources\test_puttyConnectionManager_database.dat" />
|
|
<None Include="Resources\test_rdcman_badVersionNumber.rdg" />
|
|
<None Include="Resources\test_rdcman_noversion.rdg" />
|
|
<None Include="Resources\test_rdcman_v2_2_badschemaversion.rdg" />
|
|
<None Include="Resources\test_rdcman_v2_2_schema1.rdg" />
|
|
<None Include="Resources\test_RDCMan_v2_7_schema3.rdg" />
|
|
<None Include="Resources\test_remotedesktopconnection.rdp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\confCons_v2_6.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\confCons_v2_6_fullencryption.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\confCons_v2_6_passwordis_Password.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\confCons_v2_6_passwordis_Password_fullencryption.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\confCons_v2_6_5k-iterations.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\confCons_v2_5_fullencryption.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Resources\confCons_v2_5_passwordis_Password_fullencryption.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Resources\beta-update-portable.txt" />
|
|
<Content Include="Resources\beta-update.txt" />
|
|
<Content Include="Resources\dev-update-portable.txt" />
|
|
<Content Include="Resources\dev-update.txt" />
|
|
<Content Include="Resources\update-portable.txt" />
|
|
<Content Include="Resources\update.txt" />
|
|
</ItemGroup>
|
|
<Choose>
|
|
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
<Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
<Private>False</Private>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</When>
|
|
</Choose>
|
|
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
|
|
<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> |