Visual Studio 2013更新4,解决方案资源管理器中的重复条目

马可

我们正在开发一个企业应用程序,其中在解决方案中有多个项目。从更新4开始,解决方案资源管理器中复制了许多文件。

我已经删除了它们,但是在下一次构建(使用nant)之后,所有文件再次被复制。

任何建议,我如何可以永久删除重复项?

解决方案资源管理器

Web.csproj文件:

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>
    </ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{5EB1EC4C-47BA-49DF-91C3-3A5266835A02}</ProjectGuid>
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Ilogs.Products.Modules.DMS.Web</RootNamespace>
    <AssemblyName>Ilogs.Products.Modules.DMS.Web</AssemblyName>
    <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
    <UseIISExpress>true</UseIISExpress>
    <IISExpressSSLPort />
    <IISExpressAnonymousAuthentication />
    <IISExpressWindowsAuthentication />
    <IISExpressUseClassicPipelineMode />
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\..\..\EDP\Web\bin\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="Ext.Net">
      <HintPath>..\..\..\..\..\..\lib\Ext.Net\1.7\Ext.Net.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Base.Common.FF, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\..\..\lib\Ilogs.BaseWeb\2.3.0.0\Net4.0\Ilogs.Base.Common.FF.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Base.Common.ResourceManagement, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\..\..\lib\Ilogs.BaseWeb\2.3.0.0\Net4.0\Ilogs.Base.Common.ResourceManagement.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Base.Data.Common, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\..\..\lib\Ilogs.BaseWeb\2.3.0.0\Net4.0\Ilogs.Base.Data.Common.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Base.Data.NHibernate, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\..\..\lib\Ilogs.BaseWeb\2.3.0.0\Net4.0\Ilogs.Base.Data.NHibernate.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Base.Gis, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\..\..\lib\Ilogs.BaseWeb\2.3.0.0\Net4.0\Ilogs.Base.Gis.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Base.Model.Core.Interfaces, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\..\..\lib\Ilogs.BaseWeb\2.3.0.0\Net4.0\Ilogs.Base.Model.Core.Interfaces.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.BaseWeb.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\..\..\lib\Ilogs.BaseWeb\2.3.0.0\Net4.0\Ilogs.BaseWeb.Core.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.BaseWeb.Data, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\..\..\lib\Ilogs.BaseWeb\2.3.0.0\Net4.0\Ilogs.BaseWeb.Data.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.BaseWeb.GUI.ExtNet.Components, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\..\..\lib\Ilogs.BaseWeb\2.3.0.0\Net4.0\Ilogs.BaseWeb.GUI.ExtNet.Components.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Products.Base.Code, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\productsweb\EDP\Web\bin\Ilogs.Products.Base.Code.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Products.Base.Model, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\productsweb\EDP\Web\bin\Ilogs.Products.Base.Model.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Products.Base.Resources, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\EDP\Web\bin\Ilogs.Products.Base.Resources.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Products.EDP.Components, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\EDP\Web\bin\Ilogs.Products.EDP.Components.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Products.EDP.Config, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <HintPath>..\..\..\EDP\Web\bin\Ilogs.Products.EDP.Config.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Products.EDP.Controller, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\EDP\Web\Bin\Ilogs.Products.EDP.Controller.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Products.EDP.Web">
      <HintPath>..\..\..\EDP\Web\bin\Ilogs.Products.EDP.Web.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Products.Mocca.Reports, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\EDP\Web\bin\Ilogs.Products.Mocca.Reports.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Products.Modules.DMS.Interfaces">
      <HintPath>..\..\..\EDP\Web\bin\Ilogs.Products.Modules.DMS.Interfaces.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Products.Moment.Common, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\productsweb\EDP\Web\bin\Ilogs.Products.Moment.Common.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Products.Moment.Data.Model, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\EDP\Web\bin\Ilogs.Products.Moment.Data.Model.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Products.Moment.Data.ModelSource, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\EDP\Web\bin\Ilogs.Products.Moment.Data.ModelSource.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Ilogs.Products.Moment.Data.ModelSource.Gui, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\EDP\Web\bin\Ilogs.Products.Moment.Data.ModelSource.Gui.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Microsoft.JScript" />
    <Reference Include="Newtonsoft.Json">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\..\..\lib\Ext.Net\1.7\Newtonsoft.Json.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="NHibernate, Version=3.2.1.4000, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\..\..\lib\NHibernate\3.3.4.0\NHibernate.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Stimulsoft.Base, Version=2013.3.1800.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\..\..\lib\Stimulsoft\2013.3.1800\Stimulsoft.Base.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Stimulsoft.Report, Version=2013.3.1800.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\..\..\lib\Stimulsoft\2013.3.1800\Stimulsoft.Report.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Web" />
    <Reference Include="System.Data" />
    <Reference Include="System.Web.Extensions" />
    <Reference Include="System.Web.Services" />
    <Reference Include="System.Xml" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="System.Net.Http" />
    <Reference Include="System.Net.Http.Formatting, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\..\..\lib\Microsoft\AspNet\WebApi\Client\5.2.0\net45\System.Net.Http.Formatting.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="System.Web.DynamicData" />
    <Reference Include="System.Web.Entity" />
    <Reference Include="System.Web.ApplicationServices" />
    <Reference Include="System.ComponentModel.DataAnnotations" />
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Web" />
    <Reference Include="System.Web.Http, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\..\..\..\..\lib\Microsoft\AspNet\WebApi\Core\5.2.0\net45\System.Web.Http.dll</HintPath>
    </Reference>
    <Reference Include="System.Xml" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Web.Services" />
    <Reference Include="System.EnterpriseServices" />
    <Reference Include="System.Xml.Linq" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="Application\app.js" />
    <Content Include="Application\app\model\Readme.md" />
    <Content Include="Application\app\store\Readme.md" />
    <Content Include="Application\app\view\common\ActionGlyphs.js" />
    <Content Include="Application\css\application.css.map" />
    <Content Include="Application\css\application.scss" />
    <Content Include="Application\css\Variables.css">
      <DependentUpon>Variables.scss</DependentUpon>
    </Content>
    <Content Include="Application\css\Variables.scss" />
    <Content Include="Application\css\Variables.css.map">
      <DependentUpon>Variables.css</DependentUpon>
    </Content>
    <None Include="Web.Debug.config">
      <DependentUpon>Web.config</DependentUpon>
    </None>
    <None Include="Web.Release.config">
      <DependentUpon>Web.config</DependentUpon>
    </None>
  </ItemGroup>
  <ItemGroup>
    <Content Include="Application\app\Application.js" />
    <Content Include="Application\app\config\Runtime.js" />
    <Content Include="Application\app\model\DocItemModel.js" />
    <Content Include="Application\app\model\DocItemTreeModel.js" />
    <Content Include="Application\app\model\DocTagModel.js" />
    <Content Include="Application\app\model\DocTypeModel.js" />
    <Content Include="Application\app\proxy\CustomAjaxProxy.js" />
    <Content Include="Application\app\store\DocItemStore.js" />
    <Content Include="Application\app\store\DocItemTreeStore.js" />
    <Content Include="Application\app\store\DocTagStore.js" />
    <Content Include="Application\app\store\DocTypeStore.js" />
    <Content Include="Application\app\view\content\Content.js" />
    <Content Include="Application\app\view\content\ContentController.js" />
    <Content Include="Application\app\view\content\ContentModel.js" />
    <Content Include="Application\app\view\content\ContextMenu.js" />
    <Content Include="Application\app\view\content\EditWindow.js" />
    <Content Include="Application\app\view\content\UploadWindow.js" />
    <Content Include="Application\app\view\main\Main.js" />
    <Content Include="Application\app\view\main\MainController.js" />
    <Content Include="Application\app\view\main\MainModel.js" />
    <Content Include="Application\app\view\navigation\ContextMenu.js" />
    <Content Include="Application\app\view\navigation\Navigation.js" />
    <Content Include="Application\app\view\toolbar\DocTagWindow.js" />
    <Content Include="Application\app\view\toolbar\DocTypeWindow.js" />
    <Content Include="Application\app\view\toolbar\MenuToolbar.js" />
    <Content Include="Application\app\view\toolbar\MenuToolbarController.js" />
    <Content Include="Application\app\view\toolbar\MenuToolbarModel.js" />
    <Content Include="Application\css\application.css" />
    <Content Include="Application\images\icons\filetypeDoc.png" />
    <Content Include="Application\images\icons\filetypeImg.png" />
    <Content Include="Application\images\icons\filetypePdf.png" />
    <Content Include="Application\images\icons\filetypeTxt.png" />
    <Content Include="Application\images\icons\filetypeUnknown.png" />
    <Content Include="Application\images\icons\filetypeXls.png" />
    <Content Include="Application\index.html" />
    <Content Include="Pages\CustomerDmsTab.aspx" />
    <Content Include="Pages\EmployeeDmsTab.aspx" />
    <Content Include="Scripts\FileSaver.js" />
    <Content Include="Web.config" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Infrastructure\CustomMultipartFormDataStreamProvider.cs" />
    <Compile Include="Pages\CustomerDmsTab.aspx.cs">
      <DependentUpon>CustomerDmsTab.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="Pages\CustomerDmsTab.aspx.designer.cs">
      <DependentUpon>CustomerDmsTab.aspx</DependentUpon>
    </Compile>
    <Compile Include="Pages\EmployeeDmsTab.aspx.cs">
      <DependentUpon>EmployeeDmsTab.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="Pages\EmployeeDmsTab.aspx.designer.cs">
      <DependentUpon>EmployeeDmsTab.aspx</DependentUpon>
    </Compile>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Service\CustomerPhotoController.cs" />
    <Compile Include="Service\DocItemController.cs" />
    <Compile Include="Service\DocItemListController.cs" />
    <Compile Include="Service\DocItemTreeController.cs" />
    <Compile Include="Service\DocTagController.cs" />
    <Compile Include="Service\DocTypeController.cs" />
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Application\app\view\ribbon\" />
    <Folder Include="Controller\" />
  </ItemGroup>
  <PropertyGroup>
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  </PropertyGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  <ProjectExtensions>
    <VisualStudio>
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
        <WebProjectProperties>
          <UseIIS>False</UseIIS>
          <AutoAssignPort>True</AutoAssignPort>
          <DevelopmentServerPort>56864</DevelopmentServerPort>
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
          <IISUrl>http://localhost:56864/</IISUrl>
          <NTLMAuthentication>False</NTLMAuthentication>
          <UseCustomServer>False</UseCustomServer>
          <CustomServerUrl>
          </CustomServerUrl>
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
        </WebProjectProperties>
      </FlavorProperties>
    </VisualStudio>
  </ProjectExtensions>
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
  <ItemGroup>
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\Application.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\config\Runtime.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\model\DocItemModel.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\model\DocItemTreeModel.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\model\DocTagModel.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\model\DocTypeModel.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\proxy\CustomAjaxProxy.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\store\DocItemStore.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\store\DocItemTreeStore.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\store\DocTagStore.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\store\DocTypeStore.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\common\ActionGlyphs.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\content\Content.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\content\ContentController.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\content\ContentModel.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\content\ContextMenu.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\content\EditWindow.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\content\UploadWindow.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\main\Main.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\main\MainController.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\main\MainModel.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\navigation\ContextMenu.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\navigation\Navigation.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\toolbar\DocTagWindow.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\toolbar\DocTypeWindow.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\toolbar\MenuToolbar.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\toolbar\MenuToolbarController.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\app\view\toolbar\MenuToolbarModel.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Scripts\FileSaver.js" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\css\application.css" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\css\application.css.map" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\css\Variables.css" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Application\css\Variables.css.map" />
    <SourceFiles Include="$(MSBuildProjectDirectory)\**\*.png" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Pages\CustomerDmsTab.aspx" />
    <SourceFiles Include="C:\svn\branches\Mocca-EDP-3.3.0.0\productsweb\Modules\DMS\Web\Pages\EmployeeDmsTab.aspx" />
  </ItemGroup>
  <Target Name="AfterBuild">
    <Copy SourceFiles="@(SourceFiles)" DestinationFiles="@(SourceFiles->'%(MSBuildProjectDirectory)..\..\..\EDP\Web\Modules\DMS\Web\%(RecursiveDir)%(Filename)%(Extension)')" />
  </Target>
</Project>

Visual Studio已将所有文件的相对路径更改为绝对路径。

<ItemGroup>
    <SourceFiles Include="$(MSBuildProjectDirectory)\**\*.html" />
    <SourceFiles Include="$(MSBuildProjectDirectory)\**\*.css*" />
    <SourceFiles Include="$(MSBuildProjectDirectory)\**\*.png" />
    <SourceFiles Include="$(MSBuildProjectDirectory)\**\*.js" />
    <SourceFiles Include="$(MSBuildProjectDirectory)\**\*.as?x" />
</ItemGroup>
<Target Name="AfterBuild">
    <Copy SourceFiles="@(SourceFiles)" DestinationFiles="@(SourceFiles->'%(MSBuildProjectDirectory)..\..\..\EDP\Web\Modules\DMS\Web\%(RecursiveDir)%(Filename)%(Extension)')" />
</Target>
阿提拉·萨斯(Attila Szasz)

右键单击项目名称(不是解决方案)->卸载项目。
再次右键单击项目名称->编辑{ProjectName} .cproj

查找<ItemGroup>包含以下内容的条目:<Compile Include="Runtime.js" />

删除重复的条目。保存,关闭。再次右键单击项目名称->重新加载项目。

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

如何在Visual Studio 2013解决方案资源管理器中获取文件路径?

Visual Studio 2013:如何在解决方案资源管理器中显示活动文件?

如何在Visual Studio的解决方案资源管理器中添加文件?

解决方案资源管理器不更新Visual Studio 2015中的团队项目

Visual Studio for Web 2013无法在解决方案资源管理器中看到所有文件

更改Visual Studio解决方案资源管理器的字体大小

Visual Studio解决方案资源管理器“不输入”符号含义吗?

Visual Studio .Net解决方案资源管理器图标

Visual Studio解决方案资源管理器无法找到所有内容

在Visual Studio中快捷方式在Windows文件资源管理器中打开解决方案?

这个红色正方形图标在Visual Studio 2013解决方案资源管理器中是什么意思?

Visual Studio 2013不正确地显示解决方案资源管理器中的隐藏文件

无法在Visual Studio 2017解决方案资源管理器中编辑.csproj文件

在Visual Studio 2015解决方案资源管理器中未显示bower.json

在Visual Studio 2015中更改解决方案资源管理器工具窗口的标题

使用Mac的Visual Studio在解决方案资源管理器中复制客户端文件

在Visual Studio 2017 RC解决方案资源管理器中找不到project.json

切换分支不会刷新Visual Studio中的解决方案资源管理器

未在Visual Studio的解决方案资源管理器中对SCSS文件进行分组

Visual Studio扩展:在解决方案资源管理器中获取当前所选文件的路径

无法访问Visual Studio 2010解决方案资源管理器中的文件夹

在解决方案资源管理器下的Visual Studio解决方案中创建的文件夹未出现在源代码管理资源管理器中

Visual Studio 2013:“显示所有文件”模式下的自动刷新解决方案资源管理器

Visual Studio-导航到解决方案资源管理器的快捷方式

Visual Studio 2017不记得选项“在解决方案资源管理器中跟踪活动项”

Visual Studio解决方案资源管理器不显示文件和文件夹

如何自定义Visual Studio解决方案资源管理器的右键菜单选项?

Visual Studio:将解决方案资源管理器滚动到当前文件的快捷方式

Visual Studio解决方案资源管理器-针对资产文件观察到的不同图标