81 lines
4.1 KiB
XML
81 lines
4.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="__ToolsVersion__" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.Props" Condition="'$(VSToolsPath)' != ''" />
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>e1bfa023-cffd-49ce-8466-1c28dd2ec1f6</ProjectGuid>
|
|
<OutputType>Web</OutputType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DevelopmentServerPort>41532</DevelopmentServerPort>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include="Content\bootstrap.css" />
|
|
<Content Include="Content\bootstrap.min.css" />
|
|
<Content Include="Content\Site.css" />
|
|
<Content Include="CopyAspNetLoader.cmd" />
|
|
<Content Include="favicon.ico" />
|
|
<Content Include="fonts\glyphicons-halflings-regular.eot" />
|
|
<Content Include="fonts\glyphicons-halflings-regular.svg" />
|
|
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
|
|
<Content Include="fonts\glyphicons-halflings-regular.woff" />
|
|
<Content Include="Helios.cmd" />
|
|
<Content Include="LocalConfig.json" />
|
|
<Content Include="Project.json" />
|
|
<Content Include="Scripts\bootstrap.js" />
|
|
<Content Include="Scripts\bootstrap.min.js" />
|
|
<Content Include="Scripts\jquery-1.10.2.intellisense.js" />
|
|
<Content Include="Scripts\jquery-1.10.2.js" />
|
|
<Content Include="Scripts\jquery-1.10.2.min.js" />
|
|
<Content Include="Scripts\jquery-1.10.2.min.map" />
|
|
<Content 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.6.2.js" />
|
|
<Content Include="Scripts\respond.js" />
|
|
<Content Include="Scripts\respond.min.js" />
|
|
<Content Include="Scripts\_references.js" />
|
|
<Content Include="Views\Account\Login.cshtml" />
|
|
<Content Include="Views\Account\Manage.cshtml" />
|
|
<Content Include="Views\Account\Register.cshtml" />
|
|
<Content Include="Views\Account\_ChangePasswordPartial.cshtml" />
|
|
<Content Include="Views\Home\Index.cshtml" />
|
|
<Content Include="Views\Manage\AddPhoneNumber.cshtml" />
|
|
<Content Include="Views\Manage\ChangePassword.cshtml" />
|
|
<Content Include="Views\Manage\Index.cshtml" />
|
|
<Content Include="Views\Manage\ManageLogins.cshtml" />
|
|
<Content Include="Views\Manage\RemoveLogin.cshtml" />
|
|
<Content Include="Views\Manage\SetPassword.cshtml" />
|
|
<Content Include="Views\Manage\VerifyPhoneNumber.cshtml" />
|
|
<Content Include="Views\Shared\Error.cshtml" />
|
|
<Content Include="Views\Shared\_Layout.cshtml" />
|
|
<Content Include="Views\Shared\_LoginPartial.cshtml" />
|
|
<Content Include="web.config" />
|
|
<Content Include="web.Debug.config" />
|
|
<Content Include="web.Release.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Controllers\AccountController.cs" />
|
|
<Compile Include="Controllers\HomeController.cs" />
|
|
<Compile Include="Controllers\ManageController.cs" />
|
|
<Compile Include="Models\AccountViewModels.cs" />
|
|
<Compile Include="Models\IdentityModels.cs" />
|
|
<Compile Include="Models\ManageViewModels.cs" />
|
|
<Compile Include="Models\SampleData.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Startup.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(VSToolsPath)\AspNet\Microsoft.Web.AspNet.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
</Project> |