Teamcity + C# sln file
solution file content:
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InstructionEditUtil", "InstructionEditUtil.csproj", "{68EE52E7-9B16-4F41-9C0F-CE704DF99AA5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68EE52E7-9B16-4F41-9C0F-CE704DF99AA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68EE52E7-9B16-4F41-9C0F-CE704DF99AA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68EE52E7-9B16-4F41-9C0F-CE704DF99AA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68EE52E7-9B16-4F41-9C0F-CE704DF99AA5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
MsBuild procceds this file successfully, but teamcity agent not .
(C:\TeamCity\buildAgent\work\774d712f826ae8f6\InstructionEditUtil\InstructionEditUtil.sln(1, 1): error MSB4025: The project file could not be loaded. Data at the root level is invalid. Line 1, position 1
Please sign in to leave a comment.
Sorry. MSBuild version in project settings was wrong.