我拿到这个错误的编码,一是使用ccnet,一是在这个计算机中安装了VS:
NCrawler.DbServices.Db.dbproj(63,3): error MSB4019: The imported project "C:Program Files (x86)MSBuildMicrosoftVisualStudiov10.0TeamDataMicrosoft.Data.Schema.SqlTasks.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
如何建设,xml去除拖网。 Dbservices.Db.dbproj项目从编纂成册? 这样做是可能的。
这是我为防控而建造的。
<?xml version="1.0" encoding="utf-8" ?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Solution>NCrawler.sln</Solution>
</PropertyGroup>
<PropertyGroup Condition="!Exists( $(Configuration) )">
<Configuration>Debug</Configuration>
</PropertyGroup>
<Target Name="Build" DependsOnTargets="Clean;Compile" />
<Target Name="Clean">
<MSBuild Projects="$(Solution)" Properties="Configuration=$(Configuration)" Targets="Clean" />
</Target>
<Target Name="Compile">
<MSBuild Projects="$(Solution)" Properties="Configuration=$(Configuration)" />
</Target>
</Project>