~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/DisplayBindings/ClassDiagram/ClassDiagramAddin/ClassDiagramAddin.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 DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 
3
  <PropertyGroup>
 
4
    <OutputType>Library</OutputType>
 
5
    <RootNamespace>ClassDiagramAddin</RootNamespace>
 
6
    <AssemblyName>ClassDiagramAddin</AssemblyName>
 
7
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
8
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
9
    <ProjectGuid>{5A1354DF-4989-4BB4-BC6B-D627C2E9FA13}</ProjectGuid>
 
10
    <OutputPath>..\..\..\..\..\AddIns\DisplayBindings\ClassDiagram\</OutputPath>
 
11
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
 
12
    <NoStdLib>False</NoStdLib>
 
13
    <WarningLevel>4</WarningLevel>
 
14
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
15
    <SourceAnalysisOverrideSettingsFile>C:\Users\Daniel\AppData\Roaming\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
 
16
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
17
    <TargetFrameworkProfile>
 
18
    </TargetFrameworkProfile>
 
19
  </PropertyGroup>
 
20
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
21
    <IntermediateOutputPath>obj\Debug\</IntermediateOutputPath>
 
22
    <Optimize>False</Optimize>
 
23
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
24
    <DebugSymbols>true</DebugSymbols>
 
25
    <DebugType>Full</DebugType>
 
26
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
27
    <StartAction>Program</StartAction>
 
28
    <StartProgram>..\..\..\..\..\bin\SharpDevelop.exe</StartProgram>
 
29
  </PropertyGroup>
 
30
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
 
31
    <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
 
32
    <IntermediateOutputPath>obj\Release\</IntermediateOutputPath>
 
33
    <Optimize>True</Optimize>
 
34
    <DefineConstants>TRACE</DefineConstants>
 
35
    <DebugSymbols>False</DebugSymbols>
 
36
    <DebugType>None</DebugType>
 
37
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
38
  </PropertyGroup>
 
39
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
 
40
    <RegisterForComInterop>False</RegisterForComInterop>
 
41
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
 
42
    <BaseAddress>4194304</BaseAddress>
 
43
    <PlatformTarget>AnyCPU</PlatformTarget>
 
44
    <FileAlignment>4096</FileAlignment>
 
45
  </PropertyGroup>
 
46
  <ItemGroup>
 
47
    <Reference Include="System" />
 
48
    <Reference Include="System.Data" />
 
49
    <Reference Include="System.Drawing" />
 
50
    <Reference Include="System.Windows.Forms" />
 
51
    <Reference Include="System.Xml" />
 
52
  </ItemGroup>
 
53
  <ItemGroup>
 
54
    <None Include="ClassDiagramAddin.addin">
 
55
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
56
    </None>
 
57
    <Compile Include="..\..\..\..\Main\GlobalAssemblyInfo.cs">
 
58
      <Link>Configuration\GlobalAssemblyInfo.cs</Link>
 
59
    </Compile>
 
60
    <Compile Include="Configuration\AssemblyInfo.cs" />
 
61
    <Compile Include="Src\ClassDiagramViewContent.cs" />
 
62
    <Compile Include="Src\SaveToBitmapCommand.cs" />
 
63
    <Compile Include="Src\ShowClassDiagramCommand.cs" />
 
64
    <Compile Include="Src\ClassDiagramDisplayBinding.cs" />
 
65
    <Compile Include="Src\ClassDiagramCommand.cs" />
 
66
    <None Include="Resources\Bitmaps.resources">
 
67
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
68
    </None>
 
69
    <Compile Include="Src\ClassDiagramAddItemCommands.cs" />
 
70
    <Content Include="ClassDiagramAddin.cd" />
 
71
    <Content Include="ClassDiagramAddin.cd" />
 
72
  </ItemGroup>
 
73
  <ItemGroup>
 
74
    <ProjectReference Include="..\..\..\..\Libraries\NRefactory\Project\NRefactory.csproj">
 
75
      <Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project>
 
76
      <Name>NRefactory</Name>
 
77
      <Private>False</Private>
 
78
    </ProjectReference>
 
79
    <ProjectReference Include="..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj">
 
80
      <Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project>
 
81
      <Name>ICSharpCode.SharpDevelop</Name>
 
82
      <Private>False</Private>
 
83
    </ProjectReference>
 
84
    <ProjectReference Include="..\..\..\..\Main\Core\Project\ICSharpCode.Core.csproj">
 
85
      <Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project>
 
86
      <Name>ICSharpCode.Core</Name>
 
87
      <Private>False</Private>
 
88
    </ProjectReference>
 
89
    <ProjectReference Include="..\..\..\..\Main\ICSharpCode.Core.WinForms\ICSharpCode.Core.WinForms.csproj">
 
90
      <Project>{857CA1A3-FC88-4BE0-AB6A-D1EE772AB288}</Project>
 
91
      <Name>ICSharpCode.Core.WinForms</Name>
 
92
      <Private>False</Private>
 
93
    </ProjectReference>
 
94
    <ProjectReference Include="..\..\..\..\Main\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj">
 
95
      <Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project>
 
96
      <Name>ICSharpCode.SharpDevelop.Dom</Name>
 
97
      <Private>False</Private>
 
98
    </ProjectReference>
 
99
    <ProjectReference Include="..\ClassCanvas\ClassCanvas.csproj">
 
100
      <Project>{08F772A1-F0BE-433E-8B37-F6522953DB05}</Project>
 
101
      <Name>ClassCanvas</Name>
 
102
    </ProjectReference>
 
103
    <ProjectReference Include="..\DiagramRouter\Diagrams.csproj">
 
104
      <Project>{0991423A-DBF6-4C89-B365-A1DF1EB32E42}</Project>
 
105
      <Name>Diagrams</Name>
 
106
    </ProjectReference>
 
107
  </ItemGroup>
 
108
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
 
109
</Project>
 
 
b'\\ No newline at end of file'