103 lines
No EOL
4.9 KiB
XML
103 lines
No EOL
4.9 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>{3D6FDBB6-A4AF-4626-BB2B-BF329D44F9CC}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>SafeExamBrowser.Core</RootNamespace>
|
|
<AssemblyName>SafeExamBrowser.Core</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</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>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Behaviour\Operations\KeyboardInterceptorOperation.cs" />
|
|
<Compile Include="Behaviour\Operations\MouseInterceptorOperation.cs" />
|
|
<Compile Include="Behaviour\RuntimeController.cs" />
|
|
<Compile Include="Behaviour\Operations\BrowserOperation.cs" />
|
|
<Compile Include="Behaviour\Operations\RuntimeControllerOperation.cs" />
|
|
<Compile Include="Behaviour\Operations\ProcessMonitorOperation.cs" />
|
|
<Compile Include="Behaviour\Operations\TaskbarOperation.cs" />
|
|
<Compile Include="Behaviour\Operations\WindowMonitorOperation.cs" />
|
|
<Compile Include="Behaviour\Operations\WorkingAreaOperation.cs" />
|
|
<Compile Include="Behaviour\ShutdownController.cs" />
|
|
<Compile Include="Behaviour\StartupController.cs" />
|
|
<Compile Include="Logging\DefaultLogFormatter.cs" />
|
|
<Compile Include="Logging\LogFileWriter.cs" />
|
|
<Compile Include="Logging\LogMessage.cs" />
|
|
<Compile Include="I18n\Text.cs" />
|
|
<Compile Include="I18n\XmlTextResource.cs" />
|
|
<Compile Include="Logging\Logger.cs" />
|
|
<Compile Include="Logging\LogText.cs" />
|
|
<Compile Include="Logging\ModuleLogger.cs" />
|
|
<Compile Include="Logging\ThreadInfo.cs" />
|
|
<Compile Include="Notifications\AboutNotificationController.cs" />
|
|
<Compile Include="Notifications\AboutNotificationIconResource.cs" />
|
|
<Compile Include="Notifications\AboutNotificationInfo.cs" />
|
|
<Compile Include="Notifications\LogNotificationController.cs" />
|
|
<Compile Include="Notifications\LogNotificationIconResource.cs" />
|
|
<Compile Include="Notifications\LogNotificationInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="I18n\Text.xml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\SafeExamBrowser.Contracts\SafeExamBrowser.Contracts.csproj">
|
|
<Project>{47DA5933-BEF8-4729-94E6-ABDE2DB12262}</Project>
|
|
<Name>SafeExamBrowser.Contracts</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |