~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/mono-addins/Samples/TextEditorSWF/TextEditorSWF/TextEditorSWF.csproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project ToolsVersion="3.5" 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>9.0.21022</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{85480AD8-781F-43FC-A48F-91962401DB95}</ProjectGuid>
 
9
    <OutputType>WinExe</OutputType>
 
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
11
    <RootNamespace>TextEditorSWF</RootNamespace>
 
12
    <AssemblyName>TextEditorSWF</AssemblyName>
 
13
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
14
    <FileAlignment>512</FileAlignment>
 
15
  </PropertyGroup>
 
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
17
    <DebugSymbols>True</DebugSymbols>
 
18
    <DebugType>full</DebugType>
 
19
    <Optimize>False</Optimize>
 
20
    <OutputPath>bin\Debug\</OutputPath>
 
21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
22
    <ErrorReport>prompt</ErrorReport>
 
23
    <WarningLevel>4</WarningLevel>
 
24
  </PropertyGroup>
 
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
26
    <DebugType>pdbonly</DebugType>
 
27
    <Optimize>True</Optimize>
 
28
    <OutputPath>bin\Release\</OutputPath>
 
29
    <DefineConstants>TRACE</DefineConstants>
 
30
    <ErrorReport>prompt</ErrorReport>
 
31
    <WarningLevel>4</WarningLevel>
 
32
  </PropertyGroup>
 
33
  <ItemGroup>
 
34
    <Reference Include="System" />
 
35
    <Reference Include="System.Core">
 
36
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
37
    </Reference>
 
38
    <Reference Include="System.Xml.Linq">
 
39
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
40
    </Reference>
 
41
    <Reference Include="System.Data.DataSetExtensions">
 
42
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
43
    </Reference>
 
44
    <Reference Include="System.Data" />
 
45
    <Reference Include="System.Drawing" />
 
46
    <Reference Include="System.Windows.Forms" />
 
47
    <Reference Include="System.Xml" />
 
48
    <Reference Include="Mono.Addins">
 
49
      <HintPath>..\..\..\bin\Mono.Addins.dll</HintPath>
 
50
    </Reference>
 
51
  </ItemGroup>
 
52
  <ItemGroup>
 
53
    <Compile Include="CommandManager.cs" />
 
54
    <Compile Include="Commands\CopyCommand.cs" />
 
55
    <Compile Include="Commands\CutCommand.cs" />
 
56
    <Compile Include="Commands\ExitCommand.cs" />
 
57
    <Compile Include="Commands\NewCommand.cs" />
 
58
    <Compile Include="Commands\OpenCommand.cs" />
 
59
    <Compile Include="Commands\PasteCommand.cs" />
 
60
    <Compile Include="Commands\SaveCommand.cs" />
 
61
    <Compile Include="ExtensionModel\CommandExtensionNode.cs" />
 
62
    <Compile Include="ExtensionModel\InterfaceItemExtensionNode.cs" />
 
63
    <Compile Include="ExtensionModel\ExtensionPoints.cs" />
 
64
    <Compile Include="ExtensionModel\ICommand.cs" />
 
65
    <Compile Include="ExtensionModel\IUserInterfaceItem.cs" />
 
66
    <Compile Include="ExtensionModel\MenuExtensionNode.cs" />
 
67
    <Compile Include="ExtensionModel\SeparatorExtensionNode.cs" />
 
68
    <Compile Include="ExtensionModel\EditorExtension.cs" />
 
69
    <Compile Include="TextEditor.cs">
 
70
      <SubType>Form</SubType>
 
71
    </Compile>
 
72
    <Compile Include="TextEditor.Designer.cs">
 
73
      <DependentUpon>TextEditor.cs</DependentUpon>
 
74
    </Compile>
 
75
    <Compile Include="Program.cs" />
 
76
    <Compile Include="Properties\AssemblyInfo.cs" />
 
77
    <EmbeddedResource Include="TextEditor.resx">
 
78
      <DependentUpon>TextEditor.cs</DependentUpon>
 
79
      <SubType>Designer</SubType>
 
80
    </EmbeddedResource>
 
81
    <EmbeddedResource Include="Properties\Resources.resx">
 
82
      <Generator>ResXFileCodeGenerator</Generator>
 
83
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
 
84
      <SubType>Designer</SubType>
 
85
    </EmbeddedResource>
 
86
    <Compile Include="Properties\Resources.Designer.cs">
 
87
      <AutoGen>True</AutoGen>
 
88
      <DependentUpon>Resources.resx</DependentUpon>
 
89
    </Compile>
 
90
    <None Include="Properties\Settings.settings">
 
91
      <Generator>SettingsSingleFileGenerator</Generator>
 
92
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
 
93
    </None>
 
94
    <Compile Include="Properties\Settings.Designer.cs">
 
95
      <AutoGen>True</AutoGen>
 
96
      <DependentUpon>Settings.settings</DependentUpon>
 
97
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
 
98
    </Compile>
 
99
  </ItemGroup>
 
100
  <ItemGroup>
 
101
    <EmbeddedResource Include="Commands\MainMenu.addin" />
 
102
    <EmbeddedResource Include="Commands\Toolbar.addin" />
 
103
  </ItemGroup>
 
104
  <ItemGroup>
 
105
    <EmbeddedResource Include="Icons\copy.png" />
 
106
    <EmbeddedResource Include="Icons\cut.png" />
 
107
    <EmbeddedResource Include="Icons\new.png" />
 
108
    <EmbeddedResource Include="Icons\open.png" />
 
109
    <EmbeddedResource Include="Icons\paste.png" />
 
110
    <EmbeddedResource Include="Icons\save.png" />
 
111
  </ItemGroup>
 
112
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 
113
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
114
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
115
       Other similar extension points exist, see Microsoft.Common.targets.
 
116
  <Target Name="BeforeBuild">
 
117
  </Target>
 
118
  <Target Name="AfterBuild">
 
119
  </Target>
 
120
  -->
 
121
</Project>
 
 
b'\\ No newline at end of file'