|
123456789101112131415161718192021222324252627282930 |
- <Project name="pipi-sharp" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
- <Configurations active="Debug">
- <Configuration name="Debug" ctype="DotNetProjectConfiguration">
- <CustomCommands>
- <Command type="AfterBuild" command="sh -c "rm -f pipi-sharp.dll.config && make pipi-sharp.dll.config"" workingdir="${TargetDir}" />
- </CustomCommands>
- <Output directory="." assemblyKeyFile="." assembly="pipi-sharp" />
- <Build debugmode="True" target="Library" />
- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- <Configuration name="Release" ctype="DotNetProjectConfiguration">
- <CustomCommands>
- <Command type="AfterBuild" command="sh -c "rm -f pipi-sharp.dll.config && make pipi-sharp.dll.config"" workingdir="${TargetDir}" />
- </CustomCommands>
- <Output directory="." assembly="pipi-sharp" />
- <Build debugmode="False" target="Library" />
- <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- </Configurations>
- <Contents>
- <File name="Pipi.cs" subtype="Code" buildaction="Compile" />
- <File name="Picture.cs" subtype="Code" buildaction="Compile" />
- <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
- </Contents>
- <References>
- <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
- </References>
- </Project>
|