Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created July 30, 2014 07:08
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 saurabh360/3f8f8b92c747918d351c to your computer and use it in GitHub Desktop.
Save saurabh360/3f8f8b92c747918d351c to your computer and use it in GitHub Desktop.
Building: Xamo (Debug)
Build started 7/30/2014 12:28:01 PM.
__________________________________________________
Project "C:\Users\360 Logica\Desktop\Xamo\Xamo\Xamo.csproj" (Build target(s)):
Target GetReferenceAssemblyPaths:
C:\Program Files\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(989,5): warning MSB3644: The reference assemblies for framework ".NETPortable,Version=v4.5,Profile=Profile259" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend.
Done building target "GetReferenceAssemblyPaths" in project "Xamo.csproj".
Target ResolveAssemblyReferences:
Primary reference "ArboLib".
C:\Program Files\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1635,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ArboLib". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
For SearchPath "{HintPathFromItem}".
Considered "..\ArboLib\bin\Debug\ArboLib.dll", but it didn't exist.
For SearchPath "{RawFileName}".
Considered treating "ArboLib" as a file name, but it didn't exist.
Primary reference "Arborium".
C:\Program Files\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1635,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Arborium". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
For SearchPath "{HintPathFromItem}".
Considered "..\ArboLib\bin\Debug\Arborium.dll", but it didn't exist.
For SearchPath "{RawFileName}".
Considered treating "Arborium" as a file name, but it didn't exist.
C:\Program Files\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1635,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\Windows\Microsoft.NET\Framework\v4.0.30319\\mscorlib.dll", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
Done building target "ResolveAssemblyReferences" in project "Xamo.csproj".
Target GenerateXamlG:
Skipping XamlG
Target GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
Target CoreCompile:
C:\Program Files\MSBuild\12.0\bin\Csc.exe /noconfig /nowarn:1701,1702,2008 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG /errorendlocation /preferreduilang:en-US /reference:C:\Windows\Microsoft.NET\Framework\v4.0.30319\\mscorlib.dll /reference:"C:\Users\360 Logica\Desktop\Xamo\packages\Xamarin.Forms.1.2.1.6229\lib\portable-win+net45+wp80+MonoAndroid10+MonoTouch10\Xamarin.Forms.Core.dll" /reference:"C:\Users\360 Logica\Desktop\Xamo\packages\Xamarin.Forms.1.2.1.6229\lib\portable-win+net45+wp80+MonoAndroid10+MonoTouch10\Xamarin.Forms.Xaml.dll" /debug+ /debug:full /optimize- /out:obj\Debug\Xamo.dll /target:library /utf8output App.cs Properties\AssemblyInfo.cs "C:\Users\360 Logica\AppData\Local\Temp\.NETPortable,Version=v4.5,Profile=Profile259.AssemblyAttributes.cs" obj\Debug\\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs obj\Debug\\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs obj\Debug\\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
App.cs(3,7,3,14): error CS0246: The type or namespace name 'ArboLib' could not be found (are you missing a using directive or an assembly reference?)
App.cs(21,17,21,25): error CS0246: The type or namespace name 'Arborium' could not be found (are you missing a using directive or an assembly reference?)
Done building target "CoreCompile" in project "Xamo.csproj" -- FAILED.
Done building project "Xamo.csproj" -- FAILED.
Build FAILED.
C:\Program Files\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(989,5): warning MSB3644: The reference assemblies for framework ".NETPortable,Version=v4.5,Profile=Profile259" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend.
C:\Program Files\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1635,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ArboLib". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
C:\Program Files\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1635,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Arborium". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
C:\Program Files\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1635,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\Windows\Microsoft.NET\Framework\v4.0.30319\\mscorlib.dll", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
App.cs(3,7,3,14): error CS0246: The type or namespace name 'ArboLib' could not be found (are you missing a using directive or an assembly reference?)
App.cs(21,17,21,25): error CS0246: The type or namespace name 'Arborium' could not be found (are you missing a using directive or an assembly reference?)
4 Warning(s)
2 Error(s)
Time Elapsed 00:00:00.14
---------------------- Done ----------------------
Build: 2 errors, 4 warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment