Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MonoDevelop.mds - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5c7334f7ab94093e0dae95da34bac93f73207ee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Combine name="MonoDevelop" fileversion="2.0" outputpath="./build/bin/" MakePkgConfig="False" MakeLibPC="True">
  <Configurations active="Debug">
    <Configuration name="Debug" ctype="CombineConfiguration">
      <Entry build="True" name="Core" configuration="Debug" />
      <Entry build="True" name="Extras" configuration="Debug" />
    </Configuration>
    <Configuration name="Release" ctype="CombineConfiguration">
      <Entry build="True" name="Core" configuration="Release" />
      <Entry build="True" name="Extras" configuration="Release" />
    </Configuration>
  </Configurations>
  <StartMode startupentry="Core" single="True">
    <Execute type="None" entry="Core" />
    <Execute type="None" entry="Extras" />
  </StartMode>
  <DeployTargets />
  <Entries>
    <Entry filename="./Core/src/Core.mds" />
    <Entry filename="./Extras/Extras.mds" />
  </Entries>
</Combine>