File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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 >
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 >
5153 <SubType >Designer</SubType >
5254 </None >
5355 </ItemGroup >
56+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
5457</Project >
You can’t perform that action at this time.
0 commit comments