88 lines
No EOL
4.3 KiB
XML
88 lines
No EOL
4.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" 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>{903129C6-E236-493B-9AD6-C6A57F647A3A}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>SafeExamBrowser.SystemComponents.Contracts</RootNamespace>
|
|
<AssemblyName>SafeExamBrowser.SystemComponents.Contracts</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\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\x86\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|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Audio\Events\VolumeChangedEventHandler.cs" />
|
|
<Compile Include="Audio\IAudio.cs" />
|
|
<Compile Include="IFileSystem.cs" />
|
|
<Compile Include="Network\Events\CredentialsRequiredEventArgs.cs" />
|
|
<Compile Include="Network\Events\CredentialsRequiredEventHandler.cs" />
|
|
<Compile Include="Registry\Events\RegistryValueChangedEventHandler.cs" />
|
|
<Compile Include="Registry\IRegistry.cs" />
|
|
<Compile Include="IRemoteSessionDetector.cs" />
|
|
<Compile Include="IVirtualMachineDetector.cs" />
|
|
<Compile Include="Network\ConnectionType.cs" />
|
|
<Compile Include="PowerSupply\Events\StatusChangedEventHandler.cs" />
|
|
<Compile Include="PowerSupply\IPowerSupply.cs" />
|
|
<Compile Include="PowerSupply\BatteryChargeStatus.cs" />
|
|
<Compile Include="Keyboard\Events\LayoutChangedEventHandler.cs" />
|
|
<Compile Include="Keyboard\IKeyboard.cs" />
|
|
<Compile Include="Keyboard\IKeyboardLayout.cs" />
|
|
<Compile Include="ISystemComponent.cs" />
|
|
<Compile Include="ISystemInfo.cs" />
|
|
<Compile Include="IUserInfo.cs" />
|
|
<Compile Include="Network\Events\ChangedEventHandler.cs" />
|
|
<Compile Include="Network\INetworkAdapter.cs" />
|
|
<Compile Include="Network\IWirelessNetwork.cs" />
|
|
<Compile Include="OperatingSystem.cs" />
|
|
<Compile Include="PowerSupply\IPowerSupplyStatus.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Network\ConnectionStatus.cs" />
|
|
<Compile Include="Registry\RegistryValue.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |