| 1 <?xml version="1.0" encoding="utf-8"?> |
|
| 2 <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{8573F7D8-F05F-4195-9005-1C219B976146}</ProjectGuid> |
|
| 8 <OutputType>Library</OutputType> |
|
| 9 <AppDesignerFolder>Properties</AppDesignerFolder> |
|
| 10 <RootNamespace>UIcore</RootNamespace> |
|
| 11 <AssemblyName>UIcore</AssemblyName> |
|
| 12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
| 13 <FileAlignment>512</FileAlignment> |
|
| 14 </PropertyGroup> |
|
| 15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
| 16 <DebugSymbols>true</DebugSymbols> |
|
| 17 <DebugType>full</DebugType> |
|
| 18 <Optimize>true</Optimize> |
|
| 19 <OutputPath>..\..\..\build\UIcore\</OutputPath> |
|
| 20 <DefineConstants>DEBUG;TRACE</DefineConstants> |
|
| 21 <ErrorReport>prompt</ErrorReport> |
|
| 22 <WarningLevel>4</WarningLevel> |
|
| 23 <PlatformTarget>AnyCPU</PlatformTarget> |
|
| 24 </PropertyGroup> |
|
| 25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
| 26 <DebugType>pdbonly</DebugType> |
|
| 27 <Optimize>true</Optimize> |
|
| 28 <OutputPath>..\..\..\build\UIcore\</OutputPath> |
|
| 29 <DefineConstants>TRACE</DefineConstants> |
|
| 30 <ErrorReport>prompt</ErrorReport> |
|
| 31 <WarningLevel>4</WarningLevel> |
|
| 32 </PropertyGroup> |
|
| 33 <ItemGroup> |
|
| 34 <Reference Include="PresentationCore" /> |
|
| 35 <Reference Include="PresentationFramework" /> |
|
| 36 <Reference Include="System" /> |
|
| 37 <Reference Include="System.Core" /> |
|
| 38 <Reference Include="System.Windows" /> |
|
| 39 <Reference Include="System.Windows.Controls.Ribbon" /> |
|
| 40 <Reference Include="System.Xaml" /> |
|
| 41 <Reference Include="System.Xml.Linq" /> |
|
| 42 <Reference Include="System.Data.DataSetExtensions" /> |
|
| 43 <Reference Include="Microsoft.CSharp" /> |
|
| 44 <Reference Include="System.Data" /> |
|
| 45 <Reference Include="System.Xml" /> |
|
| 46 <Reference Include="WindowsBase" /> |
|
| 47 </ItemGroup> |
|
| 48 <ItemGroup> |
|
| 49 <Compile Include="Container.cs" /> |
|
| 50 <Compile Include="Controls.cs" /> |
|
| 51 <Compile Include="DrawingArea.cs" /> |
|
| 52 <Compile Include="MainToolBar.cs" /> |
|
| 53 <Compile Include="Menu.cs" /> |
|
| 54 <Compile Include="TextArea.cs" /> |
|
| 55 <Compile Include="Toolkit.cs" /> |
|
| 56 <Compile Include="Window.cs" /> |
|
| 57 <Compile Include="Application.cs" /> |
|
| 58 <Compile Include="Properties\AssemblyInfo.cs" /> |
|
| 59 </ItemGroup> |
|
| 60 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
| 61 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
| 62 Other similar extension points exist, see Microsoft.Common.targets. |
|
| 63 <Target Name="BeforeBuild"> |
|
| 64 </Target> |
|
| 65 <Target Name="AfterBuild"> |
|
| 66 </Target> |
|
| 67 --> |
|
| 68 </Project> |
|