Skip to content

Commit bb3bc91

Browse files
author
juanonsoftware
committed
Fix error MSB4057: The target "pipelinePreDeplo
yCopyAllFilesToOneFolder" does not exist in the project.
1 parent da66740 commit bb3bc91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Demo.Lib1/Demo.Lib1.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,11 @@
4444
<Compile Include="Utils.cs" />
4545
<Compile Include="Properties\AssemblyInfo.cs" />
4646
</ItemGroup>
47+
<PropertyGroup>
48+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
49+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
50+
</PropertyGroup>
4751
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
52+
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
53+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
4854
</Project>

0 commit comments

Comments
 (0)