~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/DisplayBindings/WorkflowDesigner/Project/WorkflowDesigner.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
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 
2
  <PropertyGroup>
 
3
    <ProjectGuid>{533F4684-DBA6-4518-B005-C84F22A2DD57}</ProjectGuid>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <OutputType>Library</OutputType>
 
7
    <RootNamespace>ICSharpCode.WorkflowDesigner</RootNamespace>
 
8
    <AssemblyName>WorkflowDesigner</AssemblyName>
 
9
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
 
10
    <NoStdLib>False</NoStdLib>
 
11
    <WarningLevel>4</WarningLevel>
 
12
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
13
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
14
  </PropertyGroup>
 
15
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
16
    <OutputPath>..\..\..\..\..\AddIns\AddIns\DisplayBindings\WorkflowDesigner\</OutputPath>
 
17
    <DebugSymbols>true</DebugSymbols>
 
18
    <DebugType>Full</DebugType>
 
19
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
20
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
21
    <Optimize>False</Optimize>
 
22
    <StartAction>Program</StartAction>
 
23
    <StartProgram>..\..\..\..\..\bin\SharpDevelop.exe</StartProgram>
 
24
  </PropertyGroup>
 
25
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
 
26
    <OutputPath>..\..\..\..\..\AddIns\AddIns\DisplayBindings\WorkflowDesigner\</OutputPath>
 
27
    <DebugSymbols>false</DebugSymbols>
 
28
    <DebugType>None</DebugType>
 
29
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
30
    <DefineConstants>TRACE</DefineConstants>
 
31
    <Optimize>False</Optimize>
 
32
  </PropertyGroup>
 
33
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
 
34
    <RegisterForComInterop>False</RegisterForComInterop>
 
35
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
 
36
    <BaseAddress>4194304</BaseAddress>
 
37
    <PlatformTarget>AnyCPU</PlatformTarget>
 
38
    <FileAlignment>4096</FileAlignment>
 
39
  </PropertyGroup>
 
40
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
 
41
  <ItemGroup>
 
42
    <Reference Include="PresentationCore">
 
43
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 
44
    </Reference>
 
45
    <Reference Include="PresentationFramework">
 
46
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 
47
    </Reference>
 
48
    <Reference Include="System">
 
49
      <Private>False</Private>
 
50
    </Reference>
 
51
    <Reference Include="System.Activities" />
 
52
    <Reference Include="System.Activities.Core.Design" />
 
53
    <Reference Include="System.Activities.Design" />
 
54
    <Reference Include="System.Activities.Design.Base" />
 
55
    <Reference Include="System.Core">
 
56
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
57
    </Reference>
 
58
    <Reference Include="System.Data">
 
59
      <Private>False</Private>
 
60
    </Reference>
 
61
    <Reference Include="System.Design" />
 
62
    <Reference Include="System.Drawing">
 
63
      <Private>False</Private>
 
64
    </Reference>
 
65
    <Reference Include="System.Windows.Forms">
 
66
      <Private>False</Private>
 
67
    </Reference>
 
68
    <Reference Include="System.Xml">
 
69
      <Private>False</Private>
 
70
    </Reference>
 
71
    <Reference Include="WindowsBase">
 
72
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 
73
    </Reference>
 
74
  </ItemGroup>
 
75
  <ItemGroup>
 
76
    <Compile Include="WorkflowDesignerViewContent.cs" />
 
77
    <Compile Include="WorkflowDisplayBinding.cs" />
 
78
    <None Include="Templates\Files\Sequence.xft" />
 
79
    <None Include="WorkflowDesigner.addin">
 
80
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
81
    </None>
 
82
    <Compile Include="..\..\..\..\Main\GlobalAssemblyInfo.cs">
 
83
      <Link>Configuration\GlobalAssemblyInfo.cs</Link>
 
84
    </Compile>
 
85
    <Compile Include="Configuration\AssemblyInfo.cs" />
 
86
  </ItemGroup>
 
87
  <ItemGroup>
 
88
    <ProjectReference Include="..\..\..\..\Libraries\NRefactory\Project\NRefactory.csproj">
 
89
      <Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project>
 
90
      <Name>NRefactory</Name>
 
91
      <Private>False</Private>
 
92
    </ProjectReference>
 
93
    <ProjectReference Include="..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj">
 
94
      <Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project>
 
95
      <Name>ICSharpCode.SharpDevelop</Name>
 
96
      <Private>False</Private>
 
97
    </ProjectReference>
 
98
    <ProjectReference Include="..\..\..\..\Main\Core\Project\ICSharpCode.Core.csproj">
 
99
      <Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project>
 
100
      <Name>ICSharpCode.Core</Name>
 
101
      <Private>False</Private>
 
102
    </ProjectReference>
 
103
    <ProjectReference Include="..\..\..\..\Main\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj">
 
104
      <Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project>
 
105
      <Name>ICSharpCode.SharpDevelop.Dom</Name>
 
106
      <Private>False</Private>
 
107
    </ProjectReference>
 
108
    <Folder Include="Templates" />
 
109
    <Folder Include="Templates\Files" />
 
110
    <Folder Include="Templates\Projects" />
 
111
    <Folder Include="Templates\Projects\CSharp" />
 
112
    <Folder Include="Templates\Projects\VB" />
 
113
  </ItemGroup>
 
114
</Project>
 
 
b'\\ No newline at end of file'