Skip to content

Instantly share code, notes, and snippets.

@bojanrajkovic
Created October 27, 2010 21:32
Show Gist options
  • Save bojanrajkovic/650060 to your computer and use it in GitHub Desktop.
Save bojanrajkovic/650060 to your computer and use it in GitHub Desktop.
saul:admin bojanrajkovic$ cat APAAdminUI.sln
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APAAdminUI", "APAAdminUI\APAAdminUI.csproj", "{62AB80AA-1006-4CBF-ADA2-54BAF70C786F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
RouteDebug|Any CPU = RouteDebug|Any CPU
DebugTiming|Any CPU = DebugTiming|Any CPU
ReleaseTiming|Any CPU = ReleaseTiming|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62AB80AA-1006-4CBF-ADA2-54BAF70C786F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62AB80AA-1006-4CBF-ADA2-54BAF70C786F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62AB80AA-1006-4CBF-ADA2-54BAF70C786F}.DebugTiming|Any CPU.ActiveCfg = DebugTiming|Any CPU
{62AB80AA-1006-4CBF-ADA2-54BAF70C786F}.DebugTiming|Any CPU.Build.0 = DebugTiming|Any CPU
{62AB80AA-1006-4CBF-ADA2-54BAF70C786F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62AB80AA-1006-4CBF-ADA2-54BAF70C786F}.Release|Any CPU.Build.0 = Release|Any CPU
{62AB80AA-1006-4CBF-ADA2-54BAF70C786F}.ReleaseTiming|Any CPU.ActiveCfg = ReleaseTiming|Any CPU
{62AB80AA-1006-4CBF-ADA2-54BAF70C786F}.ReleaseTiming|Any CPU.Build.0 = ReleaseTiming|Any CPU
{62AB80AA-1006-4CBF-ADA2-54BAF70C786F}.RouteDebug|Any CPU.ActiveCfg = RouteDebug|Any CPU
{62AB80AA-1006-4CBF-ADA2-54BAF70C786F}.RouteDebug|Any CPU.Build.0 = RouteDebug|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = APAAdminUI\APAAdminUI.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
saul:admin bojanrajkovic$ ls
APAAdminUI APAAdminUI.sln APAAdminUI.userprefs Binaries
saul:admin bojanrajkovic$ cd APAAdminUI
saul:APAAdminUI bojanrajkovic$ xbuild APAAdminUI.csproj /t:Release
XBuild Engine Version 2.8.0.0
Mono, Version 2.8.0.0
Copyright (C) Marek Sieradzki 2005-2008, Novell 2008-2009.
Build started 10/27/2010 5:31:42 PM.
__________________________________________________
Project "/Users/bojanrajkovic/Projects/APA/admin/APAAdminUI/APAAdminUI.csproj" (Release target(s)):
Target _ValidateEssentialProperties:
/Users/bojanrajkovic/Projects/APA/admin/APAAdminUI/APAAdminUI.csproj: error : Target named 'Release' not found in the project.
Done building project "/Users/bojanrajkovic/Projects/APA/admin/APAAdminUI/APAAdminUI.csproj".-- FAILED
Build FAILED.
Errors:
/Users/bojanrajkovic/Projects/APA/admin/APAAdminUI/APAAdminUI.csproj (Release) ->
/Users/bojanrajkovic/Projects/APA/admin/APAAdminUI/APAAdminUI.csproj: error : Target named 'Release' not found in the project.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.0595480
saul:APAAdminUI bojanrajkovic$ cd ..
saul:admin bojanrajkovic$ xbuild APAAdminUI.csproj /t:Release
XBuild Engine Version 2.8.0.0
Mono, Version 2.8.0.0
Copyright (C) Marek Sieradzki 2005-2008, Novell 2008-2009.
MSBUILD: error MSBUILD0000: Project file 'APAAdminUI.csproj' not found.
saul:admin bojanrajkovic$ xbuild /t:Release
XBuild Engine Version 2.8.0.0
Mono, Version 2.8.0.0
Copyright (C) Marek Sieradzki 2005-2008, Novell 2008-2009.
Build started 10/27/2010 5:32:19 PM.
__________________________________________________
Project "/Users/bojanrajkovic/Projects/APA/admin/APAAdminUI.sln" (Release target(s)):
Target ValidateSolutionConfiguration:
Building solution configuration "Debug|Any CPU".
/Users/bojanrajkovic/Projects/APA/admin/APAAdminUI.sln: error : Target named 'Release' not found in the project.
Done building project "/Users/bojanrajkovic/Projects/APA/admin/APAAdminUI.sln".-- FAILED
Build FAILED.
Errors:
/Users/bojanrajkovic/Projects/APA/admin/APAAdminUI.sln (Release) ->
/Users/bojanrajkovic/Projects/APA/admin/APAAdminUI.sln: error : Target named 'Release' not found in the project.
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.0504200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment