Mercurial > pub > ImplabNet
annotate Implab.Fx/Implab.Fx.csproj @ 230:3e26338eb977 v2
slowly cutting off mono specific settings
author | cin |
---|---|
date | Wed, 13 Sep 2017 16:55:13 +0300 |
parents | 5dc21f6a3222 |
children |
rev | line source |
---|---|
3 | 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>8.0.30703</ProductVersion> | |
7 <SchemaVersion>2.0</SchemaVersion> | |
8 <ProjectGuid>{06E706F8-6881-43EB-927E-FFC503AF6ABC}</ProjectGuid> | |
9 <OutputType>Library</OutputType> | |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | |
11 <RootNamespace>Implab.Fx</RootNamespace> | |
12 <AssemblyName>Implab.Fx</AssemblyName> | |
155 | 13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
3 | 14 <FileAlignment>512</FileAlignment> |
151 | 15 <ReleaseVersion>0.2</ReleaseVersion> |
155 | 16 <TargetFrameworkProfile /> |
3 | 17 </PropertyGroup> |
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
19 <DebugSymbols>true</DebugSymbols> | |
20 <DebugType>full</DebugType> | |
21 <Optimize>false</Optimize> | |
22 <OutputPath>bin\Debug\</OutputPath> | |
23 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
24 <ErrorReport>prompt</ErrorReport> | |
25 <WarningLevel>4</WarningLevel> | |
155 | 26 <Prefer32Bit>false</Prefer32Bit> |
3 | 27 </PropertyGroup> |
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
29 <DebugType>pdbonly</DebugType> | |
30 <Optimize>true</Optimize> | |
31 <OutputPath>bin\Release\</OutputPath> | |
32 <DefineConstants>TRACE</DefineConstants> | |
33 <ErrorReport>prompt</ErrorReport> | |
34 <WarningLevel>4</WarningLevel> | |
155 | 35 <Prefer32Bit>false</Prefer32Bit> |
3 | 36 </PropertyGroup> |
75 | 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug 4.5|AnyCPU' "> |
38 <DebugSymbols>true</DebugSymbols> | |
39 <DebugType>full</DebugType> | |
40 <Optimize>false</Optimize> | |
41 <OutputPath>bin\Debug\</OutputPath> | |
42 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
43 <ErrorReport>prompt</ErrorReport> | |
44 <WarningLevel>4</WarningLevel> | |
155 | 45 <Prefer32Bit>false</Prefer32Bit> |
75 | 46 </PropertyGroup> |
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release 4.5|AnyCPU' "> | |
48 <DebugType>pdbonly</DebugType> | |
49 <Optimize>true</Optimize> | |
50 <OutputPath>bin\Release\</OutputPath> | |
51 <DefineConstants>TRACE</DefineConstants> | |
52 <ErrorReport>prompt</ErrorReport> | |
53 <WarningLevel>4</WarningLevel> | |
155 | 54 <Prefer32Bit>false</Prefer32Bit> |
75 | 55 </PropertyGroup> |
3 | 56 <ItemGroup> |
57 <Reference Include="System" /> | |
58 <Reference Include="System.Core" /> | |
5
f2559580b481
implemented overlay helpers and some animation heplers improvments
cin
parents:
4
diff
changeset
|
59 <Reference Include="System.Drawing" /> |
3 | 60 <Reference Include="System.Windows.Forms" /> |
61 <Reference Include="System.Xml.Linq" /> | |
62 <Reference Include="System.Data.DataSetExtensions" /> | |
63 <Reference Include="Microsoft.CSharp" /> | |
64 <Reference Include="System.Data" /> | |
65 <Reference Include="System.Xml" /> | |
66 </ItemGroup> | |
67 <ItemGroup> | |
4 | 68 <Compile Include="Animation.cs" /> |
69 <Compile Include="AnimationHelpers.cs" /> | |
70 <Compile Include="PromiseHelpers.cs" /> | |
3 | 71 <Compile Include="Properties\AssemblyInfo.cs" /> |
72 | 72 <Compile Include="ControlBoundPromise.cs" /> |
210 | 73 <Compile Include="StaApartment.cs" /> |
3 | 74 </ItemGroup> |
75 <ItemGroup> | |
76 <ProjectReference Include="..\Implab\Implab.csproj"> | |
158 | 77 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project> |
3 | 78 <Name>Implab</Name> |
79 </ProjectReference> | |
80 </ItemGroup> | |
81 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | |
82 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
83 Other similar extension points exist, see Microsoft.Common.targets. | |
84 <Target Name="BeforeBuild"> | |
85 </Target> | |
86 <Target Name="AfterBuild"> | |
87 </Target> | |
88 --> | |
89 </Project> |