Welcome to mirror list, hosted at ThFree Co, Russian Federation.

libsteticui.csproj « libsteticui « MonoDevelop.GtkCore « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55e66aa51fe4d988b6e40a0e4e752eb283d6d456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  <Import Project="..\..\..\..\MonoDevelop.props" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{7926DB5B-96A7-47A7-9870-DB42FA5C3548}</ProjectGuid>
    <TargetFrameworkVersion>$(MDFrameworkVersion)</TargetFrameworkVersion>
    <OutputPath>..\..\..\..\build\AddIns\MonoDevelop.GtkCore</OutputPath>
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
  <ItemGroup>
    <Reference Include="Mono.Posix" />
    <Reference Include="System" />
    <Reference Include="System.Runtime.Remoting" />
    <Reference Include="System.Xml" />
    <Reference Include="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <Reference Include="System.Core" />
    <Reference Include="Mono.Cecil">
      <HintPath>..\..\..\..\packages\Mono.Cecil.0.10.0-beta6\lib\net40\Mono.Cecil.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Mono.Cecil.Mdb">
      <HintPath>..\..\..\..\packages\Mono.Cecil.0.10.0-beta6\lib\net40\Mono.Cecil.Mdb.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Mono.Cecil.Pdb">
      <HintPath>..\..\..\..\packages\Mono.Cecil.0.10.0-beta6\lib\net40\Mono.Cecil.Pdb.dll</HintPath>
      <Private>False</Private>
    </Reference>
    <Reference Include="Mono.Cecil.Rocks">
      <HintPath>..\..\..\..\packages\Mono.Cecil.0.10.0-beta6\lib\net40\Mono.Cecil.Rocks.dll</HintPath>
      <Private>False</Private>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\libstetic\libstetic.csproj">
      <Project>{F870E2E7-FA64-4B2F-968A-90B36AB7AAA9}</Project>
      <Name>libstetic</Name>
      <Private>False</Private>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="ActionComponent.cs" />
    <Compile Include="ActionGroupComponent.cs" />
    <Compile Include="ActionGroupDesigner.cs" />
    <Compile Include="ActionGroupDesignerBackend.cs" />
    <Compile Include="ActionGroupEditSession.cs" />
    <Compile Include="ActionGroupToolbar.cs" />
    <Compile Include="Application.cs" />
    <Compile Include="ApplicationBackend.cs" />
    <Compile Include="ApplicationBackendController.cs" />
    <Compile Include="AssemblyResolver.cs" />
    <Compile Include="AssemblyWidgetLibrary.cs" />
    <Compile Include="CecilClassDescriptor.cs" />
    <Compile Include="CecilPropertyDescriptor.cs" />
    <Compile Include="CecilSignalDescriptor.cs" />
    <Compile Include="CecilWidgetLibrary.cs" />
    <Compile Include="CodeGenerationResult.cs" />
    <Compile Include="CodeGenerator.cs" />
    <Compile Include="CodeGeneratorInternalClass.cs" />
    <Compile Include="CodeGeneratorPartialClass.cs" />
    <Compile Include="Component.cs" />
    <Compile Include="ComponentEventHandler.cs" />
    <Compile Include="ComponentSignalEventHandler.cs" />
    <Compile Include="ComponentType.cs" />
    <Compile Include="ContainerUndoRedoManager.cs" />
    <Compile Include="ContextMenu.cs" />
    <Compile Include="Designer.cs" />
    <Compile Include="Glade.cs" />
    <Compile Include="Grid.cs" />
    <Compile Include="GuiDispatchServerSink.cs" />
    <Compile Include="GuiDispatchServerSinkProvider.cs" />
    <Compile Include="LibraryCache.cs" />
    <Compile Include="Palette.cs" />
    <Compile Include="PaletteBackend.cs" />
    <Compile Include="PluggableWidget.cs" />
    <Compile Include="Project.cs" />
    <Compile Include="ProjectBackend.cs" />
    <Compile Include="ProjectViewBackend.cs" />
    <Compile Include="PropertyEditor.cs" />
    <Compile Include="PropertyGrid.cs" />
    <Compile Include="PropertyTree.cs" />
    <Compile Include="Shadow.cs" />
    <Compile Include="SignalsEditor.cs" />
    <Compile Include="SignalsEditorBackend.cs" />
    <Compile Include="UndoQueue.cs" />
    <Compile Include="UserInterface.cs" />
    <Compile Include="WidgetActionBar.cs" />
    <Compile Include="WidgetComponent.cs" />
    <Compile Include="WidgetDesigner.cs" />
    <Compile Include="WidgetDesignerBackend.cs" />
    <Compile Include="WidgetEditSession.cs" />
    <Compile Include="WidgetFactory.cs" />
    <Compile Include="WidgetInfoEventHandler.cs" />
    <Compile Include="WidgetPropertyTree.cs" />
    <Compile Include="WidgetPropertyTreeBackend.cs" />
    <Compile Include="WidgetTree.cs" />
    <Compile Include="WidgetTreeCombo.cs" />
    <Compile Include="Windows\Preview.cs" />
    <Compile Include="Windows\WindowsTheme.cs" />
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="action.png">
      <LogicalName>action.png</LogicalName>
    </EmbeddedResource>
    <EmbeddedResource Include="missing.png">
      <LogicalName>missing.png</LogicalName>
    </EmbeddedResource>
  </ItemGroup>
  <ItemGroup>
    <None Include="libsteticui.dll.config">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
    <None Include="packages.config" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>