1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{F999051E-B715-4AB9-A3B2-0D91A896A2C2}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >IntegrationEngine.Model.Tests</RootNamespace >
11+ <AssemblyName >IntegrationEngine.Model.Tests</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15+ <RestorePackages >true</RestorePackages >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <DebugType >pdbonly</DebugType >
28+ <Optimize >true</Optimize >
29+ <OutputPath >bin\Release\</OutputPath >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ </PropertyGroup >
34+ <ItemGroup >
35+ <Reference Include =" CronExpressionDescriptor" >
36+ <HintPath >..\packages\CronExpressionDescriptor.1.12.0\lib\net35\CronExpressionDescriptor.dll</HintPath >
37+ </Reference >
38+ <Reference Include =" Elasticsearch.Net" >
39+ <HintPath >..\packages\Elasticsearch.Net.1.3.1\lib\Elasticsearch.Net.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" Nest" >
42+ <HintPath >..\packages\NEST.1.3.1\lib\Nest.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" Newtonsoft.Json" >
45+ <HintPath >..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" nunit.framework" >
48+ <HintPath >..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" System" />
51+ <Reference Include =" System.Core" />
52+ <Reference Include =" System.Xml.Linq" />
53+ <Reference Include =" System.Data.DataSetExtensions" />
54+ <Reference Include =" Microsoft.CSharp" />
55+ <Reference Include =" System.Data" />
56+ <Reference Include =" System.Xml" />
57+ </ItemGroup >
58+ <ItemGroup >
59+ <Compile Include =" Properties\AssemblyInfo.cs" />
60+ <Compile Include =" TriggerPropertyExtensionTest.cs" />
61+ </ItemGroup >
62+ <ItemGroup >
63+ <None Include =" packages.config" />
64+ </ItemGroup >
65+ <ItemGroup >
66+ <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
67+ </ItemGroup >
68+ <ItemGroup >
69+ <ProjectReference Include =" ..\IntegrationEngine.Model\IntegrationEngine.Model.csproj" >
70+ <Project >{0B499FE4-0BDB-4080-BCB7-F8D4CE54A4FF}</Project >
71+ <Name >IntegrationEngine.Model</Name >
72+ </ProjectReference >
73+ </ItemGroup >
74+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
75+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
76+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
77+ Other similar extension points exist, see Microsoft.Common.targets.
78+ <Target Name="BeforeBuild">
79+ </Target>
80+ <Target Name="AfterBuild">
81+ </Target>
82+ -->
83+ </Project >
0 commit comments