我从网上下载了一个项目,但我无法打开该项目。它说该项目与当前版本不兼容。
我使用了VS 2012桌面快递,2013年桌面快递和最新的2015年桌面快报版本,但无法打开它。我很困惑知道发生了什么事。
please note: The test project InstaSharp.Tests.csproj is opening.
InstaSharp.csproj is not opening.
错误消息:
src\InstaSharp\InstaSharp.csproj: The application which this project type is based on was not found. Please try this link for further information: http://go.microsoft.com/fwlink/?LinkID=299083&projecttype=786C830F-07A1-408B-BD7F-6EE04809D6DB
这是项目文件。它说vs2013,但当我尝试使用vs2013打开文件时,它根本就没有发生。
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InstaSharp", "src\InstaSharp\InstaSharp.csproj", "{CD3EA37A-6C9D-4B74-A2A8-1483259FB1B8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InstaSharp.Tests", "src\InstaSharp.Tests\InstaSharp.Tests.csproj", "{32025768-5A2A-4085-A95E-D6B5E616034C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD3EA37A-6C9D-4B74-A2A8-1483259FB1B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD3EA37A-6C9D-4B74-A2A8-1483259FB1B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD3EA37A-6C9D-4B74-A2A8-1483259FB1B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD3EA37A-6C9D-4B74-A2A8-1483259FB1B8}.Release|Any CPU.Build.0 = Release|Any CPU
{32025768-5A2A-4085-A95E-D6B5E616034C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32025768-5A2A-4085-A95E-D6B5E616034C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32025768-5A2A-4085-A95E-D6B5E616034C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32025768-5A2A-4085-A95E-D6B5E616034C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal