12345678910111213141516171819202122232425262728293031323334 |
- <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">
- <Configurations active="Debug">
- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <Output directory="../bin/Debug" assembly="LispReader" />
- <Build debugmode="True" target="Library" />
- <Execution consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- <Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="../bin/Release" assembly="LispReader" />
- <Build debugmode="False" target="Library" />
- <Execution consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- </Configurations>
- <Contents>
- <File subtype="Code" buildaction="Compile" name="ICustomLispSerializer.cs" />
- <File subtype="Code" buildaction="Compile" name="LispAttributes.cs" />
- <File subtype="Code" buildaction="Compile" name="LispSerializer.cs" />
- <File subtype="Code" buildaction="Compile" name="FieldOrProperty.cs" />
- <File subtype="Code" buildaction="Compile" name="LispRootSerializer.cs" />
- <File subtype="Code" buildaction="Compile" name="AssemblyInfo.cs" />
- <File subtype="Code" buildaction="Nothing" name="LispReader.csproj" />
- </Contents>
- <References>
- <ProjectReference type="Project" localcopy="True" refto="Lisp" />
- <ProjectReference type="Project" localcopy="True" refto="libeditor" />
- <ProjectReference type="Project" localcopy="True" refto="gtkgl-sharp" />
- <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- </References>
- <DeploymentInformation strategy="File" />
- </Project>
|