1234567891011121314151617181920212223242526272829303132333435 |
- <Project name="gtkgl-sharp" fileversion="2.0" newfilesearch="OnLoad" DefaultNamespace="gtkglsharp" 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="gtkgl-sharp" />
- <Build debugmode="True" target="Library" />
- <Execution consolepause="True" runwithwarnings="True" runtime="MsNet" clr-version="Net_2_0" />
- <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="True" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- <Configuration name="Release" ctype="DotNetProjectConfiguration">
- <Output directory="../bin/Release" assembly="gtkgl-sharp" />
- <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="True" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
- </Configuration>
- </Configurations>
- <Contents>
- <File subtype="Code" buildaction="Compile" name="GLArea.cs" />
- <File subtype="Code" buildaction="Compile" name="GLContext.cs" />
- <File subtype="Code" buildaction="Compile" name="GLContextAttributes.cs" />
- <File subtype="Code" buildaction="Compile" name="W32GLContext.cs" />
- <File subtype="Code" buildaction="Compile" name="X11GLContext.cs" />
- <File subtype="Code" buildaction="Compile" name="AssemblyInfo.cs" />
- <File subtype="Code" buildaction="Nothing" name="gtkgl-sharp.csproj" />
- <File subtype="Code" buildaction="Nothing" name="gtkgl-sharp.snk" />
- <File subtype="Code" buildaction="Nothing" name="../gtkgl-sharp.dll.config" copyToOutputDirectory="Always" />
- </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="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" />
- <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
- </References>
- <DeploymentInformation strategy="File" />
- </Project>
|