Update GTK RemoteAgents
[CSharpForFun/.git] / Mono / RemoteAgents / GTKLinux / GTKLinux.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProjectGuid>{F58086C1-1E2F-459C-B8BE-269A245C09A2}</ProjectGuid>
7     <OutputType>WinExe</OutputType>
8     <RootNamespace>GTKLinux</RootNamespace>
9     <AssemblyName>GTKLinux</AssemblyName>
10     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11     <Description>Little program to connect with remote applications
12 through JSON API.</Description>
13   </PropertyGroup>
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
15     <DebugSymbols>true</DebugSymbols>
16     <DebugType>full</DebugType>
17     <Optimize>false</Optimize>
18     <OutputPath>bin\Debug</OutputPath>
19     <DefineConstants>DEBUG;</DefineConstants>
20     <ErrorReport>prompt</ErrorReport>
21     <WarningLevel>4</WarningLevel>
22     <ConsolePause>false</ConsolePause>
23     <PlatformTarget>x86</PlatformTarget>
24   </PropertyGroup>
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
26     <DebugType>full</DebugType>
27     <Optimize>true</Optimize>
28     <OutputPath>bin\Release</OutputPath>
29     <ErrorReport>prompt</ErrorReport>
30     <WarningLevel>4</WarningLevel>
31     <ConsolePause>false</ConsolePause>
32     <PlatformTarget>x86</PlatformTarget>
33   </PropertyGroup>
34   <ItemGroup>
35     <Reference Include="System" />
36     <Reference Include="gtk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
37       <SpecificVersion>False</SpecificVersion>
38     </Reference>
39     <Reference Include="gdk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
40       <SpecificVersion>False</SpecificVersion>
41     </Reference>
42     <Reference Include="glib-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
43       <SpecificVersion>False</SpecificVersion>
44     </Reference>
45     <Reference Include="glade-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
46       <SpecificVersion>False</SpecificVersion>
47     </Reference>
48     <Reference Include="pango-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
49       <SpecificVersion>False</SpecificVersion>
50     </Reference>
51     <Reference Include="atk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
52       <SpecificVersion>False</SpecificVersion>
53     </Reference>
54     <Reference Include="jsonrpc4net">
55       <HintPath>..\..\..\jsonrpc4net\jsonrpc4net\bin\Debug\jsonrpc4net.dll</HintPath>
56     </Reference>
57     <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=c7439020c8fedf87">
58       <Package>monodevelop</Package>
59       <Private>True</Private>
60     </Reference>
61     <Reference Include="NLog">
62       <HintPath>..\packages\NLog.3.1.0.0\lib\net45\NLog.dll</HintPath>
63     </Reference>
64     <Reference Include="Mono.Posix" />
65   </ItemGroup>
66   <ItemGroup>
67     <EmbeddedResource Include="gtk-gui\gui.stetic">
68       <LogicalName>gui.stetic</LogicalName>
69     </EmbeddedResource>
70   </ItemGroup>
71   <ItemGroup>
72     <Compile Include="gtk-gui\generated.cs" />
73     <Compile Include="Program.cs" />
74     <Compile Include="Properties\AssemblyInfo.cs" />
75     <Compile Include="ViewModel\ViewModel.cs" />
76     <Compile Include="MainWindow.cs">
77       <DependentUpon>Program.cs</DependentUpon>
78     </Compile>
79     <Compile Include="gtk-gui\Example.RemoteAgents.GTKLinux.MainWindow.cs" />
80     <Compile Include="View\View.cs" />
81   </ItemGroup>
82   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
83   <ItemGroup>
84     <Folder Include="Model\" />
85     <Folder Include="ViewModel\" />
86     <Folder Include="View\" />
87   </ItemGroup>
88   <ItemGroup>
89     <None Include="NLog.config">
90       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
91     </None>
92     <None Include="NLog.xsd">
93       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
94     </None>
95     <None Include="packages.config" />
96   </ItemGroup>
97 </Project>