Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created September 11, 2015 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/edc607706e40eea15317 to your computer and use it in GitHub Desktop.
Save guitarrapc/edc607706e40eea15317 to your computer and use it in GitHub Desktop.
Microsoft (R) Build Engine version 14.0.23107.0
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 9/11/2015 12:50:20 PM.
Project "D:\fuga\ConsoleApplication2\ConsoleApplication2\ConsoleApplication2.csproj" on node 1 (default targets).
Project "D:\fuga\ConsoleApplication2\ConsoleApplication2\ConsoleApplication2.csproj" (1) is building "D:\fuga\ClassLibrary1\ClassLibrary1\ClassLibrary1.csproj" (2) on node 1 (default targets).
C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(723,5): error : The OutputPath property is not set for project 'ClassLibrary1.csproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Hoge' Platform='AnyCPU'. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [D:\fuga\ClassLibrary1\ClassLibrary1\ClassLibrary1.csproj]
Done Building Project "D:\fuga\ClassLibrary1\ClassLibrary1\ClassLibrary1.csproj" (default targets) -- FAILED.
Project "D:\fuga\ConsoleApplication2\ConsoleApplication2\ConsoleApplication2.csproj" (1) is building "D:\fuga\ClassLibrary2\ClassLibrary2\ClassLibrary2.csproj" (3) on node 1 (default targets).
C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(723,5): error : The OutputPath property is not set for project 'ClassLibrary2.csproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Hoge' Platform='AnyCPU'. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [D:\fuga\ClassLibrary2\ClassLibrary2\ClassLibrary2.csproj]
Done Building Project "D:\fuga\ClassLibrary2\ClassLibrary2\ClassLibrary2.csproj" (default targets) -- FAILED.
Done Building Project "D:\fuga\ConsoleApplication2\ConsoleApplication2\ConsoleApplication2.csproj" (default targets) -- FAILED.
Build FAILED.
"D:\fuga\ConsoleApplication2\ConsoleApplication2\ConsoleApplication2.csproj" (default target) (1) ->
"D:\fuga\ClassLibrary1\ClassLibrary1\ClassLibrary1.csproj" (default target) (2) ->
(_CheckForInvalidConfigurationAndPlatform target) ->
C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(723,5): error : The OutputPath property is not set for project 'ClassLibrary1.csproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Hoge' Platform='AnyCPU'. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [D:\fuga\ClassLibrary1\ClassLibrary1\ClassLibrary1.csproj]
"D:\fuga\ConsoleApplication2\ConsoleApplication2\ConsoleApplication2.csproj" (default target) (1) ->
"D:\fuga\ClassLibrary2\ClassLibrary2\ClassLibrary2.csproj" (default target) (3) ->
C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(723,5): error : The OutputPath property is not set for project 'ClassLibrary2.csproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Hoge' Platform='AnyCPU'. You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [D:\fuga\ClassLibrary2\ClassLibrary2\ClassLibrary2.csproj]
0 Warning(s)
2 Error(s)
Time Elapsed 00:00:00.09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment