1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.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 >{1ACA04C7-F566-4095-8306-7947428230F3}</ProjectGuid >
10+ <OutputType >Library</OutputType >
11+ <AppDesignerFolder >Properties</AppDesignerFolder >
12+ <RootNamespace >ReactiveUI.Testing</RootNamespace >
13+ <AssemblyName >ReactiveUI.Testing</AssemblyName >
14+ <DefaultLanguage >en-US</DefaultLanguage >
15+ <FileAlignment >512</FileAlignment >
16+ <ProjectTypeGuids >{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
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\WinRT45\</OutputPath >
23+ <DefineConstants >DEBUG;TRACE;NETFX_CORE</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release\WinRT45\</OutputPath >
31+ <DefineConstants >TRACE;NETFX_CORE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ <DocumentationFile >bin\Release\WinRT45\ReactiveUI.Testing.xml</DocumentationFile >
35+ </PropertyGroup >
36+ <ItemGroup >
37+ <Compile Include =" Properties\AssemblyInfo.cs" />
38+ <Compile Include =" TestUtils.cs" />
39+ </ItemGroup >
40+ <ItemGroup >
41+ <Reference Include =" Microsoft.Reactive.Testing" >
42+ <HintPath >..\ext\winrt\Microsoft.Reactive.Testing.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" System.Reactive.Core" >
45+ <HintPath >..\ext\winrt\System.Reactive.Core.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" System.Reactive.Interfaces" >
48+ <HintPath >..\ext\winrt\System.Reactive.Interfaces.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" System.Reactive.Linq" >
51+ <HintPath >..\ext\winrt\System.Reactive.Linq.dll</HintPath >
52+ </Reference >
53+ </ItemGroup >
54+ <ItemGroup >
55+ <ProjectReference Include =" ..\ReactiveUI\ReactiveUI.csproj" >
56+ <Project >{464cb812-f99f-401b-be4c-e8f0515cd19d}</Project >
57+ <Name >ReactiveUI</Name >
58+ </ProjectReference >
59+ </ItemGroup >
60+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '11.0' " >
61+ <VisualStudioVersion >11.0</VisualStudioVersion >
62+ </PropertyGroup >
63+ <Import Project =" $(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
64+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
65+ Other similar extension points exist, see Microsoft.Common.targets.
66+ <Target Name="BeforeBuild">
67+ </Target>
68+ <Target Name="AfterBuild">
69+ </Target>
70+ -->
71+ </Project >
0 commit comments