You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
196 lines
7.5 KiB
196 lines
7.5 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProductVersion>9.0.30729</ProductVersion> |
|
<SchemaVersion>2.0</SchemaVersion> |
|
<ProjectGuid>{27DA2B5C-2AAA-4478-AB00-3E184273C241}</ProjectGuid> |
|
<OutputType>WinExe</OutputType> |
|
<RootNamespace>SharpDevelop.Samples.XamlDesigner</RootNamespace> |
|
<AssemblyName>XamlDesigner</AssemblyName> |
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
<FileAlignment>512</FileAlignment> |
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
|
<WarningLevel>4</WarningLevel> |
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
|
<SccProjectName>Svn</SccProjectName> |
|
<SccLocalPath>Svn</SccLocalPath> |
|
<SccAuxPath>Svn</SccAuxPath> |
|
<SccProvider>SubversionScc</SccProvider> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>full</DebugType> |
|
<Optimize>false</Optimize> |
|
<OutputPath>bin\Debug\</OutputPath> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
<DebugType>pdbonly</DebugType> |
|
<Optimize>true</Optimize> |
|
<OutputPath>bin\Release\</OutputPath> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="AvalonDock, Version=1.1.1714.0, Culture=neutral, PublicKeyToken=85a1e0ada7ec13e4, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<HintPath>Libraries\AvalonDock.dll</HintPath> |
|
</Reference> |
|
<Reference Include="ICSharpCode.TextEditor, Version=3.0.0.3611, Culture=neutral, PublicKeyToken=4d61825e8dd49f1a, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<HintPath>Libraries\ICSharpCode.TextEditor.dll</HintPath> |
|
</Reference> |
|
<Reference Include="PresentationFramework.Aero"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xml.Linq"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Data.DataSetExtensions"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="UIAutomationProvider"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="WindowsBase"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="PresentationCore"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="PresentationFramework"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="WindowsFormsIntegration"> |
|
<RequiredTargetFramework>3.0</RequiredTargetFramework> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ApplicationDefinition Include="App.xaml"> |
|
<Generator>MSBuild:Compile</Generator> |
|
<SubType>Designer</SubType> |
|
</ApplicationDefinition> |
|
<Compile Include="App.xaml.cs"> |
|
<DependentUpon>App.xaml</DependentUpon> |
|
<SubType>Code</SubType> |
|
</Compile> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="..\..\src\Main\GlobalAssemblyInfo.cs"> |
|
<Link>Properties\GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<Compile Include="Converters.cs" /> |
|
<Compile Include="ShellDocument.cs" /> |
|
<Compile Include="ShellDocumentView.xaml.cs"> |
|
<DependentUpon>ShellDocumentView.xaml</DependentUpon> |
|
</Compile> |
|
<Compile Include="ExtensionMethods.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="Properties\Settings.Designer.cs"> |
|
<AutoGen>True</AutoGen> |
|
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
<DependentUpon>Settings.settings</DependentUpon> |
|
</Compile> |
|
<Compile Include="Shell.cs" /> |
|
<Compile Include="MainWindow.xaml.cs"> |
|
<DependentUpon>MainWindow.xaml</DependentUpon> |
|
</Compile> |
|
<Compile Include="SimpleCommand.cs" /> |
|
<Compile Include="TextAction.cs" /> |
|
<Compile Include="TextEditorWithoutUndo.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="NewFileTemplate.xaml"> |
|
<SubType>Designer</SubType> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<Page Include="ShellDocumentView.xaml"> |
|
<SubType>Designer</SubType> |
|
<Generator>MSBuild:Compile</Generator> |
|
</Page> |
|
<Page Include="MainWindow.xaml"> |
|
<SubType>Designer</SubType> |
|
<Generator>MSBuild:Compile</Generator> |
|
</Page> |
|
<None Include="TestFiles\5.xaml"> |
|
<SubType>Designer</SubType> |
|
</None> |
|
<None Include="TestFiles\2.xaml"> |
|
<SubType>Designer</SubType> |
|
</None> |
|
<None Include="TestFiles\3.xaml"> |
|
<SubType>Designer</SubType> |
|
</None> |
|
<None Include="TestFiles\4.xaml"> |
|
<SubType>Designer</SubType> |
|
</None> |
|
<Page Include="TestFiles\1.xaml"> |
|
<SubType>Designer</SubType> |
|
</Page> |
|
<None Include="TestFiles\6.xaml"> |
|
<SubType>Designer</SubType> |
|
</None> |
|
<None Include="TestFiles\7.xaml"> |
|
<SubType>Designer</SubType> |
|
</None> |
|
<Page Include="Themes\ExpressionTheme.xaml"> |
|
<Generator>MSBuild:Compile</Generator> |
|
<SubType>Designer</SubType> |
|
</Page> |
|
<Page Include="Themes\Generic.xaml"> |
|
<SubType>Designer</SubType> |
|
<Generator>MSBuild:Compile</Generator> |
|
</Page> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="app.config" /> |
|
<None Include="Properties\app.manifest" /> |
|
<None Include="Properties\Settings.settings"> |
|
<Generator>SettingsSingleFileGenerator</Generator> |
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
</None> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Resource Include="Images\Reference.png" /> |
|
<Resource Include="Images\Tag.png" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Resource Include="Images\Error.png" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="SharpDevelop.XamlDesigner\SharpDevelop.XamlDesigner.csproj"> |
|
<Project>{E6D68698-46C5-48B8-ADA4-30F61A7B4FAC}</Project> |
|
<Name>SharpDevelop.XamlDesigner</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Content Include="Libraries\AvalonDock.dll" /> |
|
<Content Include="Libraries\ICSharpCode.TextEditor.dll" /> |
|
<Content Include="Libraries\RibbonControlsLibrary.dll" /> |
|
<Content Include="Libraries\WPFToolkit.dll" /> |
|
<Content Include="Libraries\Xaml.dll" /> |
|
<Content Include="Libraries\Xaml.WpfCompat.dll" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
<Target Name="BeforeBuild"> |
|
</Target> |
|
<Target Name="AfterBuild"> |
|
</Target> |
|
--> |
|
</Project> |