LispReader.mdp 2.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. <Project name="LispReader" fileversion="2.0" releaseVersion="0.3.x" newfilesearch="OnLoad" DefaultNamespace="LispReader" language="C#" clr-version="Net_2_0" targetFramework="4.0" ctype="DotNetProject">
  2. <Configurations active="Debug">
  3. <Configuration name="Debug" ctype="DotNetProjectConfiguration">
  4. <Output directory="../bin/Debug" assembly="LispReader" />
  5. <Build debugmode="True" target="Library" />
  6. <Execution consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
  7. <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
  8. </Configuration>
  9. <Configuration name="Release" ctype="DotNetProjectConfiguration">
  10. <Output directory="../bin/Release" assembly="LispReader" />
  11. <Build debugmode="False" target="Library" />
  12. <Execution consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
  13. <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
  14. </Configuration>
  15. </Configurations>
  16. <Contents>
  17. <File subtype="Code" buildaction="Compile" name="ICustomLispSerializer.cs" />
  18. <File subtype="Code" buildaction="Compile" name="LispAttributes.cs" />
  19. <File subtype="Code" buildaction="Compile" name="LispSerializer.cs" />
  20. <File subtype="Code" buildaction="Compile" name="FieldOrProperty.cs" />
  21. <File subtype="Code" buildaction="Compile" name="LispRootSerializer.cs" />
  22. <File subtype="Code" buildaction="Compile" name="AssemblyInfo.cs" />
  23. <File subtype="Code" buildaction="Nothing" name="LispReader.csproj" />
  24. </Contents>
  25. <References>
  26. <ProjectReference type="Project" localcopy="True" refto="Lisp" />
  27. <ProjectReference type="Project" localcopy="True" refto="libeditor" />
  28. <ProjectReference type="Project" localcopy="True" refto="gtkgl-sharp" />
  29. <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  30. <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  31. <ProjectReference type="Gac" localcopy="True" refto="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  32. </References>
  33. <DeploymentInformation strategy="File" />
  34. </Project>