- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我有一个旧的解决方案,我正在尝试使用其中的当前项目构建一个更新的解决方案。其中一个项目是 SQLUtils,它只包含 .cs 文件,它的目标框架是 .NET Framework 2.0。
在旧的解决方案中,它是一个常规的 C# 类库项目,但是当我将它添加到我的新解决方案中时,它变成了 .sqlproj,并且在构建它时出现错误。
我尝试像编辑旧文件一样编辑新的 .sln,但这没有任何区别。
但他们并没有完全解决它,你知道 MSDN...
附加信息:解决方案文件:
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "BO 25.7.17", "BO 25.7.17", "{5C12D821-9F39-4C47-A888-DD65E5CD6464}"
ProjectSection(WebsiteProperties) = preProject
SccProjectName = "SAK"
SccAuxPath = "SAK"
SccLocalPath = "SAK"
SccProvider = "SAK"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv2.0"
ProjectReferences = "{f977dcec-ed6c-485f-ab12-1fe31b7cbc5c}|Logic.dll;"
Debug.AspNetCompiler.VirtualPath = "/localhost_61694"
Debug.AspNetCompiler.PhysicalPath = "..\..\..\..\..\..\TFS\StyleRiver\BO\BO 25.7.17\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_61694\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_61694"
Release.AspNetCompiler.PhysicalPath = "..\..\..\..\..\..\TFS\StyleRiver\BO\BO 25.7.17\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_61694\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "61694"
SlnRelativePath = "..\..\..\..\..\..\TFS\StyleRiver\BO\BO 25.7.17\"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logic", "Logic\Logic.csproj", "{F977DCEC-ED6C-485F-AB12-1FE31B7CBC5C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C12D821-9F39-4C47-A888-DD65E5CD6464}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C12D821-9F39-4C47-A888-DD65E5CD6464}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C12D821-9F39-4C47-A888-DD65E5CD6464}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5C12D821-9F39-4C47-A888-DD65E5CD6464}.Debug|x64.ActiveCfg = Debug|Any CPU
{5C12D821-9F39-4C47-A888-DD65E5CD6464}.Debug|x64.Build.0 = Debug|Any CPU
{5C12D821-9F39-4C47-A888-DD65E5CD6464}.Debug|x86.ActiveCfg = Debug|Any CPU
{5C12D821-9F39-4C47-A888-DD65E5CD6464}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{5C12D821-9F39-4C47-A888-DD65E5CD6464}.Release|Any CPU.Build.0 = Debug|Any CPU
{5C12D821-9F39-4C47-A888-DD65E5CD6464}.Release|Mixed Platforms.ActiveCfg = Debug|Any CPU
{5C12D821-9F39-4C47-A888-DD65E5CD6464}.Release|x64.ActiveCfg = Debug|Any CPU
{5C12D821-9F39-4C47-A888-DD65E5CD6464}.Release|x64.Build.0 = Debug|Any CPU
{5C12D821-9F39-4C47-A888-DD65E5CD6464}.Release|x86.ActiveCfg = Debug|Any CPU
{F977DCEC-ED6C-485F-AB12-1FE31B7CBC5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F977DCEC-ED6C-485F-AB12-1FE31B7CBC5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F977DCEC-ED6C-485F-AB12-1FE31B7CBC5C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F977DCEC-ED6C-485F-AB12-1FE31B7CBC5C}.Debug|x64.ActiveCfg = Debug|x64
{F977DCEC-ED6C-485F-AB12-1FE31B7CBC5C}.Debug|x64.Build.0 = Debug|x64
{F977DCEC-ED6C-485F-AB12-1FE31B7CBC5C}.Debug|x86.ActiveCfg = Debug|Any CPU
{F977DCEC-ED6C-485F-AB12-1FE31B7CBC5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F977DCEC-ED6C-485F-AB12-1FE31B7CBC5C}.Release|Any CPU.Build.0 = Release|Any CPU
{F977DCEC-ED6C-485F-AB12-1FE31B7CBC5C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F977DCEC-ED6C-485F-AB12-1FE31B7CBC5C}.Release|x64.ActiveCfg = Release|x64
{F977DCEC-ED6C-485F-AB12-1FE31B7CBC5C}.Release|x64.Build.0 = Release|x64
{F977DCEC-ED6C-485F-AB12-1FE31B7CBC5C}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 2
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = http://gpnt049:8080/tfs/zap%20market%20-%20zap%20travel
SccWebProject0 = true
SccProjectUniqueName0 = BO\u002025.7.17
SccProjectName0 = BO\u002025.7.17
SccAuxPath0 = http://gpnt049:8080/tfs/zap%20market%20-%20zap%20travel
SccLocalPath0 = BO\u002025.7.17
SccProvider0 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccProjectEnlistmentChoice0 = 2
SccProjectUniqueName1 = Logic\\Logic.csproj
SccProjectName1 = Logic
SccAuxPath1 = http://gpnt049:8080/tfs/zap%20market%20-%20zap%20travel
SccLocalPath1 = Logic
SccProvider1 = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
EndGlobalSection
EndGlobal
.csproj:
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectTypeGuids>{c252feb5-a946-4202-b1d4-9916a0590387};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{80A3D07F-863D-4E34-A5D4-8587A201629E}</ProjectGuid>
<OutputType>Library</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>SQLUtils</AssemblyName>
<RootNamespace>SQLUtils</RootNamespace>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileUpgradeFlags>40</FileUpgradeFlags>
<OldToolsVersion>4.0</OldToolsVersion>
<UpgradeBackupLocation>C:\TFS\StyleRiver\StyleRiver 24.7.17\Backup1\</UpgradeBackupLocation>
<ConnectionString />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<WarningLevel>4</WarningLevel>
<DeployCode>true</DeployCode>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
<DefineConstants>TRACE</DefineConstants>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildBinPath)\SqlServer.targets" />
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.XML" />
</ItemGroup>
<ItemGroup>
<Compile Include="Concat.cs" />
<Compile Include="ConcatDistinct.cs" />
<Compile Include="Encryption.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SqlRegEx.cs" />
<Compile Include="ToUrlCompatible.cs" />
</ItemGroup>
<!-- 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>
<None Include="Test Scripts\Test1.sql" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
</Project>
最佳答案
引用代码项目中的以下文章
List of Visual Studio Project Type GUIDs
There isn't an easy way to change the type of a project in Visual Studio project once it is created; for example changing a C# Class Library into a Portable Class Library (PCL). Knowing these GUIDs will allow you to edit project files like .csproj and .vbproj to easily change a project type in cases where Visual Studio will not allow using the GUI.
让我们看一下上面显示的代码片段中的项目类型 GUID
解决方案文件:
{E24C65DC-7377-472B-9ABA-BC803B73C61A} = Web Site Project
{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} = C# Project
查看解决方案文件时提到了上述项目类型。所有其他 GUID 都是项目本身的唯一项目 ID。
.csproj: 具有以下项目类型 GUID
<ProjectTypeGuids>{c252feb5-a946-4202-b1d4-9916a0590387};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
其中项目类型 GUID
{c252feb5-a946-4202-b1d4-9916a0590387} = Visual Database Tools
{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} = C# Project
再次引用文章,替换OP相关代码
Notes
- You will find these properties as a
<ProjectTypeGuids>
element in the project file, not to be confused with<ProjectGuid>
which is a unique identifier for your project.- Some GUIDs are used in combination. For example
<ProjectTypeGuids>{c252feb5-a946-4202-b1d4-9916a0590387};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
describes a Visual Database Tools library in C#.
我建议您尝试删除/替换 Visual Database Tools
项目类型指南 {c252feb5-a946-4202-b1d4-9916a0590387}
从 .csproj 项目文件开始,然后尝试在较新的 IDE 中打开它
关于c# - 如何阻止 VS2015 将 my.csproj 转换为 .sqlproj?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45983609/
您可以向 .csproj 文件添加注释吗?如果是这样,最好的方法是什么? 最佳答案 注释像往常一样写在 XML 文件中: How to: Write a Simple MSBuild Project
似乎如果我有一个如下所示的 csproj 文件,我最终会定义 BAR 而未定义 FOO。 FOO BAR 是否有“定义附加常量”的语法,以便我可以使用它并最终定义 FOO 和 BAR?
在“旧”世界中,我会定义一个 AssemblyProductAttribute和 AssemblyTrademarkAttribute这将在 Windows 资源管理器的文件属性中显示为“产品名称”和
在“旧”世界中,我会定义一个 AssemblyProductAttribute和 AssemblyTrademarkAttribute这将在 Windows 资源管理器的文件属性中显示为“产品名称”和
我想简化我的 PCL csproj,但我似乎找不到合适的 TargetFrameworks.. 这是我的旧 csproj: Debug AnyCPU {D035A2E6-EF
我正在寻找一种将 .csproj 文件“导入”到另一个 .csproj 文件的方法。 例如下面的场景: 主.csproj: SubMain.csproj 现在最好能以某种方式从我的“SubM
我正在尝试深入研究 VBPROJ 文件的 XML。有谁知道我在哪里可以找到解释结构和属性用法的好资源? 最佳答案 csproj 或 vbproj 文件只不过是 msbuild xml 文件,它们会被
我想创建一个仅包含nuspec文件中指定内容的nuget程序包,但仍从csproj获取版本。为了使用 token ,我必须像这样打包: nuget pack MyProj.csproj 但是当我这样做
我们正在尝试在 windows 1809 上构建一个 iot edge 模块。我们的项目文件夹层次结构如下: ----BaseDir |---ClassLibrary1 |---Cla
我想在 csproj 文件中添加一个带有条件的属性。 条件是:如果网络位置可用,我的属性应具有该值,否则为另一个位置。 有什么提示吗? 谢谢,霍雷亚 最佳答案 您也许可以使用静态方法 System.N
有人可以指出我在 Visual Studio 中的 csproj/vbproj 文件中使用的表达式语言的语法的引用吗?我一直在看到如下用法: ......我试图理解'.Identity'位。 最佳
有没有什么办法可以在 VS 构建时更改输出程序集文件名? 我有两个(四个,包括 Debug/Release 分支)配置,它们的功能有点不同,应该以不同的方式使用,但应该保留在同一个目录中。所以,最好的
我正在学习 C#。 (对不起,我不是英语母语者。) 我正在 dotnet 核心中创建多平台库。 我想用一种方法切换平台。 我尝试了 RuntimeInformation.IsOSPlatform()
在 .csproj 文件中,您可以使用 $(SolutionDir) 等变量。可以通过这种方式找到图书馆。 如何通过 msbuild 构建 .csproj(不提供解决方案路径)?我看不出这种行为有任何
我正在使用 .NET Core 构建跨平台类库。根据为使用 .csproj 文件构建 C# .NET Core 项目的操作系统,我需要将 native 库复制到项目的输出目录。例如,对于 OS X,我
通常 C# 项目有一个与之相关联的 .csproj 文件。那个文件是做什么用的?它包含哪些数据? 最佳答案 基本上,.csproj 文件包含项目中的文件列表,以及对系统程序集的引用等。 有一大堆设置
我正在为 SDK 分发打包示例代码。在分发中,从代码到 SDK 程序集的相对路径与构建机器不同。例如: 分布 csharp/bin/assembly.dll example/ex1/ex1.cspro
我想在整个团队的解决方案中以编程方式管理 VS2008 csproj 文件。我们偶尔会遇到合并问题(在 Hg 中),这仅仅是因为两个开发人员在一个项目中添加了不同的新文件,但它们最终位于 csproj
在 Visual Studio csproj 中,要编译的文件是这样引用的: 在我看来顺序是随机的(至少我看不出顺序原则)。 有几次在修复合并冲突时,我错误地添加了一
我可以在 msbuild 命令中使用任何变量或属性从 .csproj 获取所有项目引用吗? NSwag.exe webapi2swagger /assembly:@(GimmeAllReferenci
我是一名优秀的程序员,十分优秀!