Added some small boring scripts and programs writen in few last years
[mirrors/Programs.git] / mono / testgtk / testgtk / testgtk.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{C9282C68-9294-4399-A6B3-1A00BB7C4E04}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AssemblyName>testgtk</AssemblyName>
11 </PropertyGroup>
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13 <DebugSymbols>true</DebugSymbols>
14 <DebugType>full</DebugType>
15 <Optimize>false</Optimize>
16 <OutputPath>bin\Debug</OutputPath>
17 <DefineConstants>DEBUG</DefineConstants>
18 <ErrorReport>prompt</ErrorReport>
19 <WarningLevel>4</WarningLevel>
20 </PropertyGroup>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
22 <DebugType>none</DebugType>
23 <Optimize>false</Optimize>
24 <OutputPath>bin\Release</OutputPath>
25 <ErrorReport>prompt</ErrorReport>
26 <WarningLevel>4</WarningLevel>
27 </PropertyGroup>
28 <ItemGroup>
29 <Reference Include="System" />
30 <Reference Include="Mono.Posix" />
31 <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
32 <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
33 <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
34 <Reference Include="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
35 <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
36 </ItemGroup>
37 <ItemGroup>
38 <EmbeddedResource Include="gtk-gui\gui.stetic">
39 <LogicalName>gui.stetic</LogicalName>
40 </EmbeddedResource>
41 </ItemGroup>
42 <ItemGroup>
43 <Compile Include="gtk-gui\generated.cs" />
44 <Compile Include="MainWindow.cs" />
45 <Compile Include="gtk-gui\MainWindow.cs" />
46 <Compile Include="Main.cs" />
47 <Compile Include="AssemblyInfo.cs" />
48 </ItemGroup>
49 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
50 </Project>
This page took 0.278972 seconds and 4 git commands to generate.