|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
| 4 | + <PropertyGroup> |
| 5 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 6 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 7 | + <ProjectGuid>{52F77B1E-BCAE-4B11-BFC9-51E70ADE1FB1}</ProjectGuid> |
| 8 | + <OutputType>WinExe</OutputType> |
| 9 | + <RootNamespace></RootNamespace> |
| 10 | + <AssemblyName>DXRichEditSyntaxExample</AssemblyName> |
| 11 | + <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
| 12 | + <FileAlignment>512</FileAlignment> |
| 13 | + <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids> |
| 14 | + <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
| 15 | + <OptionExplicit>On</OptionExplicit> |
| 16 | + <OptionCompare>Binary</OptionCompare> |
| 17 | + <OptionStrict>Off</OptionStrict> |
| 18 | + <OptionInfer>On</OptionInfer> |
| 19 | + </PropertyGroup> |
| 20 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 21 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 22 | + <DebugSymbols>true</DebugSymbols> |
| 23 | + <DebugType>full</DebugType> |
| 24 | + <Optimize>false</Optimize> |
| 25 | + <OutputPath>bin\Debug\</OutputPath> |
| 26 | + <DefineDebug>true</DefineDebug> |
| 27 | + <DefineTrace>true</DefineTrace> |
| 28 | + <ErrorReport>prompt</ErrorReport> |
| 29 | + </PropertyGroup> |
| 30 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 31 | + <PlatformTarget>AnyCPU</PlatformTarget> |
| 32 | + <DebugType>pdbonly</DebugType> |
| 33 | + <Optimize>true</Optimize> |
| 34 | + <OutputPath>bin\Release\</OutputPath> |
| 35 | + <DefineDebug>false</DefineDebug> |
| 36 | + <DefineTrace>true</DefineTrace> |
| 37 | + <ErrorReport>prompt</ErrorReport> |
| 38 | + </PropertyGroup> |
| 39 | + <ItemGroup> |
| 40 | + <Import Include="Microsoft.VisualBasic" /> |
| 41 | + <Import Include="System.Collections.Generic" /> |
| 42 | + <Import Include="System.Collections" /> |
| 43 | + <Import Include="System.Diagnostics" /> |
| 44 | + <Import Include="System.Linq" /> |
| 45 | + <Import Include="System.Xml.Linq" /> |
| 46 | + <Import Include="System.Data" /> |
| 47 | + <Import Include="System.Drawing" /> |
| 48 | + <Import Include="System.Windows.Forms" /> |
| 49 | + <Import Include="System.Windows.Controls" /> |
| 50 | + <Import Include="System.Windows.Data" /> |
| 51 | + <Import Include="System.Windows.Shapes" /> |
| 52 | + <Import Include="System.Windows.Documents" /> |
| 53 | + <Import Include="System.Windows.Input" /> |
| 54 | + <Import Include="System.Windows.Media.Imaging" /> |
| 55 | + <Import Include="System.Windows.Media" /> |
| 56 | + <Import Include="System.Windows.Navigation" /> |
| 57 | + <Import Include="System.Windows" /> |
| 58 | + <Import Include="System" /> |
| 59 | + </ItemGroup> |
| 60 | + <ItemGroup> |
| 61 | + <Reference Include="DevExpress.Data.v18.1, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| 62 | + <Reference Include="DevExpress.Office.v18.1.Core, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
| 63 | + <Reference Include="DevExpress.RichEdit.v18.1.Core, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| 64 | + <Reference Include="DevExpress.Mvvm.v18.1, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| 65 | + <Reference Include="DevExpress.Xpf.Core.v18.1, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| 66 | + <Reference Include="DevExpress.Xpf.RichEdit.v18.1, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
| 67 | + <Reference Include="System" /> |
| 68 | + <Reference Include="System.Data" /> |
| 69 | + <Reference Include="System.Drawing" /> |
| 70 | + <Reference Include="System.Windows.Forms" /> |
| 71 | + <Reference Include="System.Xml" /> |
| 72 | + <Reference Include="Microsoft.CSharp" /> |
| 73 | + <Reference Include="System.Core" /> |
| 74 | + <Reference Include="System.Xml.Linq" /> |
| 75 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 76 | + <Reference Include="System.Net.Http" /> |
| 77 | + <Reference Include="System.Xaml"> |
| 78 | + <RequiredTargetFramework>4.0</RequiredTargetFramework> |
| 79 | + </Reference> |
| 80 | + <Reference Include="WindowsBase" /> |
| 81 | + <Reference Include="PresentationCore" /> |
| 82 | + <Reference Include="PresentationFramework" /> |
| 83 | + </ItemGroup> |
| 84 | + <ItemGroup> |
| 85 | + <ApplicationDefinition Include="Application.xaml"> |
| 86 | + <Generator>MSBuild:Compile</Generator> |
| 87 | + <SubType>Designer</SubType> |
| 88 | + </ApplicationDefinition> |
| 89 | + <Page Include="MainWindow.xaml"> |
| 90 | + <Generator>MSBuild:Compile</Generator> |
| 91 | + <SubType>Designer</SubType> |
| 92 | + </Page> |
| 93 | + <Compile Include="Application.xaml.vb"> |
| 94 | + <DependentUpon>Application.xaml</DependentUpon> |
| 95 | + <SubType>Code</SubType> |
| 96 | + </Compile> |
| 97 | + <Compile Include="MainWindow.xaml.vb"> |
| 98 | + <DependentUpon>MainWindow.xaml</DependentUpon> |
| 99 | + <SubType>Code</SubType> |
| 100 | + </Compile> |
| 101 | + </ItemGroup> |
| 102 | + <ItemGroup> |
| 103 | + <Compile Include="My Project\AssemblyInfo.vb"> |
| 104 | + <SubType>Code</SubType> |
| 105 | + </Compile> |
| 106 | + <Compile Include="My Project\Resources.Designer.vb"> |
| 107 | + <AutoGen>True</AutoGen> |
| 108 | + <DesignTime>True</DesignTime> |
| 109 | + <DependentUpon>Resources.resx</DependentUpon> |
| 110 | + </Compile> |
| 111 | + <Compile Include="My Project\Settings.Designer.vb"> |
| 112 | + <AutoGen>True</AutoGen> |
| 113 | + <DependentUpon>Settings.settings</DependentUpon> |
| 114 | + <DesignTimeSharedInput>True</DesignTimeSharedInput> |
| 115 | + </Compile> |
| 116 | + <EmbeddedResource Include="My Project\Resources.resx"> |
| 117 | + <Generator>VbMyResourcesResXFileCodeGenerator</Generator> |
| 118 | + <LastGenOutput>Resources.Designer.vb</LastGenOutput> |
| 119 | + <CustomToolNamespace>My.Resources</CustomToolNamespace> |
| 120 | + </EmbeddedResource> |
| 121 | + <None Include="My Project\Settings.settings"> |
| 122 | + <Generator>SettingsSingleFileGenerator</Generator> |
| 123 | + <LastGenOutput>Settings.Designer.vb</LastGenOutput> |
| 124 | + </None> |
| 125 | + </ItemGroup> |
| 126 | + <ItemGroup> |
| 127 | + <None Include="App.config" /> |
| 128 | + </ItemGroup> |
| 129 | + <ItemGroup> |
| 130 | + <Content Include="CarsXtraScheduling.sql"> |
| 131 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 132 | + </Content> |
| 133 | + </ItemGroup> |
| 134 | + <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> |
| 135 | +</Project> |
0 commit comments