Files
cms_thermo_active/Step/Step.csproj
T
CMS4390\marantalu 46c34f46e8 * Fixed webapi auth
* WIP signalauth
* Fist commit server config
2017-11-28 17:19:01 +01:00

342 lines
22 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
<Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
<Import Project="..\packages\Microsoft.Net.Compilers.2.4.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.4.0\build\Microsoft.Net.Compilers.props')" />
<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>{AFED34E1-77DB-4D81-830A-A8D0A190573D}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Step</RootNamespace>
<AssemblyName>Step</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TypeScriptToolsVersion>2.3</TypeScriptToolsVersion>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
</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' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.SignalR.Core, Version=2.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.SignalR.Core.2.2.2\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.SignalR.SystemWeb, Version=2.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.SignalR.SystemWeb.2.2.2\lib\net45\Microsoft.AspNet.SignalR.SystemWeb.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Owin, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.FileSystems, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Owin.FileSystems.3.1.0\lib\net45\Microsoft.Owin.FileSystems.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Host.HttpListener, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Owin.Host.HttpListener.3.1.0\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Host.SystemWeb, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.3.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Hosting, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Owin.Hosting.3.1.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Security, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Owin.Security.3.1.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Security.OAuth, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Owin.Security.OAuth.3.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.StaticFiles, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Owin.StaticFiles.3.1.0\lib\net45\Microsoft.Owin.StaticFiles.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Include="Swashbuckle.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cd1bb07a5ac7c7bc, processorArchitecture=MSIL">
<HintPath>..\packages\Swashbuckle.Core.5.6.0\lib\net40\Swashbuckle.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web.Cors, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.Cors.5.2.3\lib\net45\System.Web.Cors.dll</HintPath>
</Reference>
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Web.Http.Cors, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Cors.5.2.3\lib\net45\System.Web.Http.Cors.dll</HintPath>
</Reference>
<Reference Include="System.Web.Http.Owin, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Owin.5.2.3\lib\net45\System.Web.Http.Owin.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<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.Runtime.Serialization" />
<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.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.WebRequest">
</Reference>
<Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
</Reference>
<Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
</Reference>
<Reference Include="TeamDev.SDK.6, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f22b83b6361d7d4f, processorArchitecture=MSIL">
<HintPath>..\packages\TeamDev.SDK.6.1.07\lib\net45\TeamDev.SDK.6.dll</HintPath>
</Reference>
<Reference Include="TeamDev.SDK.WPF, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f22b83b6361d7d4f, processorArchitecture=MSIL">
<HintPath>..\packages\TeamDev.SDK.6.1.07\lib\net45\TeamDev.SDK.WPF.dll</HintPath>
</Reference>
<Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
<HintPath>..\packages\WebActivatorEx.2.2.0\lib\net40\WebActivatorEx.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="App_Start\Startup.cs" />
<Compile Include="App_Start\SwaggerConfig.cs" />
<Compile Include="App_Start\WebApiConfig.cs" />
<Compile Include="CmsAuthorizationAttribute.cs" />
<Compile Include="Controllers\DataHub.cs" />
<Compile Include="Controllers\LoginController.cs" />
<Compile Include="program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Provider\ApplicationOAuthProvider.cs" />
<Compile Include="Provider\SignalROAuthBearerProvider.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="App.config" />
<Content Include="App.Debug.config">
<DependentUpon>App.config</DependentUpon>
</Content>
<Content Include="App.Release.config">
<DependentUpon>App.config</DependentUpon>
</Content>
<Content Include="wwwroot\.bowerrc">
<DependentUpon>bower.json</DependentUpon>
</Content>
<Content Include="wwwroot\assets\fonts\OFL.txt" />
<Content Include="wwwroot\assets\images\persona.png" />
<Content Include="wwwroot\assets\logo.png" />
<Content Include="wwwroot\assets\styles\style.css" />
<Content Include="wwwroot\compilerconfig.json.defaults">
<DependentUpon>compilerconfig.json</DependentUpon>
</Content>
<Content Include="wwwroot\dist\0.build.js" />
<Content Include="wwwroot\dist\1.build.js" />
<Content Include="wwwroot\dist\build.js" />
<Content Include="wwwroot\libs\font-awesome\css\font-awesome.css" />
<Content Include="wwwroot\libs\font-awesome\css\font-awesome.min.css" />
<Content Include="wwwroot\libs\font-awesome\fonts\fontawesome-webfont.svg" />
<Content Include="wwwroot\libs\font-awesome\HELP-US-OUT.txt" />
<Content Include="wwwroot\libs\glyphicons\fonts\glyphicons-halflings-regular.svg" />
<Content Include="wwwroot\libs\glyphicons\styles\glyphicons.css" />
<Content Include="wwwroot\.babelrc" />
<None Include="wwwroot\Scripts\jquery-3.2.1.intellisense.js" />
<Content Include="wwwroot\Scripts\jquery-3.2.1.js" />
<Content Include="wwwroot\Scripts\jquery-3.2.1.min.js" />
<Content Include="wwwroot\Scripts\jquery-3.2.1.slim.js" />
<Content Include="wwwroot\Scripts\jquery-3.2.1.slim.min.js" />
<Content Include="wwwroot\Scripts\jquery.signalR-2.2.2.js" />
<Content Include="wwwroot\Scripts\jquery.signalR-2.2.2.min.js" />
<Content Include="wwwroot\src\app.modules.js" />
<Content Include="wwwroot\src\app.routes.js" />
<Content Include="wwwroot\src\main.js" />
<Content Include="wwwroot\src\modules\base-components\index.js" />
<Content Include="wwwroot\src\router\index.js" />
<Content Include="wwwroot\favicon.ico" />
<Content Include="wwwroot\index.html" />
<Content Include="wwwroot\webpack.config.js" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="packages.config" />
<Content Include="wwwroot\.editorconfig" />
<Content Include="wwwroot\bower.json" />
<Content Include="wwwroot\compilerconfig.json" />
<Content Include="wwwroot\package.json" />
<Content Include="wwwroot\tsconfig.json" />
<Content Include="wwwroot\assets\fonts\WorkSans-Black.ttf" />
<Content Include="wwwroot\assets\fonts\WorkSans-Bold.ttf" />
<Content Include="wwwroot\assets\fonts\WorkSans-ExtraBold.ttf" />
<Content Include="wwwroot\assets\fonts\WorkSans-ExtraLight.ttf" />
<Content Include="wwwroot\assets\fonts\WorkSans-Light.ttf" />
<Content Include="wwwroot\assets\fonts\WorkSans-Medium.ttf" />
<Content Include="wwwroot\assets\fonts\WorkSans-Regular.ttf" />
<Content Include="wwwroot\assets\fonts\WorkSans-SemiBold.ttf" />
<Content Include="wwwroot\assets\fonts\WorkSans-Thin.ttf" />
<Content Include="wwwroot\assets\styles\base\buttons.less" />
<Content Include="wwwroot\assets\styles\base\colors.less" />
<Content Include="wwwroot\assets\styles\base\fonts.less" />
<Content Include="wwwroot\assets\styles\base\grid-system.less" />
<Content Include="wwwroot\assets\styles\base\input.less" />
<Content Include="wwwroot\assets\styles\base\layout.less" />
<Content Include="wwwroot\assets\styles\base\modals.less" />
<Content Include="wwwroot\assets\styles\style.css.map" />
<Content Include="wwwroot\assets\styles\style.less" />
<Content Include="wwwroot\src\App.vue" />
<Content Include="wwwroot\src\components\Home.vue" />
<Content Include="wwwroot\src\modules\base-components\modal.vue" />
<Content Include="wwwroot\src\modules\login.vue" />
<Content Include="wwwroot\libs\font-awesome\.bower.json" />
<Content Include="wwwroot\libs\font-awesome\.gitignore" />
<Content Include="wwwroot\libs\font-awesome\.npmignore" />
<Content Include="wwwroot\libs\font-awesome\bower.json" />
<Content Include="wwwroot\libs\font-awesome\css\font-awesome.css.map" />
<Content Include="wwwroot\libs\font-awesome\fonts\fontawesome-webfont.eot" />
<Content Include="wwwroot\libs\font-awesome\fonts\fontawesome-webfont.ttf" />
<Content Include="wwwroot\libs\font-awesome\fonts\fontawesome-webfont.woff" />
<Content Include="wwwroot\libs\font-awesome\fonts\fontawesome-webfont.woff2" />
<Content Include="wwwroot\libs\font-awesome\fonts\FontAwesome.otf" />
<Content Include="wwwroot\libs\font-awesome\less\animated.less" />
<Content Include="wwwroot\libs\font-awesome\less\bordered-pulled.less" />
<Content Include="wwwroot\libs\font-awesome\less\core.less" />
<Content Include="wwwroot\libs\font-awesome\less\fixed-width.less" />
<Content Include="wwwroot\libs\font-awesome\less\font-awesome.less" />
<Content Include="wwwroot\libs\font-awesome\less\icons.less" />
<Content Include="wwwroot\libs\font-awesome\less\larger.less" />
<Content Include="wwwroot\libs\font-awesome\less\list.less" />
<Content Include="wwwroot\libs\font-awesome\less\mixins.less" />
<Content Include="wwwroot\libs\font-awesome\less\path.less" />
<Content Include="wwwroot\libs\font-awesome\less\rotated-flipped.less" />
<Content Include="wwwroot\libs\font-awesome\less\screen-reader.less" />
<Content Include="wwwroot\libs\font-awesome\less\stacked.less" />
<Content Include="wwwroot\libs\font-awesome\less\variables.less" />
<Content Include="wwwroot\libs\font-awesome\scss\font-awesome.scss" />
<Content Include="wwwroot\libs\font-awesome\scss\_animated.scss" />
<Content Include="wwwroot\libs\font-awesome\scss\_bordered-pulled.scss" />
<Content Include="wwwroot\libs\font-awesome\scss\_core.scss" />
<Content Include="wwwroot\libs\font-awesome\scss\_fixed-width.scss" />
<Content Include="wwwroot\libs\font-awesome\scss\_icons.scss" />
<Content Include="wwwroot\libs\font-awesome\scss\_larger.scss" />
<Content Include="wwwroot\libs\font-awesome\scss\_list.scss" />
<Content Include="wwwroot\libs\font-awesome\scss\_mixins.scss" />
<Content Include="wwwroot\libs\font-awesome\scss\_path.scss" />
<Content Include="wwwroot\libs\font-awesome\scss\_rotated-flipped.scss" />
<Content Include="wwwroot\libs\font-awesome\scss\_screen-reader.scss" />
<Content Include="wwwroot\libs\font-awesome\scss\_stacked.scss" />
<Content Include="wwwroot\libs\font-awesome\scss\_variables.scss" />
<Content Include="wwwroot\libs\glyphicons\.bower.json" />
<Content Include="wwwroot\libs\glyphicons\.gitignore" />
<Content Include="wwwroot\libs\glyphicons\bower.json" />
<Content Include="wwwroot\libs\glyphicons\fonts\glyphicons-halflings-regular.eot" />
<Content Include="wwwroot\libs\glyphicons\fonts\glyphicons-halflings-regular.ttf" />
<Content Include="wwwroot\libs\glyphicons\fonts\glyphicons-halflings-regular.woff" />
<Content Include="wwwroot\libs\glyphicons\fonts\glyphicons-halflings-regular.woff2" />
<Content Include="wwwroot\libs\glyphicons\README.md" />
<Content Include="wwwroot\Scripts\jquery-3.2.1.min.map" />
<Content Include="wwwroot\Scripts\jquery-3.2.1.slim.min.map" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Step.Config\Step.Config.csproj">
<Project>{3f5c2483-fc87-43ef-92a8-66ff7d0e440f}</Project>
<Name>Step.Config</Name>
</ProjectReference>
<ProjectReference Include="..\Step.Database\Step.Database.csproj">
<Project>{357d5ee1-ffc8-489b-9232-22cf474d9a6f}</Project>
<Name>Step.Database</Name>
</ProjectReference>
<ProjectReference Include="..\Step.Model\Step.Model.csproj">
<Project>{631375dd-06d3-49bb-8130-d9ddb34c429d}</Project>
<Name>Step.Model</Name>
</ProjectReference>
<ProjectReference Include="..\Step.UI\Step.UI.csproj">
<Project>{20fc0937-e7ca-4693-95f9-7a948efd173b}</Project>
<Name>Step.UI</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="wwwroot\src\%40types\LoginViewModel.cs.d.ts" />
<TypeScriptCompile Include="wwwroot\src\%40types\TestModel.cs.d.ts" />
<TypeScriptCompile Include="wwwroot\src\modules\base-components\modal.ts" />
<TypeScriptCompile Include="wwwroot\src\modules\login.ts" />
<TypeScriptCompile Include="wwwroot\src\services\dataService.ts" />
<TypeScriptCompile Include="wwwroot\src\services\hub.ts" />
<TypeScriptCompile Include="wwwroot\src\services\loginService.ts" />
<TypeScriptCompile Include="wwwroot\src\_base\baseRestService.ts" />
<TypeScriptCompile Include="wwwroot\src\_base\factoryService.ts" />
<TypeScriptCompile Include="wwwroot\src\_base\filtersExtensions.ts" />
<TypeScriptCompile Include="wwwroot\src\_base\messageService.ts" />
<TypeScriptCompile Include="wwwroot\src\_base\utils.ts" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup>
<StartupObject>Step.Application</StartupObject>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.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 />
<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\Microsoft.Net.Compilers.2.4.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.4.0\build\Microsoft.Net.Compilers.props'))" />
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
</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>