diff options
Diffstat (limited to 'csharp.mds')
-rw-r--r-- | csharp.mds | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/csharp.mds b/csharp.mds new file mode 100644 index 000000000..7e0c099dd --- /dev/null +++ b/csharp.mds @@ -0,0 +1,20 @@ +<Combine fileversion="2.0" outputpath="build/bin/"> + <Configurations active="Release"> + <Configuration name="Debug" ctype="CombineConfiguration"> + <Entry build="True" name="crypto" configuration="Debug" /> + <Entry build="True" name="crypto-test" configuration="Debug" /> + </Configuration> + <Configuration name="Release" ctype="CombineConfiguration"> + <Entry build="True" name="crypto" configuration="Release" /> + <Entry build="True" name="crypto-test" configuration="Release" /> + </Configuration> + </Configurations> + <StartMode startupentry="crypto-test" single="True"> + <Execute type="None" entry="crypto" /> + <Execute type="None" entry="crypto-test" /> + </StartMode> + <Entries> + <Entry filename="crypto/crypto.mdp" /> + <Entry filename="crypto-test/crypto-test.mdp" /> + </Entries> +</Combine> \ No newline at end of file |