2017-07-05 17:21:52 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-07-05 11:41:19 +02:00
|
|
|
|
<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>
|
2017-07-05 17:21:52 +02:00
|
|
|
|
<ProjectGuid>{3D6FDBB6-A4AF-4626-BB2B-BF329D44F9CC}</ProjectGuid>
|
2017-07-05 11:41:19 +02:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>SafeExamBrowser.Core</RootNamespace>
|
|
|
|
|
<AssemblyName>SafeExamBrowser.Core</AssemblyName>
|
2023-06-22 16:15:23 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
2017-07-05 11:41:19 +02:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2019-03-20 14:00:36 +01:00
|
|
|
|
<TargetFrameworkProfile />
|
2017-07-05 11:41:19 +02:00
|
|
|
|
</PropertyGroup>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
2017-07-05 11:41:19 +02:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
2017-07-05 11:41:19 +02:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2017-07-05 11:41:19 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2017-07-05 11:41:19 +02:00
|
|
|
|
</PropertyGroup>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
2017-07-05 11:41:19 +02:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2017-07-05 11:41:19 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
</PropertyGroup>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2017-07-24 17:31:28 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2019-11-06 15:45:17 +01:00
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2017-07-24 17:31:28 +02:00
|
|
|
|
</PropertyGroup>
|
2017-07-05 11:41:19 +02:00
|
|
|
|
<ItemGroup>
|
2017-07-05 17:21:52 +02:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2018-01-23 15:33:54 +01:00
|
|
|
|
<Reference Include="System.ServiceModel" />
|
2017-07-05 17:21:52 +02:00
|
|
|
|
<Reference Include="System.Xml" />
|
2017-08-15 08:39:10 +02:00
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
2017-07-05 11:41:19 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2018-10-03 14:35:27 +02:00
|
|
|
|
<Compile Include="OperationModel\QueueExtensions.cs" />
|
2018-10-10 09:19:03 +02:00
|
|
|
|
<Compile Include="OperationModel\RepeatableOperationSequence.cs" />
|
2018-09-28 11:05:49 +02:00
|
|
|
|
<Compile Include="Operations\CommunicationHostOperation.cs" />
|
2018-09-25 12:10:34 +02:00
|
|
|
|
<Compile Include="Operations\LazyInitializationOperation.cs" />
|
2018-08-31 10:06:27 +02:00
|
|
|
|
<Compile Include="Operations\I18nOperation.cs" />
|
|
|
|
|
<Compile Include="Operations\DelegateOperation.cs" />
|
|
|
|
|
<Compile Include="OperationModel\OperationSequence.cs" />
|
2017-07-05 11:41:19 +02:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
2017-07-06 18:18:39 +02:00
|
|
|
|
<ItemGroup>
|
2019-08-30 09:55:26 +02:00
|
|
|
|
<ProjectReference Include="..\SafeExamBrowser.Communication.Contracts\SafeExamBrowser.Communication.Contracts.csproj">
|
|
|
|
|
<Project>{0cd2c5fe-711a-4c32-afe0-bb804fe8b220}</Project>
|
|
|
|
|
<Name>SafeExamBrowser.Communication.Contracts</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeExamBrowser.Core.Contracts\SafeExamBrowser.Core.Contracts.csproj">
|
|
|
|
|
<Project>{fe0e1224-b447-4b14-81e7-ed7d84822aa0}</Project>
|
|
|
|
|
<Name>SafeExamBrowser.Core.Contracts</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeExamBrowser.I18n.Contracts\SafeExamBrowser.I18n.Contracts.csproj">
|
|
|
|
|
<Project>{1858ddf3-bc2a-4bff-b663-4ce2ffeb8b7d}</Project>
|
|
|
|
|
<Name>SafeExamBrowser.I18n.Contracts</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\SafeExamBrowser.Logging.Contracts\SafeExamBrowser.Logging.Contracts.csproj">
|
|
|
|
|
<Project>{64ea30fb-11d4-436a-9c2b-88566285363e}</Project>
|
|
|
|
|
<Name>SafeExamBrowser.Logging.Contracts</Name>
|
2017-07-06 18:18:39 +02:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2018-02-14 15:26:05 +01:00
|
|
|
|
<ItemGroup />
|
2017-07-05 11:41:19 +02:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2017-07-05 17:21:52 +02:00
|
|
|
|
</Project>
|