Skip to content

Commit 37263da

Browse files
committed
Configure nuget
1 parent 9262c05 commit 37263da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

IntegrationEngine.ConsoleClient/IntegrationEngine.ConsoleClient.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
15+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
16+
<RestorePackages>true</RestorePackages>
1517
</PropertyGroup>
1618
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1719
<DebugSymbols>true</DebugSymbols>
@@ -65,6 +67,7 @@
6567
<None Include="packages.config" />
6668
</ItemGroup>
6769
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
6871
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6972
Other similar extension points exist, see Microsoft.Common.targets.
7073
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)