repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge pull request #20 from jwillemsen/master
[MPC.git]
/
templates
/
vc8csharp.mpt
blob
be74e5ae7849da0a650e3255eb2f8f1ae169b27f
1
// -*- MPC -*-
2
conditional_include "common"
3
conditional_include "windowscommon"
4
5
configurations = Debug Release
6
platforms = AnyCPU
7
trace = 1
8
9
Release {
10
optimize = 1
11
output_dir = Release
12
}
13
14
Debug {
15
optimize =
16
output_dir = Debug
17
}
18
19
conditional_include "user_vc8csharp"