Skip to content

Instantly share code, notes, and snippets.

@ianbattersby
Created August 4, 2012 09:56
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 ianbattersby/3256480 to your computer and use it in GitHub Desktop.
Save ianbattersby/3256480 to your computer and use it in GitHub Desktop.
Example xbuild (working from console) which doesn't work from FAKE
> xbuild ./Sandbox/Sandbox.csproj /t:Build /p:OutputPath="Users/ian/Code/Simple.Web/build" /p:Configuration="Debug" /p:VSToolsPath="/Library/Frameworks/Mono.framework/Libraries/mono/xbuild/Microsoft/VisualStudio/v9.0"
XBuild Engine Version 2.11.2.0
Mono, Version 2.11.2.0
Copyright (C) Marek Sieradzki 2005-2008, Novell 2008-2011.
Build started 04/08/2012 10:54:22.
__________________________________________________
Project "/Users/ian/Code/Simple.Web/Sandbox/Sandbox.csproj" (Build target(s)):
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
Created directory "Users/ian/Code/Simple.Web/build/"
Created directory "obj/Debug/"
Target ResolveProjectReferences:
Project "/Users/ian/Code/Simple.Web/Simple.Web.AspNet/Simple.Web.AspNet.csproj" (default target(s)):
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
Created directory "Users/ian/Code/Simple.Web/build/"
Created directory "obj/Debug/"
Target ResolveProjectReferences:
Project "/Users/ian/Code/Simple.Web/Simple.Web/Simple.Web.csproj" (default target(s)):
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
Created directory "Users/ian/Code/Simple.Web/build/"
Created directory "obj/Debug/"
Created directory "bin/Debug/"
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Library/Frameworks/Mono.framework/Versions/2.11.2/bin/dmcs execution started with arguments: /noconfig /debug:full /debug+ /optimize- /out:obj/Debug/Simple.Web.dll ../CommonAssemblyInfo.cs Application.cs Authentication/AnonymousUser.cs Behaviors/BehaviorAttribute.cs Behaviors/CookieAttribute.cs Behaviors/IETag.cs Behaviors/Implementations/WriteOutputAsync.cs Behaviors/IOutputStream.cs Behaviors/OutputBehaviorAttribute.cs Behaviors/RequestBehaviorAttribute.cs Behaviors/ResponseBehaviorAttribute.cs CodeGeneration/AsyncPipeline.cs CodeGeneration/AsyncRunner.cs CodeGeneration/BehaviorInfo.cs CodeGeneration/CookiePropertySetter.cs CodeGeneration/HandlerBlock.cs CodeGeneration/IScopedHandler.cs CodeGeneration/ObjectEx.cs CodeGeneration/OutputBehaviorInfo.cs CodeGeneration/PipelineBlock.cs CodeGeneration/PipelineFunctionFactory.cs CodeGeneration/PropertyCookieSetter.cs CodeGeneration/RequestBehaviorInfo.cs CodeGeneration/ResponseBehaviorInfo.cs Authentication/DefaultAuthenticationProvider.cs CodeGeneration/ScopedHandler.cs CodeGeneration/TypeEx.cs Helpers/AsyncExtensions.cs Helpers/EnumerableExtensions.cs Helpers/IFileUtility.cs Helpers/NameValueCollectionEx.cs Helpers/StringHelpers.cs Helpers/TaskHelper.cs Http/CacheLevel.cs Http/CacheOptions.cs Behaviors/Implementations/SetIfModifiedSince.cs Behaviors/Implementations/SetInputETag.cs Behaviors/Implementations/SetLastModified.cs Behaviors/Implementations/SetOutputETag.cs Behaviors/Implementations/SetUserCookie.cs Http/Cookie.cs Http/CookieWriter.cs Http/HeaderKeys.cs Http/RequestExtensions.cs Http/ResponseExtensions.cs MediaTypeHandling/IContent.cs MediaTypeHandling/ObjectToDictionary.cs Hosting/HandlerFactory.cs Helpers/AssemblyExtensions.cs Behaviors/Implementations/CheckAuthentication.cs Behaviors/Implementations/SetCacheOptions.cs CodeGeneration/HandlerRunnerBuilder.cs CodeGeneration/IMethodLookup.cs CodeGeneration/MethodLookup.cs Behaviors/Implementations/Redirect.cs Behaviors/Implementations/SetFiles.cs Behaviors/Implementations/SetInput.cs Behaviors/Implementations/WriteOutput.cs CodeGeneration/WriteRawHtml.cs CodeGeneration/WriteStatusCode.cs Behaviors/Implementations/WriteStreamResponse.cs CodeGeneration/WriteView.cs Helpers/Comparer.cs Configuration.cs MediaTypeHandling/MediaType.cs MediaTypeHandling/MediaTypeHandlerEx.cs MediaTypeHandling/MediaTypeHandlerTable.cs MediaTypeHandling/MediaTypesAttribute.cs DependencyInjection/DefaultSimpleContainer.cs CodeGeneration/HandlerBuilderFactory.cs Hosting/HandlerInfo.cs Hosting/HandlerRunnerFactory.cs Hosting/HandlerTypeInfo.cs Helpers/ExportedTypeHelper.cs Helpers/ExpressionHelper.cs Helpers/FileUtility.cs MediaTypeHandling/FormDeserializer.cs Helpers/ErrorHelper.cs IDelete.cs IHead.cs Behaviors/ILogin.cs Behaviors/IModified.cs IPatch.cs IPut.cs Links/CanonicalAttribute.cs Links/LinkAttributeBase.cs Links/LinkBuilder.cs Links/LinkHelper.cs Helpers/ResponseExtensions.cs Helpers/UriFromType.cs Helpers/UriTemplateHelper.cs Http/HttpMethodAttribute.cs Authentication/IAuthenticationProvider.cs IConfiguration.cs MediaTypeHandling/IMediaTypeHandler.cs Http/IContext.cs IGet.cs Behaviors/IInput.cs Behaviors/ILoginPage.cs Behaviors/ICacheability.cs Behaviors/IOutput.cs Helpers/IPathUtility.cs IPost.cs Behaviors/IMayRedirect.cs IPostedFile.cs Http/IRequest.cs Behaviors/IRequireAuthentication.cs Http/IResponse.cs DependencyInjection/ISimpleContainer.cs IStartupTask.cs Behaviors/IUploadFiles.cs Authentication/IUser.cs IWebEnvironment.cs MediaTypeHandling/Content.cs CodeGeneration/PropertySetterBuilder.cs Links/Link.cs Links/LinksFromAttribute.cs Owin/OwinContext.cs Owin/OwinKeys.cs Owin/OwinRequest.cs Owin/OwinResponse.cs Owin/PostedFile.cs Owin/QueryStringParser.cs Priority.cs Raw.cs RawHtml.cs RespondsToAttribute.cs RespondsWithAttribute.cs Routing/RoutingException.cs Routing/RoutingTable.cs Routing/RoutingTableBuilder.cs SimpleWeb.cs Properties/AssemblyInfo.cs Hosting/StartupTaskRunner.cs Status.cs UnsupportedMediaTypeException.cs UriTemplateAttribute.cs User.cs WebEnvironment.cs /target:library /define:"DEBUG;TRACE" /nowarn:1591 /doc:bin/Debug/Simple.Web.XML /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.ComponentModel.Composition.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Runtime.Serialization.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Web.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Xml.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Data.DataSetExtensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.CSharp.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Data.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Core.dll /warn:4
Application.cs(17,25): warning CS1691: `811' is not a valid warning number
Application.cs(21,25): warning CS1691: `811' is not a valid warning number
CodeGeneration/PipelineFunctionFactory.cs(63,17): warning CS0219: The variable `setCookieProperties' is assigned but its value is never used
CodeGeneration/PipelineFunctionFactory.cs(64,17): warning CS0219: The variable `setPropertyCookies' is assigned but its value is never used
CodeGeneration/PropertyCookieSetter.cs(16,44): warning CS0414: The private field `Simple.Web.CodeGeneration.PropertyCookieSetter.SetCookieValuesMethod' is assigned but its value is never used
CodeGeneration/PropertyCookieSetter.cs(19,44): warning CS0414: The private field `Simple.Web.CodeGeneration.PropertyCookieSetter.ToStringMethod' is assigned but its value is never used
Http/ResponseExtensions.cs(13,42): warning CS0414: The private field `Simple.Web.Http.ResponseExtensions.MediaTypeWildcard' is assigned but its value is never used
Target DeployOutputFiles:
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web/obj/Debug/Simple.Web.dll.mdb' to '/Users/ian/Code/Simple.Web/Simple.Web/Users/ian/Code/Simple.Web/build/Simple.Web.dll.mdb'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web/obj/Debug/Simple.Web.dll' to '/Users/ian/Code/Simple.Web/Simple.Web/Users/ian/Code/Simple.Web/build/Simple.Web.dll'
Done building project "/Users/ian/Code/Simple.Web/Simple.Web/Simple.Web.csproj".
Target CopyFilesMarkedCopyLocal:
Copying file from '/Users/ian/Code/Simple.Web/packages/Fix.0.1/lib/net40/Fix.dll' to '/Users/ian/Code/Simple.Web/Simple.Web.AspNet/Users/ian/Code/Simple.Web/build/Fix.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/Fix.AspNet.0.1/lib/net40/Fix.AspNet.dll' to '/Users/ian/Code/Simple.Web/Simple.Web.AspNet/Users/ian/Code/Simple.Web/build/Fix.AspNet.dll'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web/Users/ian/Code/Simple.Web/build/Simple.Web.dll' to '/Users/ian/Code/Simple.Web/Simple.Web.AspNet/Users/ian/Code/Simple.Web/build/Simple.Web.dll'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web/Users/ian/Code/Simple.Web/build/Simple.Web.dll.mdb' to '/Users/ian/Code/Simple.Web/Simple.Web.AspNet/Users/ian/Code/Simple.Web/build/Simple.Web.dll.mdb'
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Library/Frameworks/Mono.framework/Versions/2.11.2/bin/dmcs execution started with arguments: /noconfig /debug:full /debug+ /optimize- /out:obj/Debug/Simple.Web.AspNet.dll ../CommonAssemblyInfo.cs PathUtility.cs Properties/AssemblyInfo.cs /target:library /define:"DEBUG;TRACE" /reference:../packages/Fix.0.1/lib/net40/Fix.dll /reference:../packages/Fix.AspNet.0.1/lib/net40/Fix.AspNet.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Web.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Xml.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Data.DataSetExtensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.CSharp.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Data.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Core.dll /reference:/Users/ian/Code/Simple.Web/Simple.Web/Users/ian/Code/Simple.Web/build//Simple.Web.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/mscorlib.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.ComponentModel.Composition.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Runtime.Serialization.dll /warn:4
Target DeployOutputFiles:
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web.AspNet/obj/Debug/Simple.Web.AspNet.dll.mdb' to '/Users/ian/Code/Simple.Web/Simple.Web.AspNet/Users/ian/Code/Simple.Web/build/Simple.Web.AspNet.dll.mdb'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web.AspNet/obj/Debug/Simple.Web.AspNet.dll' to '/Users/ian/Code/Simple.Web/Simple.Web.AspNet/Users/ian/Code/Simple.Web/build/Simple.Web.AspNet.dll'
Done building project "/Users/ian/Code/Simple.Web/Simple.Web.AspNet/Simple.Web.AspNet.csproj".
Project "/Users/ian/Code/Simple.Web/Simple.Web.Razor/Simple.Web.Razor.csproj" (default target(s)):
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
Created directory "Users/ian/Code/Simple.Web/build/"
Created directory "obj/Debug/"
Target ResolveAssemblyReferences:
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' not resolved
For searchpath /Users/ian/Code/Simple.Web/packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40
Considered '/Users/ian/Code/Simple.Web/packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.DataVisualization' as a file, but the file does not exist
Considered '/Users/ian/Code/Simple.Web/packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.DataVisualization.exe' as a file, but the file does not exist
Considered '/Users/ian/Code/Simple.Web/packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.DataVisualization.dll' as a file, but the file does not exist
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0, assembly named 'System.Web.DataVisualization' not found.
For searchpath {PkgConfig}
Considered System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, but could not find in the GAC.
For searchpath {RawFileName}
Considered '/Users/ian/Code/Simple.Web/Simple.Web.Razor/System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' as a file, but the file does not exist
For searchpath Users/ian/Code/Simple.Web/build/
Considered '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/System.Web.DataVisualization' as a file, but the file does not exist
Considered '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/System.Web.DataVisualization.exe' as a file, but the file does not exist
Considered '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/System.Web.DataVisualization.dll' as a file, but the file does not exist
Target CopyFilesMarkedCopyLocal:
Copying file from '/Users/ian/Code/Simple.Web/packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll' to '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/Microsoft.Web.Infrastructure.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.Helpers.dll' to '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/System.Web.Helpers.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/Microsoft.AspNet.Razor.2.0.20505.0/lib/net40/System.Web.Razor.dll' to '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/System.Web.Razor.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.WebPages.dll' to '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/System.Web.WebPages.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.WebPages.Deployment.dll' to '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/System.Web.WebPages.Deployment.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.WebPages.Razor.dll' to '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/System.Web.WebPages.Razor.dll'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web/Users/ian/Code/Simple.Web/build/Simple.Web.dll' to '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/Simple.Web.dll'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web/Users/ian/Code/Simple.Web/build/Simple.Web.dll.mdb' to '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/Simple.Web.dll.mdb'
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Library/Frameworks/Mono.framework/Versions/2.11.2/bin/dmcs execution started with arguments: /noconfig /debug:full /debug+ /optimize- /out:obj/Debug/Simple.Web.Razor.dll ../CommonAssemblyInfo.cs AmbiguousViewException.cs AttributePart.cs AttributeValue.cs Engine/SetModelTypeCodeGenerator.cs Engine/SimpleCSharpRazorCodeGenerator.cs Engine/SimpleCSharpCodeParser.cs Engine/SimpleRazorEngineHost.cs PreApplicationStartCode.cs RazorHtmlMediaTypeHandler.cs RazorTypeBuilder.cs Properties/AssemblyInfo.cs RazorViews.cs SimpleRazorBuildProvider.cs SimpleTemplateBase.cs SimpleWebPageRazorHost.cs SimpleWebRazorHostFactory.cs TypeNameTranslator.cs TypeResolver.cs ViewNotFoundException.cs /target:library /define:"DEBUG;TRACE" /reference:../packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Web.dll /reference:../packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.Helpers.dll /reference:../packages/Microsoft.AspNet.Razor.2.0.20505.0/lib/net40/System.Web.Razor.dll /reference:../packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.WebPages.dll /reference:../packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.WebPages.Deployment.dll /reference:../packages/Microsoft.AspNet.WebPages.2.0.20505.0/lib/net40/System.Web.WebPages.Razor.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Xml.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Data.DataSetExtensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.CSharp.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Data.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Core.dll /reference:/Users/ian/Code/Simple.Web/Simple.Web/Users/ian/Code/Simple.Web/build//Simple.Web.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/mscorlib.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Configuration.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Web.Extensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Drawing.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Runtime.Caching.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.ComponentModel.DataAnnotations.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Data.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.ComponentModel.Composition.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Runtime.Serialization.dll /warn:4
AttributePart.cs(8,30): warning CS0414: The private field `Simple.Web.Razor.AttributePart._position' is assigned but its value is never used
AttributeValue.cs(9,31): warning CS0414: The private field `Simple.Web.Razor.AttributeValue._literal' is assigned but its value is never used
Target DeployOutputFiles:
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web.Razor/obj/Debug/Simple.Web.Razor.dll.mdb' to '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/Simple.Web.Razor.dll.mdb'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web.Razor/obj/Debug/Simple.Web.Razor.dll' to '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/Simple.Web.Razor.dll'
Done building project "/Users/ian/Code/Simple.Web/Simple.Web.Razor/Simple.Web.Razor.csproj".
Target ResolveAssemblyReferences:
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'System.Web.Entity' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0, assembly named 'System.Web.Entity' not found.
For searchpath {PkgConfig}
Considered System.Web.Entity, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Web.Entity, but could not find in the GAC.
For searchpath {RawFileName}
Considered '/Users/ian/Code/Simple.Web/Sandbox/System.Web.Entity' as a file, but the file does not exist
For searchpath Users/ian/Code/Simple.Web/build/
Considered '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/System.Web.Entity' as a file, but the file does not exist
Considered '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/System.Web.Entity.exe' as a file, but the file does not exist
Considered '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/System.Web.Entity.dll' as a file, but the file does not exist
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' not resolved
For searchpath /Users/ian/Code/Simple.Web/packages/AspNetWebPages.Core.2.0.20126.16343/lib/net40
Considered '/Users/ian/Code/Simple.Web/packages/AspNetWebPages.Core.2.0.20126.16343/lib/net40/System.Web.DataVisualization' as a file, but the file does not exist
Considered '/Users/ian/Code/Simple.Web/packages/AspNetWebPages.Core.2.0.20126.16343/lib/net40/System.Web.DataVisualization.exe' as a file, but the file does not exist
Considered '/Users/ian/Code/Simple.Web/packages/AspNetWebPages.Core.2.0.20126.16343/lib/net40/System.Web.DataVisualization.dll' as a file, but the file does not exist
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0, assembly named 'System.Web.DataVisualization' not found.
For searchpath {PkgConfig}
Considered System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, but could not find in the GAC.
For searchpath {RawFileName}
Considered '/Users/ian/Code/Simple.Web/Sandbox/System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' as a file, but the file does not exist
For searchpath Users/ian/Code/Simple.Web/build/
Considered '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/System.Web.DataVisualization' as a file, but the file does not exist
Considered '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/System.Web.DataVisualization.exe' as a file, but the file does not exist
Considered '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/System.Web.DataVisualization.dll' as a file, but the file does not exist
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
Target CopyFilesMarkedCopyLocal:
Copying file from '/Users/ian/Code/Simple.Web/packages/Fix.0.1/lib/net40/Fix.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/Fix.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/Fix.AspNet.0.1/lib/net40/Fix.AspNet.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/Fix.AspNet.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/JsonFx.2.0.1106.2610/lib/net40/JsonFx.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/JsonFx.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/Microsoft.Web.Infrastructure.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/AspNetWebPages.Core.2.0.20126.16343/lib/net40/System.Web.Helpers.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/System.Web.Helpers.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/AspNetRazor.Core.2.0.20126.16343/lib/net40/System.Web.Razor.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/System.Web.Razor.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/xunit.1.9.0.1566/lib/xunit.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/xunit.dll'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web.AspNet/Users/ian/Code/Simple.Web/build/Simple.Web.AspNet.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/Simple.Web.AspNet.dll'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web.AspNet/Users/ian/Code/Simple.Web/build/Simple.Web.AspNet.dll.mdb' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/Simple.Web.AspNet.dll.mdb'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/Simple.Web.Razor.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/Simple.Web.Razor.dll'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/Simple.Web.Razor.dll.mdb' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/Simple.Web.Razor.dll.mdb'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web/Users/ian/Code/Simple.Web/build/Simple.Web.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/Simple.Web.dll'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web/Users/ian/Code/Simple.Web/build/Simple.Web.dll.mdb' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/Simple.Web.dll.mdb'
Copying file from '/Users/ian/Code/Simple.Web/packages/AspNetWebPages.Core.2.0.20126.16343/lib/net40/System.Web.WebPages.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/System.Web.WebPages.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/AspNetWebPages.Core.2.0.20126.16343/lib/net40/System.Web.WebPages.Deployment.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/System.Web.WebPages.Deployment.dll'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/System.Web.WebPages.Razor.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/System.Web.WebPages.Razor.dll'
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Library/Frameworks/Mono.framework/Versions/2.11.2/bin/dmcs execution started with arguments: /noconfig /debug:full /debug+ /optimize- /out:obj/Debug/Sandbox.dll Models/Form.cs GetForm.cs GetHello.cs GetIndex.cs LoginForm.cs LoginPost.cs Models/Login.cs Models/SubmitData.cs Properties/AssemblyInfo.cs Startup/AppStart.cs Startup/SetPublicFolders.cs PostForm.cs /target:library /define:"DEBUG;TRACE" /reference:../packages/Fix.0.1/lib/net40/Fix.dll /reference:../packages/Fix.AspNet.0.1/lib/net40/Fix.AspNet.dll /reference:../packages/JsonFx.2.0.1106.2610/lib/net40/JsonFx.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.CSharp.dll /reference:../packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Web.DynamicData.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Web.ApplicationServices.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Data.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Data.DataSetExtensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Web.Extensions.dll /reference:../packages/AspNetWebPages.Core.2.0.20126.16343/lib/net40/System.Web.Helpers.dll /reference:../packages/AspNetRazor.Core.2.0.20126.16343/lib/net40/System.Web.Razor.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Xml.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Drawing.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Web.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Configuration.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Web.Services.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.EnterpriseServices.dll /reference:../packages/xunit.1.9.0.1566/lib/xunit.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Core.dll /reference:/Users/ian/Code/Simple.Web/Simple.Web.AspNet/Users/ian/Code/Simple.Web/build//Simple.Web.AspNet.dll /reference:/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build//Simple.Web.Razor.dll /reference:/Users/ian/Code/Simple.Web/Simple.Web/Users/ian/Code/Simple.Web/build//Simple.Web.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/mscorlib.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.ComponentModel.Composition.dll /reference:/Users/ian/Code/Simple.Web/packages/AspNetWebPages.Core.2.0.20126.16343/lib/net40/System.Web.WebPages.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Runtime.Caching.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.ComponentModel.DataAnnotations.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Data.Linq.dll /reference:/Users/ian/Code/Simple.Web/packages/AspNetWebPages.Core.2.0.20126.16343/lib/net40/System.Web.WebPages.Deployment.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/System.Runtime.Serialization.dll /reference:/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/System.Web.WebPages.Razor.dll /warn:4
Target DeployOutputFiles:
Copying file from '/Users/ian/Code/Simple.Web/Sandbox/obj/Debug/Sandbox.dll.mdb' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/Sandbox.dll.mdb'
Copying file from '/Users/ian/Code/Simple.Web/Sandbox/obj/Debug/Sandbox.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/Sandbox.dll'
Target _CopyWebApplication:
Created directory "Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin"
Copying file from '/Users/ian/Code/Simple.Web/Sandbox/obj/Debug/Sandbox.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/Sandbox.dll'
Copying file from '/Users/ian/Code/Simple.Web/Sandbox/obj/Debug/Sandbox.dll.mdb' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/Sandbox.dll.mdb'
Copying file from '/Users/ian/Code/Simple.Web/packages/Fix.0.1/lib/net40/Fix.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/Fix.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/Fix.AspNet.0.1/lib/net40/Fix.AspNet.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/Fix.AspNet.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/JsonFx.2.0.1106.2610/lib/net40/JsonFx.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/JsonFx.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructure.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/Microsoft.Web.Infrastructure.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/AspNetWebPages.Core.2.0.20126.16343/lib/net40/System.Web.Helpers.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/System.Web.Helpers.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/AspNetRazor.Core.2.0.20126.16343/lib/net40/System.Web.Razor.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/System.Web.Razor.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/xunit.1.9.0.1566/lib/xunit.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/xunit.dll'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web.AspNet/Users/ian/Code/Simple.Web/build/Simple.Web.AspNet.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/Simple.Web.AspNet.dll'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web.AspNet/Users/ian/Code/Simple.Web/build/Simple.Web.AspNet.dll.mdb' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/Simple.Web.AspNet.dll.mdb'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/Simple.Web.Razor.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/Simple.Web.Razor.dll'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/Simple.Web.Razor.dll.mdb' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/Simple.Web.Razor.dll.mdb'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web/Users/ian/Code/Simple.Web/build/Simple.Web.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/Simple.Web.dll'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web/Users/ian/Code/Simple.Web/build/Simple.Web.dll.mdb' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/Simple.Web.dll.mdb'
Copying file from '/Users/ian/Code/Simple.Web/packages/AspNetWebPages.Core.2.0.20126.16343/lib/net40/System.Web.WebPages.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/System.Web.WebPages.dll'
Copying file from '/Users/ian/Code/Simple.Web/packages/AspNetWebPages.Core.2.0.20126.16343/lib/net40/System.Web.WebPages.Deployment.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/System.Web.WebPages.Deployment.dll'
Copying file from '/Users/ian/Code/Simple.Web/Simple.Web.Razor/Users/ian/Code/Simple.Web/build/System.Web.WebPages.Razor.dll' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/bin/System.Web.WebPages.Razor.dll'
Copying file from '/Users/ian/Code/Simple.Web/Sandbox/about.html' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/about.html'
Copying file from '/Users/ian/Code/Simple.Web/Sandbox/Web.config' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/Web.config'
Copying file from '/Users/ian/Code/Simple.Web/Sandbox/Web.Debug.config' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/Web.Debug.config'
Copying file from '/Users/ian/Code/Simple.Web/Sandbox/Web.Release.config' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/Web.Release.config'
Copying file from '/Users/ian/Code/Simple.Web/Sandbox/packages.config' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/packages.config'
Creating directory '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/Scripts/'
Copying file from '/Users/ian/Code/Simple.Web/Sandbox/Scripts/jquery-1.7.1-vsdoc.js' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/Scripts/jquery-1.7.1-vsdoc.js'
Copying file from '/Users/ian/Code/Simple.Web/Sandbox/Scripts/jquery-1.7.1.js' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/Scripts/jquery-1.7.1.js'
Copying file from '/Users/ian/Code/Simple.Web/Sandbox/Scripts/jquery-1.7.1.min.js' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/Scripts/jquery-1.7.1.min.js'
Creating directory '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/Views/'
Copying file from '/Users/ian/Code/Simple.Web/Sandbox/Views/Form.cshtml' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/Views/Form.cshtml'
Copying file from '/Users/ian/Code/Simple.Web/Sandbox/Views/Submit.cshtml' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/Views/Submit.cshtml'
Copying file from '/Users/ian/Code/Simple.Web/Sandbox/Views/LoginForm.cshtml' to '/Users/ian/Code/Simple.Web/Sandbox/Users/ian/Code/Simple.Web/build/_PublishedWebsites/Sandbox/Views/LoginForm.cshtml'
Done building project "/Users/ian/Code/Simple.Web/Sandbox/Sandbox.csproj".
Build succeeded.
Warnings:
/Users/ian/Code/Simple.Web/Sandbox/Sandbox.csproj (Build) ->
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets (ResolveProjectReferences target) ->
/Users/ian/Code/Simple.Web/Simple.Web.AspNet/Simple.Web.AspNet.csproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets (ResolveProjectReferences target) ->
/Users/ian/Code/Simple.Web/Simple.Web/Simple.Web.csproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->
Application.cs(17,25): warning CS1691: `811' is not a valid warning number
Application.cs(21,25): warning CS1691: `811' is not a valid warning number
CodeGeneration/PipelineFunctionFactory.cs(63,17): warning CS0219: The variable `setCookieProperties' is assigned but its value is never used
CodeGeneration/PipelineFunctionFactory.cs(64,17): warning CS0219: The variable `setPropertyCookies' is assigned but its value is never used
CodeGeneration/PropertyCookieSetter.cs(16,44): warning CS0414: The private field `Simple.Web.CodeGeneration.PropertyCookieSetter.SetCookieValuesMethod' is assigned but its value is never used
CodeGeneration/PropertyCookieSetter.cs(19,44): warning CS0414: The private field `Simple.Web.CodeGeneration.PropertyCookieSetter.ToStringMethod' is assigned but its value is never used
Http/ResponseExtensions.cs(13,42): warning CS0414: The private field `Simple.Web.Http.ResponseExtensions.MediaTypeWildcard' is assigned but its value is never used
/Users/ian/Code/Simple.Web/Sandbox/Sandbox.csproj (Build) ->
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets (ResolveProjectReferences target) ->
/Users/ian/Code/Simple.Web/Simple.Web.Razor/Simple.Web.Razor.csproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' not resolved
/Users/ian/Code/Simple.Web/Sandbox/Sandbox.csproj (Build) ->
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets (ResolveProjectReferences target) ->
/Users/ian/Code/Simple.Web/Simple.Web.Razor/Simple.Web.Razor.csproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->
AttributePart.cs(8,30): warning CS0414: The private field `Simple.Web.Razor.AttributePart._position' is assigned but its value is never used
AttributeValue.cs(9,31): warning CS0414: The private field `Simple.Web.Razor.AttributeValue._literal' is assigned but its value is never used
/Users/ian/Code/Simple.Web/Sandbox/Sandbox.csproj (Build) ->
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'System.Web.Entity' not resolved
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' not resolved
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
/Library/Frameworks/Mono.framework/Versions/2.11.2/lib/mono/4.0/Microsoft.Common.targets: warning : Found a conflict between : 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' and 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Using 'System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' reference.
15 Warning(s)
0 Error(s)
Time Elapsed 00:00:06.8728650
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment