1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProjectGuid >{CC74DD78-76C9-4143-A567-527E82DA475B}</ProjectGuid >
7+ <OutputType >Library</OutputType >
8+ <RootNamespace >InEngine.Core.Tests</RootNamespace >
9+ <AssemblyName >InEngine.Core.Tests</AssemblyName >
10+ <TargetFrameworkVersion >v4.6.2</TargetFrameworkVersion >
11+ </PropertyGroup >
12+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
13+ <DebugSymbols >true</DebugSymbols >
14+ <DebugType >full</DebugType >
15+ <Optimize >false</Optimize >
16+ <OutputPath >bin\Debug</OutputPath >
17+ <DefineConstants >DEBUG;</DefineConstants >
18+ <ErrorReport >prompt</ErrorReport >
19+ <WarningLevel >4</WarningLevel >
20+ </PropertyGroup >
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
22+ <Optimize >true</Optimize >
23+ <OutputPath >bin\Release</OutputPath >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ </PropertyGroup >
27+ <ItemGroup >
28+ <Reference Include =" System" />
29+ <Reference Include =" BeekmanLabs.UnitTesting" >
30+ <HintPath >..\packages\BeekmanLabs.UnitTesting.0.0.0\lib\net45\BeekmanLabs.UnitTesting.dll</HintPath >
31+ </Reference >
32+ <Reference Include =" nunit.framework" >
33+ <HintPath >..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath >
34+ </Reference >
35+ <Reference Include =" Common.Logging.Core" >
36+ <HintPath >..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath >
37+ </Reference >
38+ <Reference Include =" Common.Logging" >
39+ <HintPath >..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" Quartz" >
42+ <HintPath >..\packages\Quartz.2.6.1\lib\net40\Quartz.dll</HintPath >
43+ </Reference >
44+ </ItemGroup >
45+ <ItemGroup >
46+ <Compile Include =" Queue\Commands\PublishTest.cs" />
47+ </ItemGroup >
48+ <ItemGroup >
49+ <None Include =" packages.config" />
50+ <None Include =" job_scheduling_data_2_0.xsd" />
51+ <None Include =" appsettings.json" >
52+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
53+ </None >
54+ </ItemGroup >
55+ <ItemGroup >
56+ <Folder Include =" Queue\" />
57+ </ItemGroup >
58+ <ItemGroup >
59+ <ProjectReference Include =" ..\InEngine.Core\InEngine.Core.csproj" >
60+ <Project >{1C604C4F-3F98-483C-89E3-C951BE03366A}</Project >
61+ <Name >InEngine.Core</Name >
62+ </ProjectReference >
63+ </ItemGroup >
64+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
65+ </Project >
0 commit comments