LispReader.mdp 1.9 KB

12345678910111213141516171819202122232425262728293031
  1. <Project name="LispReader" fileversion="2.0" language="C#" clr-version="Net_2_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 runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
  7. <CodeGeneration compiler="Csc" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" 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 runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
  13. <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
  14. </Configuration>
  15. </Configurations>
  16. <DeployTargets />
  17. <Contents>
  18. <File name="./ICustomLispSerializer.cs" subtype="Code" buildaction="Compile" />
  19. <File name="./LispAttributes.cs" subtype="Code" buildaction="Compile" />
  20. <File name="./LispSerializer.cs" subtype="Code" buildaction="Compile" />
  21. <File name="./FieldOrProperty.cs" subtype="Code" buildaction="Compile" />
  22. <File name="./LispRootSerializer.cs" subtype="Code" buildaction="Compile" />
  23. </Contents>
  24. <References>
  25. <ProjectReference type="Project" localcopy="True" refto="Lisp" />
  26. <ProjectReference type="Project" localcopy="True" refto="libeditor" />
  27. </References>
  28. <DeploymentInformation strategy="File">
  29. <excludeFiles />
  30. </DeploymentInformation>
  31. </Project>