The next generation of the Teknik Services. Written in ASP.NET.
https://www.teknik.io/
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.
387 lines
22 KiB
387 lines
22 KiB
<?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\CustomRazorViewEngine.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\About\ViewModels\AboutViewModel.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\Error\Controllers\ErrorController.cs" /> |
|
<Compile Include="Areas\Error\ErrorAreaRegistration.cs" /> |
|
<Compile Include="Areas\Error\ViewModels\ErrorViewModel.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\Privacy\ViewModels\PrivacyViewModel.cs" /> |
|
<Compile Include="Areas\Profile\Controllers\ProfileController.cs" /> |
|
<Compile Include="Areas\Profile\ProfileAreaRegistration.cs" /> |
|
<Compile Include="Areas\Profile\ViewModels\ProfileViewModel.cs" /> |
|
<Compile Include="Areas\Upload\Controllers\UploadController.cs" /> |
|
<Compile Include="Areas\Upload\Models\Upload.cs" /> |
|
<Compile Include="Areas\Upload\UploadAreaRegistration.cs" /> |
|
<Compile Include="Areas\Upload\ViewModels\UploadViewModel.cs" /> |
|
<Compile Include="Configuration\BlogConfig.cs" /> |
|
<Compile Include="Configuration\Config.cs" /> |
|
<Compile Include="Areas\Blog\Controllers\BlogController.cs" /> |
|
<Compile Include="Configuration\SMTPConfig.cs" /> |
|
<Compile Include="Configuration\UploadConfig.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="Helpers\UrlExtensions.cs" /> |
|
<Compile Include="Helpers\Utility.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="Modules\PerformanceMonitorModule.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\Content\Blog.css" /> |
|
<Content Include="Areas\Blog\Scripts\Blog.js" /> |
|
<Content Include="Areas\Contact\Scripts\Contact.js" /> |
|
<Content Include="Areas\Home\Content\Home.css" /> |
|
<Content Include="Areas\Home\Scripts\Home.js" /> |
|
<Content Include="Areas\Profile\Scripts\Profile.js" /> |
|
<Content Include="Areas\Upload\Scripts\aes.js" /> |
|
<Content Include="Areas\Upload\Scripts\Upload.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\dropzone.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" /> |
|
<Content Include="Fonts\fontawesome-webfont.woff2" /> |
|
<Content Include="Areas\Upload\Views\web.config" /> |
|
<Content Include="Areas\Upload\Views\Upload\Index.cshtml" /> |
|
<Content Include="Areas\Upload\Views\_ViewStart.cshtml" /> |
|
<Content Include="Areas\Profile\Views\Profile\ViewRegistration.cshtml" /> |
|
<Content Include="Areas\Error\Views\web.config" /> |
|
<Content Include="Areas\Error\Views\Error\Http404.cshtml" /> |
|
<Content Include="Areas\Error\Views\_ViewStart.cshtml" /> |
|
<Content Include="Areas\Error\Views\Error\Exception.cshtml" /> |
|
<Content Include="Areas\Error\Views\Error\General.cshtml" /> |
|
<Content Include="Areas\Error\Views\Error\Http500.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-select.js" /> |
|
<Content Include="Scripts\bootstrap.js" /> |
|
<Content Include="Scripts\bootstrap.min.js" /> |
|
<Content Include="Scripts\common.js" /> |
|
<Content Include="Scripts\Dropzone\dropzone.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.blockUI.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\_Layout.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\Error\Models\" /> |
|
<Folder Include="Areas\Error\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\" /> |
|
<Folder Include="Areas\Upload\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> |