Note
I am no longer actively updating this document.
- Microsoft.Build.NoTargets for building a project that produces no assembly
Note
I am no longer actively updating this document.
| #!/bin/sh | |
| EXEC="exec " | |
| FSHARPI_OPTIONS="" | |
| if test x"$1" = x--debug; then | |
| DEBUG=--debug | |
| shift | |
| fi | |
| if test x"$1" = x--gdb; then |
| // | |
| // headphones-detect.c | |
| // Kyle Neideck, kyle@bearisdriving.com | |
| // | |
| // Compile with: | |
| // clang -framework CoreAudio -framework CoreFoundation -o headphones-detect headphones-detect.c | |
| // | |
| // Runs a command when headphones are plugged in to or unplugged from the | |
| // built-in audio device. | |
| // |
| [<AutoOpen>] | |
| module UoM = | |
| // Units of measure for other than integral types | |
| let inline (++) (w: ^W when ^W: (static member IsMeasureAbbrev: ^tm * ^t -> unit)) (t: ^t) = (# "" t: ^tm #) | |
| let inline (--) (w: ^W when ^W: (static member IsMeasureAbbrev: ^tm * ^t -> unit)) (tm: ^tm) = (# "" tm: ^t #) | |
| [<MeasureAnnotatedAbbreviation>] | |
| type Guid<[<Measure>] 'm> = Guid |