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