|
12 | 12 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
14 | 14 | <TargetFrameworkProfile /> |
| 15 | + <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
| 16 | + <RestorePackages>true</RestorePackages> |
15 | 17 | </PropertyGroup> |
16 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 19 | <DebugSymbols>true</DebugSymbols> |
|
31 | 33 | <WarningLevel>4</WarningLevel> |
32 | 34 | </PropertyGroup> |
33 | 35 | <ItemGroup> |
| 36 | + <Reference Include="CronExpressionDescriptor"> |
| 37 | + <HintPath>..\packages\CronExpressionDescriptor.1.12.0\lib\net35\CronExpressionDescriptor.dll</HintPath> |
| 38 | + </Reference> |
| 39 | + <Reference Include="Elasticsearch.Net"> |
| 40 | + <HintPath>..\packages\Elasticsearch.Net.1.3.1\lib\Elasticsearch.Net.dll</HintPath> |
| 41 | + </Reference> |
| 42 | + <Reference Include="Nest"> |
| 43 | + <HintPath>..\packages\NEST.1.3.1\lib\Nest.dll</HintPath> |
| 44 | + </Reference> |
| 45 | + <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 46 | + <SpecificVersion>False</SpecificVersion> |
| 47 | + <HintPath>..\packages\Newtonsoft.Json.6.0.1\lib\net40\Newtonsoft.Json.dll</HintPath> |
| 48 | + </Reference> |
34 | 49 | <Reference Include="System" /> |
35 | 50 | <Reference Include="System.Core" /> |
36 | 51 | <Reference Include="System.Xml.Linq" /> |
|
52 | 67 | <Compile Include="..\IntegrationEngine.Model\ISimpleTrigger.cs"> |
53 | 68 | <Link>ISimpleTrigger.cs</Link> |
54 | 69 | </Compile> |
| 70 | + <Compile Include="..\IntegrationEngine.Model\TriggerPropertyExtension.cs"> |
| 71 | + <Link>TriggerPropertyExtension.cs</Link> |
| 72 | + </Compile> |
| 73 | + <Compile Include="..\IntegrationEngine.Model\TriggerStateDescription.cs"> |
| 74 | + <Link>TriggerStateDescription.cs</Link> |
| 75 | + </Compile> |
55 | 76 | <Compile Include="Properties\AssemblyInfo.cs" /> |
56 | 77 | <Compile Include="..\IntegrationEngine.Model\SimpleTrigger.cs"> |
57 | 78 | <Link>SimpleTrigger.cs</Link> |
|
75 | 96 | <Link>IHealthStatus.cs</Link> |
76 | 97 | </Compile> |
77 | 98 | </ItemGroup> |
| 99 | + <ItemGroup> |
| 100 | + <None Include="packages.config" /> |
| 101 | + </ItemGroup> |
78 | 102 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 103 | + <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> |
| 104 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 105 | + <PropertyGroup> |
| 106 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 107 | + </PropertyGroup> |
| 108 | + <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> |
| 109 | + </Target> |
79 | 110 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
80 | 111 | Other similar extension points exist, see Microsoft.Common.targets. |
81 | 112 | <Target Name="BeforeBuild"> |
|
0 commit comments