Skip to content

Commit 36cb827

Browse files
committed
Auto restore packages in client project
1 parent a949120 commit 36cb827

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

IntegrationEngine.Client/IntegrationEngine.Client.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -8,6 +8,8 @@
88
<RootNamespace>IntegrationEngine.Client</RootNamespace>
99
<AssemblyName>IntegrationEngine.Client</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
12+
<RestorePackages>true</RestorePackages>
1113
</PropertyGroup>
1214
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1315
<DebugSymbols>true</DebugSymbols>
@@ -51,4 +53,5 @@
5153
<SubType>Designer</SubType>
5254
</None>
5355
</ItemGroup>
56+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
5457
</Project>

0 commit comments

Comments
 (0)