You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

169 lines
8.0 KiB

  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. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{95C7D295-0E5E-43EB-AD46-8CED0B9FDB2F}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>Sevomin.WebFrontend</RootNamespace>
  15. <AssemblyName>Sevomin.WebFrontend</AssemblyName>
  16. <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
  17. <UseIISExpress>true</UseIISExpress>
  18. <IISExpressSSLPort />
  19. <IISExpressAnonymousAuthentication />
  20. <IISExpressWindowsAuthentication />
  21. <IISExpressUseClassicPipelineMode />
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Web.DynamicData" />
  43. <Reference Include="System.Web.Entity" />
  44. <Reference Include="System.Web.ApplicationServices" />
  45. <Reference Include="System.ComponentModel.DataAnnotations" />
  46. <Reference Include="System" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="System.Web.Extensions" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Drawing" />
  53. <Reference Include="System.Web" />
  54. <Reference Include="System.Xml" />
  55. <Reference Include="System.Configuration" />
  56. <Reference Include="System.Web.Services" />
  57. <Reference Include="System.EnterpriseServices" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  61. <Private>True</Private>
  62. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System.Web.Razor">
  65. <HintPath>..\packages\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System.Web.Webpages">
  68. <HintPath>..\packages\Microsoft.AspNet.Webpages.3.0.0\lib\net45\System.Web.Webpages.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System.Web.Webpages.Deployment">
  71. <HintPath>..\packages\Microsoft.AspNet.Webpages.3.0.0\lib\net45\System.Web.Webpages.Deployment.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System.Web.Webpages.Razor">
  74. <HintPath>..\packages\Microsoft.AspNet.Webpages.3.0.0\lib\net45\System.Web.Webpages.Razor.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.Web.Helpers">
  77. <HintPath>..\packages\Microsoft.AspNet.Webpages.3.0.0\lib\net45\System.Web.Helpers.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.Web.Mvc">
  80. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath>
  81. </Reference>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Content Include="Content\bootstrap-theme.css" />
  85. <Content Include="Content\bootstrap-theme.min.css" />
  86. <Content Include="Content\bootstrap.css" />
  87. <Content Include="Content\bootstrap.min.css" />
  88. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  89. <Content Include="Global.asax" />
  90. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  91. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  92. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  93. <None Include="Scripts\jquery-1.10.2.intellisense.js" />
  94. <Content Include="Scripts\bootstrap.js" />
  95. <Content Include="Scripts\bootstrap.min.js" />
  96. <Content Include="Scripts\jquery-1.10.2.js" />
  97. <Content Include="Scripts\jquery-1.10.2.min.js" />
  98. <None Include="Scripts\jquery.validate-vsdoc.js" />
  99. <Content Include="Scripts\jquery.validate.js" />
  100. <Content Include="Scripts\jquery.validate.min.js" />
  101. <Content Include="Scripts\jquery.validate.unobtrusive.js" />
  102. <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
  103. <Content Include="Web.config" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Compile Include="App_Start\RouteConfig.cs" />
  107. <Compile Include="Global.asax.cs">
  108. <DependentUpon>Global.asax</DependentUpon>
  109. </Compile>
  110. <Compile Include="Properties\AssemblyInfo.cs" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Content Include="Views\web.config" />
  114. <Content Include="packages.config" />
  115. <Content Include="Scripts\jquery-1.10.2.min.map" />
  116. <Content Include="Views\Home\Index.cshtml" />
  117. <Content Include="Views\_ViewStart.cshtml" />
  118. <Content Include="Views\Shared\_Layout.cshtml" />
  119. <Content Include="Views\Home\Signup.cshtml" />
  120. <None Include="Web.Debug.config">
  121. <DependentUpon>Web.config</DependentUpon>
  122. </None>
  123. <None Include="Web.Release.config">
  124. <DependentUpon>Web.config</DependentUpon>
  125. </None>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <ProjectReference Include="..\Sevomin.Models\Sevomin.Models.csproj">
  129. <Project>{cb5d89bc-10d1-44d6-857b-a94b5cfcfb11}</Project>
  130. <Name>Sevomin.Models</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\Sevomin.WebFrontend.Controllers\Sevomin.WebFrontend.Controllers.csproj">
  133. <Project>{1e1e197b-9300-4512-98cb-b1b8aab75964}</Project>
  134. <Name>Sevomin.WebFrontend.Controllers</Name>
  135. </ProjectReference>
  136. </ItemGroup>
  137. <ItemGroup />
  138. <PropertyGroup>
  139. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  140. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  141. </PropertyGroup>
  142. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  143. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  144. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  145. <ProjectExtensions>
  146. <VisualStudio>
  147. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  148. <WebProjectProperties>
  149. <UseIIS>True</UseIIS>
  150. <AutoAssignPort>True</AutoAssignPort>
  151. <DevelopmentServerPort>0</DevelopmentServerPort>
  152. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  153. <IISUrl>http://localhost:1531/</IISUrl>
  154. <NTLMAuthentication>False</NTLMAuthentication>
  155. <UseCustomServer>False</UseCustomServer>
  156. <CustomServerUrl>
  157. </CustomServerUrl>
  158. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  159. </WebProjectProperties>
  160. </FlavorProperties>
  161. </VisualStudio>
  162. </ProjectExtensions>
  163. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  164. Other similar extension points exist, see Microsoft.Common.targets.
  165. <Target Name="BeforeBuild">
  166. </Target>
  167. <Target Name="AfterBuild">
  168. </Target>
  169. -->
  170. </Project>