~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to samples/XamlDesigner/XamlDesigner.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>9.0.30729</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{27DA2B5C-2AAA-4478-AB00-3E184273C241}</ProjectGuid>
 
9
    <OutputType>WinExe</OutputType>
 
10
    <RootNamespace>ICSharpCode.XamlDesigner</RootNamespace>
 
11
    <AssemblyName>XamlDesigner</AssemblyName>
 
12
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
 
13
    <FileAlignment>512</FileAlignment>
 
14
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
 
15
    <WarningLevel>4</WarningLevel>
 
16
    <ApplicationManifest>Configuration\app.manifest</ApplicationManifest>
 
17
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
 
18
    <NoStdLib>False</NoStdLib>
 
19
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
 
20
  </PropertyGroup>
 
21
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
22
    <DebugSymbols>true</DebugSymbols>
 
23
    <DebugType>Full</DebugType>
 
24
    <Optimize>false</Optimize>
 
25
    <OutputPath>bin\Debug\</OutputPath>
 
26
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
27
    <ErrorReport>prompt</ErrorReport>
 
28
    <WarningLevel>4</WarningLevel>
 
29
  </PropertyGroup>
 
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
31
    <DebugType>pdbonly</DebugType>
 
32
    <Optimize>true</Optimize>
 
33
    <OutputPath>bin\Release\</OutputPath>
 
34
    <DefineConstants>TRACE</DefineConstants>
 
35
    <ErrorReport>prompt</ErrorReport>
 
36
    <WarningLevel>4</WarningLevel>
 
37
  </PropertyGroup>
 
38
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
 
39
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
 
40
  </PropertyGroup>
 
41
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
 
42
    <RegisterForComInterop>False</RegisterForComInterop>
 
43
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
 
44
    <BaseAddress>4194304</BaseAddress>
 
45
    <PlatformTarget>x86</PlatformTarget>
 
46
  </PropertyGroup>
 
47
  <ItemGroup>
 
48
    <Reference Include="AvalonDock">
 
49
      <HintPath>..\..\bin\AvalonDock.dll</HintPath>
 
50
    </Reference>
 
51
    <Reference Include="ICSharpCode.AvalonEdit">
 
52
      <HintPath>..\..\bin\ICSharpCode.AvalonEdit.dll</HintPath>
 
53
    </Reference>
 
54
    <Reference Include="ICSharpCode.SharpDevelop.Widgets">
 
55
      <HintPath>..\..\bin\ICSharpCode.SharpDevelop.Widgets.dll</HintPath>
 
56
    </Reference>
 
57
    <Reference Include="System" />
 
58
    <Reference Include="System.Core">
 
59
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
60
    </Reference>
 
61
    <Reference Include="System.Xaml">
 
62
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
 
63
    </Reference>
 
64
    <Reference Include="System.Xml.Linq">
 
65
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
66
    </Reference>
 
67
    <Reference Include="System.Data.DataSetExtensions">
 
68
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
69
    </Reference>
 
70
    <Reference Include="System.Data" />
 
71
    <Reference Include="System.Xml" />
 
72
    <Reference Include="UIAutomationProvider">
 
73
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 
74
    </Reference>
 
75
    <Reference Include="WindowsBase">
 
76
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 
77
    </Reference>
 
78
    <Reference Include="PresentationCore">
 
79
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 
80
    </Reference>
 
81
    <Reference Include="PresentationFramework">
 
82
      <RequiredTargetFramework>3.0</RequiredTargetFramework>
 
83
    </Reference>
 
84
  </ItemGroup>
 
85
  <ItemGroup>
 
86
    <ApplicationDefinition Include="App.xaml">
 
87
      <Generator>MSBuild:Compile</Generator>
 
88
      <SubType>Designer</SubType>
 
89
    </ApplicationDefinition>
 
90
    <Compile Include="App.xaml.cs">
 
91
      <DependentUpon>App.xaml</DependentUpon>
 
92
      <SubType>Code</SubType>
 
93
    </Compile>
 
94
    <ProjectReference Include="..\..\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.Designer\Project\WpfDesign.Designer.csproj">
 
95
      <Project>{78CC29AC-CC79-4355-B1F2-97936DF198AC}</Project>
 
96
      <Name>WpfDesign.Designer</Name>
 
97
    </ProjectReference>
 
98
    <ProjectReference Include="..\..\src\AddIns\DisplayBindings\WpfDesign\WpfDesign.XamlDom\Project\WpfDesign.XamlDom.csproj">
 
99
      <Project>{88DA149F-21B2-48AB-82C4-28FB6BDFD783}</Project>
 
100
      <Name>WpfDesign.XamlDom</Name>
 
101
    </ProjectReference>
 
102
    <ProjectReference Include="..\..\src\AddIns\DisplayBindings\WpfDesign\WpfDesign\Project\WpfDesign.csproj">
 
103
      <Project>{66A378A1-E9F4-4AD5-8946-D0EC06C2902F}</Project>
 
104
      <Name>WpfDesign</Name>
 
105
    </ProjectReference>
 
106
  </ItemGroup>
 
107
  <ItemGroup>
 
108
    <Compile Include="..\..\src\Main\GlobalAssemblyInfo.cs">
 
109
      <Link>Configuration\GlobalAssemblyInfo.cs</Link>
 
110
    </Compile>
 
111
    <Compile Include="BitmapButton.xaml.cs">
 
112
      <DependentUpon>BitmapButton.xaml</DependentUpon>
 
113
    </Compile>
 
114
    <Compile Include="Configuration\AssemblyInfo.cs">
 
115
      <SubType>Code</SubType>
 
116
    </Compile>
 
117
    <Compile Include="Configuration\Settings.Designer.cs">
 
118
      <AutoGen>True</AutoGen>
 
119
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
 
120
      <DependentUpon>Settings.settings</DependentUpon>
 
121
    </Compile>
 
122
    <Compile Include="Converters.cs" />
 
123
    <Compile Include="Document.cs" />
 
124
    <Compile Include="DocumentView.xaml.cs">
 
125
      <DependentUpon>DocumentView.xaml</DependentUpon>
 
126
    </Compile>
 
127
    <Compile Include="ErrorListView.xaml.cs">
 
128
      <DependentUpon>ErrorListView.xaml</DependentUpon>
 
129
    </Compile>
 
130
    <Compile Include="ExtensionMethods.cs" />
 
131
    <Compile Include="MainWindow_Commands.cs" />
 
132
    <Compile Include="Shell.cs" />
 
133
    <Compile Include="MainWindow.xaml.cs">
 
134
      <DependentUpon>MainWindow.xaml</DependentUpon>
 
135
    </Compile>
 
136
    <Compile Include="SimpleCommand.cs" />
 
137
    <Compile Include="Toolbox.cs" />
 
138
    <Compile Include="ToolboxView.xaml.cs">
 
139
      <DependentUpon>ToolboxView.xaml</DependentUpon>
 
140
    </Compile>
 
141
    <Compile Include="XamlFormatter.cs" />
 
142
  </ItemGroup>
 
143
  <ItemGroup>
 
144
    <None Include="NewFileTemplate.xaml">
 
145
      <SubType>Designer</SubType>
 
146
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
147
    </None>
 
148
    <Page Include="BitmapButton.xaml">
 
149
      <Generator>MSBuild:Compile</Generator>
 
150
      <SubType>Designer</SubType>
 
151
    </Page>
 
152
    <Page Include="DocumentView.xaml">
 
153
      <SubType>Designer</SubType>
 
154
      <Generator>MSBuild:Compile</Generator>
 
155
    </Page>
 
156
    <Page Include="ErrorListView.xaml">
 
157
      <SubType>Designer</SubType>
 
158
      <Generator>MSBuild:Compile</Generator>
 
159
    </Page>
 
160
    <Page Include="MainWindow.xaml">
 
161
      <SubType>Designer</SubType>
 
162
      <Generator>MSBuild:Compile</Generator>
 
163
    </Page>
 
164
    <None Include="TestFiles\1.xaml">
 
165
      <SubType>Designer</SubType>
 
166
    </None>
 
167
    <None Include="TestFiles\2.xaml">
 
168
      <SubType>Designer</SubType>
 
169
    </None>
 
170
    <None Include="TestFiles\3.xaml">
 
171
      <SubType>Designer</SubType>
 
172
    </None>
 
173
    <None Include="TestFiles\4.xaml">
 
174
      <SubType>Designer</SubType>
 
175
    </None>
 
176
    <Page Include="Themes\Generic.xaml">
 
177
      <SubType>Designer</SubType>
 
178
      <Generator>MSBuild:Compile</Generator>
 
179
    </Page>
 
180
    <Page Include="ToolboxView.xaml">
 
181
      <Generator>MSBuild:Compile</Generator>
 
182
      <SubType>Designer</SubType>
 
183
    </Page>
 
184
  </ItemGroup>
 
185
  <ItemGroup>
 
186
    <None Include="Configuration\app.config" />
 
187
    <None Include="Configuration\app.manifest" />
 
188
    <None Include="Configuration\Settings.settings">
 
189
      <Generator>SettingsSingleFileGenerator</Generator>
 
190
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
 
191
    </None>
 
192
  </ItemGroup>
 
193
  <ItemGroup>
 
194
    <Resource Include="Images\Reference.png" />
 
195
    <Resource Include="Images\Tag.png" />
 
196
  </ItemGroup>
 
197
  <ItemGroup>
 
198
    <Resource Include="Images\Error.png" />
 
199
  </ItemGroup>
 
200
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 
201
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
202
       Other similar extension points exist, see Microsoft.Common.targets.
 
203
  <Target Name="BeforeBuild">
 
204
  </Target>
 
205
  <Target Name="AfterBuild">
 
206
  </Target>
 
207
  -->
 
208
</Project>
 
 
b'\\ No newline at end of file'