12345678910111213141516171819202122232425262728293031 |
- <Project name="LispReader" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
- <Configurations active="Debug">
- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <Output directory="../bin/Debug" assembly="LispReader" />
- <Build debugmode="True" target="Library" />
- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
- <CodeGeneration compiler="Csc" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- <Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="../bin/Release" assembly="LispReader" />
- <Build debugmode="False" target="Library" />
- <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
- <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- </Configurations>
- <DeployTargets />
- <Contents>
- <File name="./ICustomLispSerializer.cs" subtype="Code" buildaction="Compile" />
- <File name="./LispAttributes.cs" subtype="Code" buildaction="Compile" />
- <File name="./LispSerializer.cs" subtype="Code" buildaction="Compile" />
- <File name="./FieldOrProperty.cs" subtype="Code" buildaction="Compile" />
- <File name="./LispRootSerializer.cs" subtype="Code" buildaction="Compile" />
- </Contents>
- <References>
- <ProjectReference type="Project" localcopy="True" refto="Lisp" />
- <ProjectReference type="Project" localcopy="True" refto="libeditor" />
- </References>
- <DeploymentInformation strategy="File">
- <excludeFiles />
- </DeploymentInformation>
- </Project>
|