PageRenderTime 47ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/Source/Bifrost.Web/Bifrost.Web.csproj

#
MSBuild | 193 lines | 186 code | 0 blank | 7 comment | 0 complexity | 7529f331ebdfb26a1dfc7a7f05bb4223 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  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>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{CBE302C4-C333-4912-9EC0-D57F6383EBE1}</ProjectGuid>
  10. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  11. <OutputType>Library</OutputType>
  12. <AppDesignerFolder>Properties</AppDesignerFolder>
  13. <RootNamespace>Bifrost.Web</RootNamespace>
  14. <AssemblyName>Bifrost.Web</AssemblyName>
  15. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  16. <UseIISExpress>false</UseIISExpress>
  17. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\Solutions\</SolutionDir>
  18. <RestorePackages>true</RestorePackages>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</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\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Castle.Core, Version=2.5.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\Solutions\packages\Castle.Core.2.5.1\lib\NET35\Castle.Core.dll</HintPath>
  41. </Reference>
  42. <Reference Include="FluentNHibernate">
  43. <HintPath>..\Solutions\packages\FluentNHibernate.1.2.0.712\lib\FluentNHibernate.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Iesi.Collections">
  46. <HintPath>..\Solutions\packages\Iesi.Collections.3.1.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  50. <Private>True</Private>
  51. <HintPath>..\Solutions\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  52. </Reference>
  53. <Reference Include="MongoDB.Bson">
  54. <HintPath>..\Solutions\packages\mongocsharpdriver.1.3.1\lib\net35\MongoDB.Bson.dll</HintPath>
  55. </Reference>
  56. <Reference Include="MongoDB.Driver">
  57. <HintPath>..\Solutions\packages\mongocsharpdriver.1.3.1\lib\net35\MongoDB.Driver.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Newtonsoft.Json, Version=4.0.5.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\Solutions\packages\Newtonsoft.Json.4.0.5\lib\net40\Newtonsoft.Json.dll</HintPath>
  62. </Reference>
  63. <Reference Include="NHibernate">
  64. <HintPath>..\Solutions\packages\NHibernate.3.1.0.4000\lib\Net35\NHibernate.dll</HintPath>
  65. </Reference>
  66. <Reference Include="NHibernate.ByteCode.Castle">
  67. <HintPath>..\Solutions\packages\NHibernate.Castle.3.1.0.4000\lib\Net35\NHibernate.ByteCode.Castle.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Ninject, Version=2.2.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
  70. <HintPath>..\Solutions\packages\Ninject.2.2.1.4\lib\net40-Full\Ninject.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Ninject.Web.Mvc, Version=2.2.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
  73. <HintPath>..\Solutions\packages\Ninject.MVC3.2.2.2.0\lib\net40-Full\Ninject.Web.Mvc.dll</HintPath>
  74. </Reference>
  75. <Reference Include="NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  76. <HintPath>..\Solutions\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System.ComponentModel.Composition" />
  79. <Reference Include="System.Web.DynamicData" />
  80. <Reference Include="System.Web.Entity" />
  81. <Reference Include="System.Web.ApplicationServices" />
  82. <Reference Include="System" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Core" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="System.Web.Extensions" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Drawing" />
  89. <Reference Include="System.Web" />
  90. <Reference Include="System.Xml" />
  91. <Reference Include="System.Configuration" />
  92. <Reference Include="System.Web.Services" />
  93. <Reference Include="System.EnterpriseServices" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Content Include="Global.asax" />
  97. <Content Include="index.html" />
  98. <Content Include="Scripts\bifrost.commands.js" />
  99. <Content Include="Scripts\jquery-1.7.1-vsdoc.js" />
  100. <Content Include="Scripts\jquery-1.7.1.js" />
  101. <Content Include="Scripts\jquery-1.7.1.min.js" />
  102. <Content Include="Scripts\jQuery.tmpl.js" />
  103. <Content Include="Scripts\jQuery.tmpl.min.js" />
  104. <Content Include="Scripts\knockout-1.3.0beta.debug.js" />
  105. <Content Include="Scripts\knockout-1.3.0beta.js" />
  106. <Content Include="viewModel.js" />
  107. <Content Include="Web.config">
  108. <SubType>Designer</SubType>
  109. </Content>
  110. <Content Include="Web.Debug.config">
  111. <DependentUpon>Web.config</DependentUpon>
  112. </Content>
  113. <Content Include="Web.Release.config">
  114. <DependentUpon>Web.config</DependentUpon>
  115. </Content>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Compile Include="DoStuffCommand.cs" />
  119. <Compile Include="DoStuffCommandHandler.cs">
  120. <SubType>Code</SubType>
  121. </Compile>
  122. <Compile Include="Global.asax.cs">
  123. <DependentUpon>Global.asax</DependentUpon>
  124. </Compile>
  125. <Compile Include="Properties\AssemblyInfo.cs" />
  126. <Compile Include="StuffDone.cs" />
  127. <Compile Include="TheObject.cs" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <ProjectReference Include="..\Bifrost.MongoDb\Bifrost.MongoDB.csproj">
  131. <Project>{63BBC1F3-E5E0-4902-BADF-1589F91C0BEA}</Project>
  132. <Name>Bifrost.MongoDB</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\Bifrost.NHibernate\Bifrost.NHibernate.csproj">
  135. <Project>{3AD8BA49-6972-42B2-81F5-0D45C626F1DF}</Project>
  136. <Name>Bifrost.NHibernate</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="..\Bifrost.Ninject\Bifrost.Ninject.csproj">
  139. <Project>{3EE03158-1BE0-470C-85FB-E673CD5FC9E1}</Project>
  140. <Name>Bifrost.Ninject</Name>
  141. </ProjectReference>
  142. <ProjectReference Include="..\Bifrost.RavenDb.Embeddable\Bifrost.RavenDb.Embeddable.csproj">
  143. <Project>{A6B34814-3554-4849-A54E-C7AD1A7BB8E1}</Project>
  144. <Name>Bifrost.RavenDb.Embeddable</Name>
  145. </ProjectReference>
  146. <ProjectReference Include="..\Bifrost.WCF\Bifrost.WCF.csproj">
  147. <Project>{2928688F-2D89-4C2B-AB59-F82B80A14009}</Project>
  148. <Name>Bifrost.WCF</Name>
  149. </ProjectReference>
  150. <ProjectReference Include="..\Bifrost.Web.Mvc\Bifrost.Web.Mvc.csproj">
  151. <Project>{73FFB713-2878-4C17-8D5B-E22AF8DE89C5}</Project>
  152. <Name>Bifrost.Web.Mvc</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\Bifrost\Bifrost.csproj">
  155. <Project>{FB310720-CD89-44B6-BD54-7861F65D8466}</Project>
  156. <Name>Bifrost</Name>
  157. </ProjectReference>
  158. </ItemGroup>
  159. <ItemGroup>
  160. <Content Include="packages.config">
  161. <SubType>Designer</SubType>
  162. </Content>
  163. </ItemGroup>
  164. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  165. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
  166. <ProjectExtensions>
  167. <VisualStudio>
  168. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  169. <WebProjectProperties>
  170. <UseIIS>False</UseIIS>
  171. <AutoAssignPort>True</AutoAssignPort>
  172. <DevelopmentServerPort>1548</DevelopmentServerPort>
  173. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  174. <IISUrl>
  175. </IISUrl>
  176. <NTLMAuthentication>False</NTLMAuthentication>
  177. <UseCustomServer>False</UseCustomServer>
  178. <CustomServerUrl>
  179. </CustomServerUrl>
  180. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  181. </WebProjectProperties>
  182. </FlavorProperties>
  183. </VisualStudio>
  184. </ProjectExtensions>
  185. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
  186. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  187. Other similar extension points exist, see Microsoft.Common.targets.
  188. <Target Name="BeforeBuild">
  189. </Target>
  190. <Target Name="AfterBuild">
  191. </Target>
  192. -->
  193. </Project>