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 >{A8770217-10C4-4388-8AE3-24BAF873AB9C}</ProjectGuid >
8+ <ProjectTypeGuids >{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
9+ <OutputType >Exe</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >SqlStreamStore.HAL</RootNamespace >
12+ <AssemblyName >SqlStreamStore.HAL</AssemblyName >
13+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <PlatformTarget >AnyCPU</PlatformTarget >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <PlatformTarget >AnyCPU</PlatformTarget >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release\</OutputPath >
31+ <DefineConstants >TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <ItemGroup >
36+ <Reference Include =" Microsoft.Owin, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" >
37+ <HintPath >..\packages\Microsoft.Owin.3.0.1\lib\net45\Microsoft.Owin.dll</HintPath >
38+ </Reference >
39+ <Reference Include =" Microsoft.Owin.Host.HttpListener, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" >
40+ <HintPath >..\packages\Microsoft.Owin.Host.HttpListener.3.0.1\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath >
41+ </Reference >
42+ <Reference Include =" Microsoft.Owin.Hosting, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" >
43+ <HintPath >..\packages\Microsoft.Owin.Hosting.3.0.1\lib\net45\Microsoft.Owin.Hosting.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5" >
46+ <HintPath >..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" SqlStreamStore, Version=0.4.3.0, Culture=neutral, PublicKeyToken=null" >
49+ <HintPath >..\packages\SqlStreamStore.0.4.3\lib\Portable-Net45+Win8+WP8+WPA81\SqlStreamStore.dll</HintPath >
50+ </Reference >
51+ <Reference Include =" System" />
52+ <Reference Include =" System.Core" />
53+ <Reference Include =" System.Xml.Linq" />
54+ <Reference Include =" System.Data.DataSetExtensions" />
55+ <Reference Include =" System.Data" />
56+ <Reference Include =" System.Xml" />
57+ </ItemGroup >
58+ <ItemGroup >
59+ <Compile Include =" Program.cs" />
60+ <Compile Include =" Properties\AssemblyInfo.cs" />
61+ <Compile Include =" SeedData.cs" />
62+ </ItemGroup >
63+ <ItemGroup >
64+ <Content Include =" packages.config" />
65+ </ItemGroup >
66+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
68+ Other similar extension points exist, see Microsoft.Common.targets.
69+ <Target Name="BeforeBuild">
70+ </Target>
71+ <Target Name="AfterBuild">
72+ </Target>
73+ -->
74+ </Project >
0 commit comments