Archive / / / / echo.mdp
2008-11-14 04:55:25 UTC
previous next
<Project name="echo" 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="echo" /> <Build debugmode="True" target="Exe" /> <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" /> <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" /> </Configuration> <Configuration name="Release" ctype="DotNetProjectConfiguration"> <Output directory="bin/Release" assembly="echo" /> <Build debugmode="False" target="Exe" /> <Execution runwithwarnings="True" consolepause="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 name="Echo.cs" subtype="Code" buildaction="Compile" /> <File name="UI" subtype="Directory" buildaction="Compile" /> <File name="UI/MainWindow.cs" subtype="Code" buildaction="Compile" /> <File name="UI/TabPane.cs" subtype="Code" buildaction="Compile" /> <File name="PlaySource.cs" subtype="Code" buildaction="Compile" /> </Contents> <References> <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> </References> </Project>