123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>
- </ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{B20317CD-76C6-4A7B-BCE1-E4BEF8E4F964}</ProjectGuid>
- <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Teknik</RootNamespace>
- <AssemblyName>Teknik</AssemblyName>
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
- <MvcBuildViews>false</MvcBuildViews>
- <UseIISExpress>true</UseIISExpress>
- <IISExpressSSLPort>44300</IISExpressSSLPort>
- <IISExpressAnonymousAuthentication />
- <IISExpressWindowsAuthentication />
- <IISExpressUseClassicPipelineMode />
- <UseGlobalApplicationHostFile />
- <TargetFrameworkProfile />
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
- <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
- <HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Microsoft.AspNet.Identity.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="RouteDebugger, Version=2.1.4.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\routedebugger.2.1.4.0\lib\net40\RouteDebugger.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="SecurityDriven.Inferno, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Inferno.1.1.0\lib\net451\SecurityDriven.Inferno.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Security" />
- <Reference Include="System.Web.DynamicData" />
- <Reference Include="System.Web.Entity" />
- <Reference Include="System.Web.ApplicationServices" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Abstractions" />
- <Reference Include="System.Web.Routing" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Web.Services" />
- <Reference Include="System.EnterpriseServices" />
- <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Http">
- </Reference>
- <Reference Include="System.Net.Http.WebRequest">
- </Reference>
- <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Mvc, Version=__MvcPagesVersion__, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Optimization">
- <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <Private>True</Private>
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.Linq" />
- <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
- <Private>True</Private>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="App_Start\BundleConfig.cs" />
- <Compile Include="App_Start\FilterConfig.cs" />
- <Compile Include="App_Start\RouteConfig.cs" />
- <Compile Include="Areas\About\AboutAreaRegistration.cs" />
- <Compile Include="Areas\About\Controllers\AboutController.cs" />
- <Compile Include="Areas\Blog\BlogAreaRegistration.cs" />
- <Compile Include="Areas\Blog\Models\Comment.cs" />
- <Compile Include="Areas\Blog\ViewModels\BlogViewModel.cs" />
- <Compile Include="Areas\Blog\ViewModels\CommentViewModel.cs" />
- <Compile Include="Areas\Blog\ViewModels\PostViewModel.cs" />
- <Compile Include="Areas\Contact\ContactAreaRegistration.cs" />
- <Compile Include="Areas\Contact\Controllers\ContactController.cs" />
- <Compile Include="Areas\Contact\Models\Contact.cs" />
- <Compile Include="Areas\Contact\ViewModels\ContactViewModel.cs" />
- <Compile Include="Areas\Dev\DevAreaRegistration.cs" />
- <Compile Include="Areas\Home\Controllers\HomeController.cs" />
- <Compile Include="Areas\Home\HomeAreaRegistration.cs" />
- <Compile Include="Areas\Home\ViewModels\HomeViewModel.cs" />
- <Compile Include="Areas\Privacy\Controllers\PrivacyController.cs" />
- <Compile Include="Areas\Privacy\PrivacyAreaRegistration.cs" />
- <Compile Include="Areas\Profile\Controllers\ProfileController.cs" />
- <Compile Include="Areas\Profile\ProfileAreaRegistration.cs" />
- <Compile Include="Configuration\Config.cs" />
- <Compile Include="Areas\Blog\Controllers\BlogController.cs" />
- <Compile Include="Configuration\SMTPConfig.cs" />
- <Compile Include="Controllers\DefaultController.cs" />
- <Compile Include="Areas\Dev\Controllers\DevController.cs" />
- <Compile Include="Global.asax.cs">
- <DependentUpon>Global.asax</DependentUpon>
- </Compile>
- <Compile Include="Helpers\Constants.cs" />
- <Compile Include="Helpers\Crypto.cs" />
- <Compile Include="Areas\Profile\Models\Group.cs" />
- <Compile Include="Areas\Profile\Models\PermissionTarget.cs" />
- <Compile Include="Areas\Profile\Models\PermissionType.cs" />
- <Compile Include="Areas\Blog\Models\Post.cs" />
- <Compile Include="Areas\Profile\Models\Role.cs" />
- <Compile Include="Migrations\Configuration.cs" />
- <Compile Include="Models\TeknikEntities.cs" />
- <Compile Include="Areas\Profile\Models\User.cs" />
- <Compile Include="Areas\Blog\Models\Blog.cs" />
- <Compile Include="Areas\Profile\ViewModels\LoginViewModel.cs" />
- <Compile Include="Areas\Profile\ViewModels\RegisterViewModel.cs" />
- <Compile Include="ViewModels\ViewModelBase.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="App_Start\SubdomainRoute.cs" />
- <Compile Include="App_Start\SubdomainRouteExtension.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Areas\Blog\Scripts\Blog.js" />
- <Content Include="Areas\Contact\Scripts\Contact.js" />
- <Content Include="Areas\Home\Scripts\Home.js" />
- <Content Include="Content\bootstrap-markdown.min.css" />
- <Content Include="Content\bootstrap-theme.css" />
- <Content Include="Content\bootstrap-theme.min.css" />
- <Content Include="Content\bootstrap.css" />
- <Content Include="Content\bootstrap.min.css" />
- <Content Include="Content\font-awesome.css" />
- <Content Include="Content\font-awesome.min.css" />
- <Content Include="Fonts\fontawesome-webfont.svg" />
- <Content Include="Fonts\glyphicons-halflings-regular.svg" />
- <Content Include="Images\favicon.ico" />
- <Content Include="Images\logo-black-io.svg" />
- <Content Include="Images\logo-black.svg" />
- <Content Include="Images\logo-blue-io.svg" />
- <Content Include="Images\logo-blue.svg" />
- <Content Include="Global.asax" />
- <Content Include="Content\teknik.css" />
- <Content Include="Images\Icon.png" />
- <Content Include="App_Data\Config.json" />
- <Content Include="ConnectionStrings.config" />
- <Content Include="Areas\Blog\Views\web.config" />
- <Content Include="Areas\Blog\Views\Blog\Blog.cshtml" />
- <Content Include="Areas\Dev\Views\web.config" />
- <Content Include="Areas\Home\Views\web.config" />
- <Content Include="Areas\Home\Views\_ViewStart.cshtml" />
- <Content Include="Areas\Dev\Views\_ViewStart.cshtml" />
- <Content Include="Areas\Blog\Views\_ViewStart.cshtml" />
- <Content Include="Areas\Home\Views\Home\Index.cshtml" />
- <Content Include="Areas\About\Views\web.config" />
- <Content Include="Areas\About\Views\About\Index.cshtml" />
- <Content Include="Areas\About\Views\_ViewStart.cshtml" />
- <Content Include="Areas\Privacy\Views\web.config" />
- <Content Include="Areas\Privacy\Views\_ViewStart.cshtml" />
- <Content Include="Areas\Privacy\Views\Privacy\Index.cshtml" />
- <Content Include="Areas\Contact\Views\web.config" />
- <Content Include="Areas\Contact\Views\_ViewStart.cshtml" />
- <Content Include="Areas\Contact\Views\Contact\Index.cshtml" />
- <Content Include="Areas\Profile\Views\web.config" />
- <Content Include="Areas\Profile\Views\_ViewStart.cshtml" />
- <Content Include="Areas\Profile\Views\Profile\Index.cshtml" />
- <Content Include="Fonts\FontAwesome.otf" />
- <Content Include="Fonts\fontawesome-webfont.woff" />
- <Content Include="Fonts\fontawesome-webfont.ttf" />
- <Content Include="Fonts\fontawesome-webfont.eot" />
- <Content Include="Fonts\glyphicons-halflings-regular.woff2" />
- <Content Include="Fonts\glyphicons-halflings-regular.woff" />
- <Content Include="Fonts\glyphicons-halflings-regular.ttf" />
- <Content Include="Fonts\glyphicons-halflings-regular.eot" />
- <Content Include="Content\bootstrap.min.css.map" />
- <Content Include="Content\bootstrap.css.map" />
- <Content Include="Content\bootstrap-theme.min.css.map" />
- <Content Include="Content\bootstrap-theme.css.map" />
- <Content Include="Areas\Blog\Views\Blog\Posts.cshtml" />
- <Content Include="Areas\Blog\Views\Blog\Post.cshtml" />
- <Content Include="Areas\Blog\Views\Blog\ViewPost.cshtml" />
- <Content Include="Areas\Profile\Views\Profile\ViewLogin.cshtml" />
- <Content Include="Areas\Blog\Views\Blog\Comments.cshtml" />
- <Content Include="Areas\Blog\Views\Blog\Comment.cshtml" />
- <None Include="Properties\PublishProfiles\Teknik Dev.pubxml" />
- <None Include="Scripts\jquery-2.1.4.intellisense.js" />
- <Content Include="Scripts\bootbox\bootbox.min.js" />
- <Content Include="Scripts\bootstrap.js" />
- <Content Include="Scripts\bootstrap.min.js" />
- <Content Include="Scripts\bootstrap\bootstrap.min.js" />
- <Content Include="Scripts\bootstrap\image-gallery\bootstrap-image-gallery.min.js" />
- <Content Include="Scripts\bootstrap\markdown\bootstrap-markdown.js" />
- <Content Include="Scripts\bootstrap\modal\bootstrap-modal.js" />
- <Content Include="Scripts\bootstrap\modal\bootstrap-modalmanager.js" />
- <Content Include="Scripts\bootstrap\select\bootstrap-select.js" />
- <Content Include="Scripts\bootstrap\tags\bootstrap-tags.js" />
- <Content Include="Scripts\common.js" />
- <Content Include="Scripts\jquery-2.1.4.js" />
- <Content Include="Scripts\jquery-2.1.4.min.js" />
- <None Include="Scripts\jquery.validate-vsdoc.js" />
- <Content Include="Scripts\jquery.validate.js" />
- <Content Include="Scripts\jquery.validate.min.js" />
- <Content Include="Scripts\jquery.validate.unobtrusive.js" />
- <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
- <Content Include="Scripts\modernizr-2.8.3.js" />
- <Content Include="Scripts\ocupload\1.1.2\ocupload.js" />
- <Content Include="Scripts\PageDown\Markdown.Converter.js" />
- <Content Include="Scripts\PageDown\Markdown.Editor.js" />
- <Content Include="Scripts\PageDown\Markdown.Sanitizer.js" />
- <Content Include="Scripts\respond.js" />
- <Content Include="Scripts\respond.matchmedia.addListener.js" />
- <Content Include="Scripts\respond.matchmedia.addListener.min.js" />
- <Content Include="Scripts\respond.min.js" />
- <Content Include="Scripts\_references.js" />
- <Content Include="Web.config">
- <SubType>Designer</SubType>
- </Content>
- <Content Include="Web.Debug.config">
- <DependentUpon>Web.config</DependentUpon>
- </Content>
- <Content Include="Web.Release.config">
- <DependentUpon>Web.config</DependentUpon>
- </Content>
- <Content Include="Views\Web.config" />
- <Content Include="Views\_ViewStart.cshtml" />
- <Content Include="Views\Shared\Error.cshtml" />
- <Content Include="Views\Shared\_Layout.cshtml" />
- <Content Include="Views\Shared\Lockout.cshtml" />
- <Content Include="Views\Shared\_LoginPartial.cshtml" />
- <Content Include="Views\Shared\_Navbar.cshtml" />
- <Content Include="Views\Shared\_Footer.cshtml" />
- <Content Include="Areas\Profile\Views\Profile\Login.cshtml" />
- <Content Include="Areas\Profile\Views\Profile\Register.cshtml" />
- <Content Include="Areas\Dev\Views\Dev\Index.cshtml" />
- <Content Include="Scripts\jquery-2.1.4.min.map" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Areas\About\Models\" />
- <Folder Include="Areas\About\Views\Shared\" />
- <Folder Include="Areas\Blog\Views\Shared\" />
- <Folder Include="Areas\Contact\Views\Shared\" />
- <Folder Include="Areas\Dev\Models\" />
- <Folder Include="Areas\Dev\Views\Shared\" />
- <Folder Include="Areas\Home\Models\" />
- <Folder Include="Areas\Home\Views\Shared\" />
- <Folder Include="Areas\Privacy\Models\" />
- <Folder Include="Areas\Privacy\Views\Shared\" />
- <Folder Include="Areas\Profile\Views\Shared\" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="packages.config" />
- </ItemGroup>
- <PropertyGroup>
- <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
- <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
- </PropertyGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
- <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
- <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
- <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
- </Target>
- <ProjectExtensions>
- <VisualStudio>
- <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
- <WebProjectProperties>
- <UseIIS>True</UseIIS>
- <AutoAssignPort>True</AutoAssignPort>
- <DevelopmentServerPort>65244</DevelopmentServerPort>
- <DevelopmentServerVPath>/</DevelopmentServerVPath>
- <IISUrl>https://localhost:44301/</IISUrl>
- <NTLMAuthentication>False</NTLMAuthentication>
- <UseCustomServer>False</UseCustomServer>
- <CustomServerUrl>
- </CustomServerUrl>
- <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
- </WebProjectProperties>
- </FlavorProperties>
- </VisualStudio>
- </ProjectExtensions>
- <Import Project="..\packages\GitVersionTask.3.3.0\build\dotnet\GitVersionTask.targets" Condition="Exists('..\packages\GitVersionTask.3.3.0\build\dotnet\GitVersionTask.targets')" />
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
- </PropertyGroup>
- <Error Condition="!Exists('..\packages\GitVersionTask.3.3.0\build\dotnet\GitVersionTask.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\GitVersionTask.3.3.0\build\dotnet\GitVersionTask.targets'))" />
- </Target>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target> -->
- </Project>
|