~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/BackendBindings/CSharpBinding/Project/CSharpBinding.csproj

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project ToolsVersion="4.0" 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.50215</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{1F1AC7CD-D154-45BB-8EAF-804CA8055F5A}</ProjectGuid>
 
9
    <AssemblyName>CSharpBinding</AssemblyName>
 
10
    <OutputTarget>Library</OutputTarget>
 
11
    <NoStdLib>False</NoStdLib>
 
12
    <NoConfig>False</NoConfig>
 
13
    <RunPostBuildEvent>OnSuccessfulBuild</RunPostBuildEvent>
 
14
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
15
    <OutputType>Library</OutputType>
 
16
    <AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
 
17
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
 
18
    <RegisterForComInterop>False</RegisterForComInterop>
 
19
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
 
20
    <BaseAddress>103284736</BaseAddress>
 
21
    <PlatformTarget>AnyCPU</PlatformTarget>
 
22
    <FileAlignment>4096</FileAlignment>
 
23
    <WarningLevel>4</WarningLevel>
 
24
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
25
    <TargetFrameworkProfile>
 
26
    </TargetFrameworkProfile>
 
27
  </PropertyGroup>
 
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
29
    <DebugSymbols>true</DebugSymbols>
 
30
    <DebugType>Full</DebugType>
 
31
    <Optimize>False</Optimize>
 
32
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
33
    <OutputPath>..\..\..\..\..\AddIns\BackendBindings\CSharpBinding\</OutputPath>
 
34
  </PropertyGroup>
 
35
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
36
    <DebugSymbols>false</DebugSymbols>
 
37
    <DebugType>None</DebugType>
 
38
    <Optimize>True</Optimize>
 
39
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
40
    <OutputPath>..\..\..\..\..\AddIns\BackendBindings\CSharpBinding\</OutputPath>
 
41
  </PropertyGroup>
 
42
  <ItemGroup>
 
43
    <Reference Include="Microsoft.Build.Utilities.v4.0" />
 
44
    <Reference Include="PresentationCore">
 
45
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 
46
    </Reference>
 
47
    <Reference Include="System" />
 
48
    <Reference Include="System.Core" />
 
49
    <Reference Include="System.Drawing" />
 
50
    <Reference Include="System.Windows.Forms" />
 
51
    <Reference Include="System.Xml" />
 
52
    <Reference Include="Microsoft.Build.Engine" />
 
53
    <Reference Include="WindowsBase">
 
54
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 
55
    </Reference>
 
56
  </ItemGroup>
 
57
  <ItemGroup>
 
58
    <Compile Include="Configuration\AssemblyInfo.cs" />
 
59
    <EmbeddedResource Include="Resources\BuildOptions.xfrm" />
 
60
    <EmbeddedResource Include="Resources\MyNamespaceSupportForCSharp.cs" />
 
61
    <Compile Include="Src\CSharpAdvancedHighlighter.cs" />
 
62
    <Compile Include="Src\CSharpBackgroundCompiler.cs" />
 
63
    <Compile Include="Src\CSharpBracketSearcher.cs" />
 
64
    <Compile Include="Src\CSharpLanguageBinding.cs" />
 
65
    <Compile Include="Src\CSharpProjectBinding.cs" />
 
66
    <Compile Include="Src\EventHandlerCompletionItemProvider.cs" />
 
67
    <Compile Include="Src\FormattingStrategy\CSharpFormattingStrategy.cs" />
 
68
    <Compile Include="Src\FormattingStrategy\DocumentAccessor.cs" />
 
69
    <Compile Include="Src\OptionPanels\BuildOptions.cs">
 
70
      <SubType>Form</SubType>
 
71
    </Compile>
 
72
    <Compile Include="Src\Parser\Parser.cs" />
 
73
    <Compile Include="Src\Project\RemoveMembersInRangeVisitor.cs" />
 
74
    <Compile Include="Src\Project\VBNetToCSharpConvertVisitorWithMyFormsSupport.cs" />
 
75
    <Compile Include="Src\Project\CSharpMyNamespaceBuilder.cs" />
 
76
    <Compile Include="Src\Project\CSharpProject.cs" />
 
77
    <None Include="CSharpBinding.addin">
 
78
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
79
    </None>
 
80
    <Compile Include="Src\CSharpCompletionBinding.cs" />
 
81
    <Compile Include="Src\Project\VBNetToCSharpConverter.cs" />
 
82
    <Compile Include="..\..\..\..\Main\GlobalAssemblyInfo.cs">
 
83
      <Link>Configuration\GlobalAssemblyInfo.cs</Link>
 
84
    </Compile>
 
85
  </ItemGroup>
 
86
  <ItemGroup>
 
87
    <ProjectReference Include="..\..\..\..\Libraries\AvalonEdit\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj">
 
88
      <Project>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</Project>
 
89
      <Name>ICSharpCode.AvalonEdit</Name>
 
90
      <Private>False</Private>
 
91
    </ProjectReference>
 
92
    <ProjectReference Include="..\..\..\..\Libraries\NRefactory\Project\NRefactory.csproj">
 
93
      <Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project>
 
94
      <Name>NRefactory</Name>
 
95
      <Private>False</Private>
 
96
    </ProjectReference>
 
97
    <ProjectReference Include="..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj">
 
98
      <Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project>
 
99
      <Name>ICSharpCode.SharpDevelop</Name>
 
100
      <Private>False</Private>
 
101
    </ProjectReference>
 
102
    <ProjectReference Include="..\..\..\..\Main\Core\Project\ICSharpCode.Core.csproj">
 
103
      <Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project>
 
104
      <Name>ICSharpCode.Core</Name>
 
105
      <Private>False</Private>
 
106
    </ProjectReference>
 
107
    <ProjectReference Include="..\..\..\..\Main\ICSharpCode.Core.WinForms\ICSharpCode.Core.WinForms.csproj">
 
108
      <Project>{857CA1A3-FC88-4BE0-AB6A-D1EE772AB288}</Project>
 
109
      <Name>ICSharpCode.Core.WinForms</Name>
 
110
      <Private>False</Private>
 
111
    </ProjectReference>
 
112
    <ProjectReference Include="..\..\..\..\Main\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj">
 
113
      <Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project>
 
114
      <Name>ICSharpCode.SharpDevelop.Dom</Name>
 
115
      <Private>False</Private>
 
116
    </ProjectReference>
 
117
  </ItemGroup>
 
118
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
 
119
</Project>
 
 
b'\\ No newline at end of file'