Skip to content

Instantly share code, notes, and snippets.

@atin360
Created February 13, 2014 15:16
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 atin360/95ffc2eb2fa527a9567e to your computer and use it in GitHub Desktop.
Save atin360/95ffc2eb2fa527a9567e to your computer and use it in GitHub Desktop.
Building Solution: ResourceExtraction (Debug|x86)
Building: MyLib (Debug|x86)
Performing main compilation...
/Library/Frameworks/Mono.framework/Versions/3.2.7/bin/mcs /noconfig "/r:/Library/Frameworks/Mono.framework/Versions/3.2.7/lib/mono/4.0/mscorlib.dll" -nostdlib "/out:/Users/apple/Desktop/ResourceExtraction/MyLib/bin/Debug/MyLib.dll" "/r:/Library/Frameworks/Mono.framework/Versions/3.2.7/lib/mono/4.0/System.dll" "/r:/Library/Frameworks/Mono.framework/Versions/3.2.7/lib/mono/4.0/System.Xml.dll" "/r:/Library/Frameworks/Mono.framework/Versions/3.2.7/lib/mono/4.0/System.Core.dll" "/r:/Library/Frameworks/Mono.framework/Versions/3.2.7/lib/mono/4.0/System.Xml.Linq.dll" "/r:/Library/Frameworks/Mono.framework/Versions/3.2.7/lib/mono/4.0/System.Drawing.dll" "/r:/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/usr/lib/mono/XamMac.dll" "/r:/Library/Frameworks/Mono.framework/Versions/3.2.7/lib/mono/4.0/System.Core.dll" /nologo /warn:4 /debug:full /optimize- /codepage:utf8 /platform:x86 "/define:DEBUG" /t:library "/Users/apple/Desktop/ResourceExtraction/MyLib/MyClass.cs" "/res:/Users/apple/Desktop/ResourceExtraction/MyLib/Images/Test/Deeper/Last/alert.png,__monomac_content_Images_fTest_fDeeper_fLast_falert.png"
Build complete -- 0 errors, 0 warnings
Building: MainApp (Debug|x86)
Performing main compilation...
/Library/Frameworks/Mono.framework/Versions/3.2.7/bin/mcs /noconfig "/r:/Library/Frameworks/Mono.framework/Versions/3.2.7/lib/mono/4.0/mscorlib.dll" -nostdlib "/out:/Users/apple/Desktop/ResourceExtraction/MainApp/bin/Debug/MainApp.exe" "/r:/Library/Frameworks/Mono.framework/Versions/3.2.7/lib/mono/4.0/System.dll" "/r:/Library/Frameworks/Mono.framework/Versions/3.2.7/lib/mono/4.0/System.Xml.dll" "/r:/Library/Frameworks/Mono.framework/Versions/3.2.7/lib/mono/4.0/System.Core.dll" "/r:/Library/Frameworks/Mono.framework/Versions/3.2.7/lib/mono/4.0/System.Xml.Linq.dll" "/r:/Library/Frameworks/Mono.framework/Versions/3.2.7/lib/mono/4.0/System.Drawing.dll" "/r:/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/usr/lib/mono/XamMac.dll" "/r:/Users/apple/Desktop/ResourceExtraction/MyLib/bin/Debug/MyLib.dll" "/r:/Library/Frameworks/Mono.framework/Versions/3.2.7/lib/mono/4.0/System.Core.dll" /nologo /warn:4 /debug:full /optimize- /codepage:utf8 /platform:x86 "/define:DEBUG" /t:exe "/Users/apple/Desktop/ResourceExtraction/MainApp/MainWindow.cs" "/Users/apple/Desktop/ResourceExtraction/MainApp/MainWindowController.cs" "/Users/apple/Desktop/ResourceExtraction/MainApp/MainWindow.designer.cs" "/Users/apple/Desktop/ResourceExtraction/MainApp/Main.cs" "/Users/apple/Desktop/ResourceExtraction/MainApp/AppDelegate.cs" "/Users/apple/Desktop/ResourceExtraction/MainApp/AppDelegate.designer.cs"
Compiling interface definitions
/Applications/Xcode501.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --output-format human-readable-text --compile "/Users/apple/Desktop/ResourceExtraction/MainApp/bin/Debug/MainApp.app/Contents/Resources/MainWindow.nib" "/Users/apple/Desktop/ResourceExtraction/MainApp/MainWindow.xib"
/Applications/Xcode501.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --output-format human-readable-text --compile "/Users/apple/Desktop/ResourceExtraction/MainApp/bin/Debug/MainApp.app/Contents/Resources/MainMenu.nib" "/Users/apple/Desktop/ResourceExtraction/MainApp/MainMenu.xib"
Copying content files
Copying '/Users/apple/Desktop/ResourceExtraction/MainApp/bin/Debug/MainApp.exe' to '/Users/apple/Desktop/ResourceExtraction/MainApp/bin/Debug/MainApp.app/Contents/MonoBundle/MainApp.exe'
Copying '/Users/apple/Desktop/ResourceExtraction/MainApp/bin/Debug/MainApp.exe.mdb' to '/Users/apple/Desktop/ResourceExtraction/MainApp/bin/Debug/MainApp.app/Contents/MonoBundle/MainApp.exe.mdb'
Copying '/Users/apple/Desktop/ResourceExtraction/MyLib/bin/Debug/MyLib.dll' to '/Users/apple/Desktop/ResourceExtraction/MainApp/bin/Debug/MainApp.app/Contents/MonoBundle/MyLib.dll'
Copying '/Users/apple/Desktop/ResourceExtraction/MyLib/bin/Debug/MyLib.dll.mdb' to '/Users/apple/Desktop/ResourceExtraction/MainApp/bin/Debug/MainApp.app/Contents/MonoBundle/MyLib.dll.mdb'
Copying '/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/usr/lib/mono/XamMac.dll' to '/Users/apple/Desktop/ResourceExtraction/MainApp/bin/Debug/MainApp.app/Contents/MonoBundle/XamMac.dll'
Copying '/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/usr/lib/mono/XamMac.dll.mdb' to '/Users/apple/Desktop/ResourceExtraction/MainApp/bin/Debug/MainApp.app/Contents/MonoBundle/XamMac.dll.mdb'
Build complete -- 0 errors, 0 warnings
Extracting embedded content
Extracted Images/Test/Deeper/Last/alert.png from MyLib.dll
Updating application manifest
---------------------- Done ----------------------
Build successful.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment