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+ <ProductVersion >8.0.30703</ProductVersion >
8+ <SchemaVersion >2.0</SchemaVersion >
9+ <ProjectGuid >{14AE16FF-E9A7-4AB1-BCBB-3B2B2049288D}</ProjectGuid >
10+ <OutputType >Library</OutputType >
11+ <AppDesignerFolder >Properties</AppDesignerFolder >
12+ <RootNamespace >ReactiveUI.Blend</RootNamespace >
13+ <AssemblyName >ReactiveUI.Blend</AssemblyName >
14+ <DefaultLanguage >en-US</DefaultLanguage >
15+ <TargetPlatformVersion >8.1</TargetPlatformVersion >
16+ <MinimumVisualStudioVersion >12</MinimumVisualStudioVersion >
17+ <FileAlignment >512</FileAlignment >
18+ <ProjectTypeGuids >{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
19+ </PropertyGroup >
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21+ <DebugSymbols >true</DebugSymbols >
22+ <DebugType >full</DebugType >
23+ <Optimize >false</Optimize >
24+ <OutputPath >bin\Debug\WinRT451\</OutputPath >
25+ <DefineConstants >TRACE;DEBUG;WINRT</DefineConstants >
26+ <ErrorReport >prompt</ErrorReport >
27+ <WarningLevel >4</WarningLevel >
28+ </PropertyGroup >
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30+ <DebugType >pdbonly</DebugType >
31+ <Optimize >true</Optimize >
32+ <OutputPath >bin\Release\WinRT451\</OutputPath >
33+ <DefineConstants >TRACE;WINRT</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ <DocumentationFile >bin\Release\WinRT451\ReactiveUI.Blend.xml</DocumentationFile >
37+ </PropertyGroup >
38+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|ARM'" >
39+ <DebugSymbols >true</DebugSymbols >
40+ <OutputPath >bin\ARM\Debug\</OutputPath >
41+ <DefineConstants >DEBUG;TRACE;NETFX_CORE</DefineConstants >
42+ <NoWarn >;2008</NoWarn >
43+ <DebugType >full</DebugType >
44+ <PlatformTarget >ARM</PlatformTarget >
45+ <UseVSHostingProcess >false</UseVSHostingProcess >
46+ <ErrorReport >prompt</ErrorReport >
47+ <Prefer32Bit >true</Prefer32Bit >
48+ </PropertyGroup >
49+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|ARM'" >
50+ <OutputPath >bin\ARM\Release\</OutputPath >
51+ <DefineConstants >TRACE;NETFX_CORE</DefineConstants >
52+ <Optimize >true</Optimize >
53+ <NoWarn >;2008</NoWarn >
54+ <DebugType >pdbonly</DebugType >
55+ <PlatformTarget >ARM</PlatformTarget >
56+ <UseVSHostingProcess >false</UseVSHostingProcess >
57+ <ErrorReport >prompt</ErrorReport >
58+ <Prefer32Bit >true</Prefer32Bit >
59+ </PropertyGroup >
60+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
61+ <DebugSymbols >true</DebugSymbols >
62+ <OutputPath >bin\x64\Debug\</OutputPath >
63+ <DefineConstants >DEBUG;TRACE;NETFX_CORE</DefineConstants >
64+ <NoWarn >;2008</NoWarn >
65+ <DebugType >full</DebugType >
66+ <PlatformTarget >x64</PlatformTarget >
67+ <UseVSHostingProcess >false</UseVSHostingProcess >
68+ <ErrorReport >prompt</ErrorReport >
69+ <Prefer32Bit >true</Prefer32Bit >
70+ </PropertyGroup >
71+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
72+ <OutputPath >bin\x64\Release\</OutputPath >
73+ <DefineConstants >TRACE;NETFX_CORE</DefineConstants >
74+ <Optimize >true</Optimize >
75+ <NoWarn >;2008</NoWarn >
76+ <DebugType >pdbonly</DebugType >
77+ <PlatformTarget >x64</PlatformTarget >
78+ <UseVSHostingProcess >false</UseVSHostingProcess >
79+ <ErrorReport >prompt</ErrorReport >
80+ <Prefer32Bit >true</Prefer32Bit >
81+ </PropertyGroup >
82+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
83+ <DebugSymbols >true</DebugSymbols >
84+ <OutputPath >bin\x86\Debug\</OutputPath >
85+ <DefineConstants >DEBUG;TRACE;NETFX_CORE</DefineConstants >
86+ <NoWarn >;2008</NoWarn >
87+ <DebugType >full</DebugType >
88+ <PlatformTarget >x86</PlatformTarget >
89+ <UseVSHostingProcess >false</UseVSHostingProcess >
90+ <ErrorReport >prompt</ErrorReport >
91+ <Prefer32Bit >true</Prefer32Bit >
92+ </PropertyGroup >
93+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
94+ <OutputPath >bin\x86\Release\</OutputPath >
95+ <DefineConstants >TRACE;NETFX_CORE</DefineConstants >
96+ <Optimize >true</Optimize >
97+ <NoWarn >;2008</NoWarn >
98+ <DebugType >pdbonly</DebugType >
99+ <PlatformTarget >x86</PlatformTarget >
100+ <UseVSHostingProcess >false</UseVSHostingProcess >
101+ <ErrorReport >prompt</ErrorReport >
102+ <Prefer32Bit >true</Prefer32Bit >
103+ </PropertyGroup >
104+ <ItemGroup >
105+ <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
106+ <None Include =" packages.config" />
107+ </ItemGroup >
108+ <ItemGroup >
109+ <Compile Include =" Behavior.cs" />
110+ <Compile Include =" FollowObservableStateBehavior.cs" />
111+ <Compile Include =" ObservableTriggerBehavior.cs" />
112+ <Compile Include =" Properties\AssemblyInfo.cs" />
113+ </ItemGroup >
114+ <ItemGroup >
115+ <SDKReference Include =" BehaviorsXamlSDKManaged, Version=12.0" >
116+ <Name >Behaviors SDK %28XAML%29</Name >
117+ </SDKReference >
118+ </ItemGroup >
119+ <ItemGroup >
120+ <Reference Include =" Splat" >
121+ <HintPath >..\ext\winrt\Splat.dll</HintPath >
122+ </Reference >
123+ <Reference Include =" System.Reactive.Core" >
124+ <HintPath >..\ext\winrt\System.Reactive.Core.dll</HintPath >
125+ </Reference >
126+ <Reference Include =" System.Reactive.Interfaces" >
127+ <HintPath >..\ext\winrt\System.Reactive.Interfaces.dll</HintPath >
128+ </Reference >
129+ <Reference Include =" System.Reactive.Linq" >
130+ <HintPath >..\ext\winrt\System.Reactive.Linq.dll</HintPath >
131+ </Reference >
132+ <Reference Include =" System.Reactive.PlatformServices" >
133+ <HintPath >..\ext\winrt\System.Reactive.PlatformServices.dll</HintPath >
134+ </Reference >
135+ <Reference Include =" System.Reactive.Windows.Threading" >
136+ <HintPath >..\ext\winrt\System.Reactive.Windows.Threading.dll</HintPath >
137+ </Reference >
138+ <Reference Include =" System.Reactive.WindowsRuntime" >
139+ <HintPath >..\ext\winrt\System.Reactive.WindowsRuntime.dll</HintPath >
140+ </Reference >
141+ </ItemGroup >
142+ <ItemGroup >
143+ <ProjectReference Include =" ..\ReactiveUI\ReactiveUI.csproj" >
144+ <Project >{464cb812-f99f-401b-be4c-e8f0515cd19d}</Project >
145+ <Name >ReactiveUI</Name >
146+ </ProjectReference >
147+ </ItemGroup >
148+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '12.0' " >
149+ <VisualStudioVersion >12.0</VisualStudioVersion >
150+ </PropertyGroup >
151+ <Import Project =" $(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
152+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
153+ Other similar extension points exist, see Microsoft.Common.targets.
154+ <Target Name="BeforeBuild">
155+ </Target>
156+ <Target Name="AfterBuild">
157+ </Target>
158+ -->
159+ </Project >
0 commit comments