| | 35 | |
|---|
| | 36 | <!-- This doesn't work quite yet. |
|---|
| | 37 | <target name="ProtoBuf.Silverlight" depends="init patch"> |
|---|
| | 38 | <property name="nant.settings.currentframework" value="moonlight-2.0" /> |
|---|
| | 39 | <csc target="library" output="${build.dir}/${target::get-current-target()}.dll" debug="${not build.release}" optimize="${build.release}" doc="${doc.dir}/${target::get-current-target()}.xml"> |
|---|
| | 40 | <sources> |
|---|
| | 41 | <include name="${source.dir}/protobuf-net/protobuf-net/**/*.cs"/> |
|---|
| | 42 | </sources> |
|---|
| | 43 | <references> |
|---|
| | 44 | <include name="System.Core.dll"/> |
|---|
| | 45 | <include name="System.Runtime.Serialization.dll"/> |
|---|
| | 46 | <include name="System.Xml.dll"/> |
|---|
| | 47 | <include name="System.Xml.Core.dll"/> |
|---|
| | 48 | <include name="System.Xml.Serialization.dll"/> |
|---|
| | 49 | <include name="System.ServiceModel.dll"/> |
|---|
| | 50 | </references> |
|---|
| | 51 | </csc> |
|---|
| | 52 | </target> --> |
|---|