426 lines
21 KiB
XML
426 lines
21 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.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>{36D4C321-E918-460F-B348-16A805F88884}</ProjectGuid>
|
|
<ProjectTypeGuids>{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MileageTraker.Web</RootNamespace>
|
|
<AssemblyName>MileageTraker</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<MvcBuildViews>false</MvcBuildViews>
|
|
<UseIISExpress>false</UseIISExpress>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<OldToolsVersion>4.0</OldToolsVersion>
|
|
<IISExpressSSLPort />
|
|
<IISExpressAnonymousAuthentication />
|
|
<IISExpressWindowsAuthentication />
|
|
<IISExpressUseClassicPipelineMode />
|
|
</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="AutoMapper, Version=2.2.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\AutoMapper.2.2.0\lib\net40\AutoMapper.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\EntityFramework.4.3.1\lib\net40\EntityFramework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ExcelLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\ExcelLibrary.1.2011.7.30\lib\ExcelLibrary.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\log4net.2.0.0\lib\net40-full\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<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.configuration" />
|
|
<Reference Include="System.Data.Entity" />
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<Private>True</Private>
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<Private>True</Private>
|
|
<HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.20710.0\lib\net40\System.Web.Mvc.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<Private>True</Private>
|
|
<HintPath>..\packages\Microsoft.AspNet.Razor.2.0.20715.0\lib\net40\System.Web.Razor.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Abstractions" />
|
|
<Reference Include="System.Web.Routing">
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<Private>True</Private>
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<Private>True</Private>
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<Private>True</Private>
|
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Attributes\ActionLogAttribute.cs" />
|
|
<Compile Include="Attributes\DenyFutureDateAttribute.cs" />
|
|
<Compile Include="Attributes\DenyPreviousMonthDateAttribute.cs" />
|
|
<Compile Include="Attributes\FormatHintAttribute.cs" />
|
|
<Compile Include="Attributes\HttpParamActionAttribute.cs" />
|
|
<Compile Include="Attributes\InputSizeAttribute.cs" />
|
|
<Compile Include="Attributes\NoEditLabelAttribute.cs" />
|
|
<Compile Include="Attributes\UnitsAttribute.cs" />
|
|
<Compile Include="Context\MileageTrakerContext.cs" />
|
|
<Compile Include="Controllers\AccountController.cs" />
|
|
<Compile Include="Controllers\CityController.cs" />
|
|
<Compile Include="Controllers\ControllerBase.cs" />
|
|
<Compile Include="Controllers\EmployeeController.cs" />
|
|
<Compile Include="Controllers\UserController.cs" />
|
|
<Compile Include="Membership\CodeFirstMembershipProvider.cs" />
|
|
<Compile Include="Membership\CodeFirstRoleProvider.cs" />
|
|
<Compile Include="Membership\Crypto.cs" />
|
|
<Compile Include="Membership\WebSecurity.cs" />
|
|
<Compile Include="Migrations\201204181847082_InitialMigration.cs" />
|
|
<Compile Include="Migrations\201204181847082_InitialMigration.Designer.cs">
|
|
<DependentUpon>201204181847082_InitialMigration.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201212042021486_AddVehiclePreviousLog.cs" />
|
|
<Compile Include="Migrations\201212042021486_AddVehiclePreviousLog.Designer.cs">
|
|
<DependentUpon>201212042021486_AddVehiclePreviousLog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201212191949311_AddMembership.cs" />
|
|
<Compile Include="Migrations\201212191949311_AddMembership.Designer.cs">
|
|
<DependentUpon>201212191949311_AddMembership.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\Configuration.cs" />
|
|
<Compile Include="Models\Role.cs" />
|
|
<Compile Include="Models\User.cs" />
|
|
<Compile Include="ViewModels\Account\ChangePasswordViewModel.cs" />
|
|
<Compile Include="ViewModels\Account\LoginViewModel.cs" />
|
|
<Compile Include="ViewModels\Account\RegisterModel.cs" />
|
|
<Compile Include="ViewModels\EmployeeMileageItem.cs" />
|
|
<Compile Include="ViewModels\EmployeeMileageViewModel.cs" />
|
|
<Compile Include="ViewModels\Log\LogIndexViewModel.cs" />
|
|
<Compile Include="ViewModels\Log\LogPartialDetails.cs" />
|
|
<Compile Include="ViewModels\User\CreateUserViewModel.cs" />
|
|
<Compile Include="ViewModels\User\UserDetailsViewModel.cs" />
|
|
<Compile Include="ViewModels\Vehicle\VehicleMileageViewModel.cs" />
|
|
<Compile Include="ViewModels\Vehicle\VehiclePartialDetails.cs" />
|
|
<Compile Include="ViewModels\Vehicle\VehicleMileageItem.cs" />
|
|
<Compile Include="DAL\ChronologicalOrderException.cs" />
|
|
<Compile Include="DAL\DataService.cs" />
|
|
<Compile Include="Controllers\CreateLogController.cs" />
|
|
<Compile Include="Controllers\LogController.cs" />
|
|
<Compile Include="Controllers\VehicleController.cs" />
|
|
<Compile Include="DAL\MileageTrakerInitializer.cs" />
|
|
<Compile Include="DAL\VehicleImporter.cs" />
|
|
<Compile Include="Global.asax.cs">
|
|
<DependentUpon>Global.asax</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Models\City.cs" />
|
|
<Compile Include="Models\Log.cs" />
|
|
<Compile Include="Models\MileageLogType.cs" />
|
|
<Compile Include="Models\Vehicle.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Utility\CustomExtensions.cs" />
|
|
<Compile Include="Utility\DateTimeTypeConverter.cs" />
|
|
<Compile Include="Utility\Algorithms.cs" />
|
|
<Compile Include="Utility\ExcelWriter.cs" />
|
|
<Compile Include="Utility\TitleCaseFormatter.cs" />
|
|
<Compile Include="ViewModels\CreateLog\ConfirmCreateLogViewModel.cs" />
|
|
<Compile Include="ViewModels\CreateLog\CreateLogViewModel.cs" />
|
|
<Compile Include="ViewModels\Log\LogQueryViewModel.cs" />
|
|
<Compile Include="ViewModels\Log\LogResultsViewModel.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Content\Account.Login.css" />
|
|
<Content Include="Content\bootstrap-responsive.css" />
|
|
<Content Include="Content\bootstrap-responsive.min.css" />
|
|
<Content Include="Content\bootstrap.css" />
|
|
<Content Include="Content\bootstrap.min.css" />
|
|
<Content Include="Content\CreateLog.Index.css" />
|
|
<Content Include="Content\images\Header.login.mobile.png" />
|
|
<Content Include="Content\images\glyphicons-halflings-white.png" />
|
|
<Content Include="Content\images\glyphicons-halflings.png" />
|
|
<Content Include="Content\images\glyphicons_005_car.png" />
|
|
<Content Include="Content\images\glyphicons_005_car_half.png" />
|
|
<Content Include="Content\images\glyphicons_005_car_half_white.png" />
|
|
<Content Include="Content\images\glyphicons_026_road.png" />
|
|
<Content Include="Content\images\Header.login.png" />
|
|
<Content Include="Content\images\Header.mobile.png" />
|
|
<Content Include="Content\images\Header.png" />
|
|
<Content Include="Content\jquery.qtip.min.css" />
|
|
<Content Include="Content\images\Rainbow.png" />
|
|
<Content Include="Content\images\spinner.gif" />
|
|
<Content Include="Content\Site.css" />
|
|
<Content Include="Content\themes\custom-theme\images\ui-bg_flat_0_aaaaaa_40x100.png" />
|
|
<Content Include="Content\themes\custom-theme\images\ui-bg_flat_55_fbec88_40x100.png" />
|
|
<Content Include="Content\themes\custom-theme\images\ui-bg_glass_75_d0e5f5_1x400.png" />
|
|
<Content Include="Content\themes\custom-theme\images\ui-bg_glass_85_dfeffc_1x400.png" />
|
|
<Content Include="Content\themes\custom-theme\images\ui-bg_glass_95_fef1ec_1x400.png" />
|
|
<Content Include="Content\themes\custom-theme\images\ui-bg_gloss-wave_55_5c9ccc_500x100.png" />
|
|
<Content Include="Content\themes\custom-theme\images\ui-bg_inset-hard_100_f5f8f9_1x100.png" />
|
|
<Content Include="Content\themes\custom-theme\images\ui-bg_inset-hard_100_fcfdfd_1x100.png" />
|
|
<Content Include="Content\themes\custom-theme\images\ui-icons_217bc0_256x240.png" />
|
|
<Content Include="Content\themes\custom-theme\images\ui-icons_2e83ff_256x240.png" />
|
|
<Content Include="Content\themes\custom-theme\images\ui-icons_469bdd_256x240.png" />
|
|
<Content Include="Content\themes\custom-theme\images\ui-icons_6da8d5_256x240.png" />
|
|
<Content Include="Content\themes\custom-theme\images\ui-icons_cd0a0a_256x240.png" />
|
|
<Content Include="Content\themes\custom-theme\images\ui-icons_d8e7f3_256x240.png" />
|
|
<Content Include="Content\themes\custom-theme\images\ui-icons_f9bd01_256x240.png" />
|
|
<Content Include="Content\themes\custom-theme\jquery-ui-1.9.2.custom.css" />
|
|
<Content Include="Content\themes\custom-theme\jquery-ui-1.9.2.custom.min.css" />
|
|
<Content Include="Content\VehicleColors.css" />
|
|
<Content Include="favicon.ico" />
|
|
<Content Include="Global.asax" />
|
|
<Content Include="README.jQuery.vsdoc.txt" />
|
|
<None Include="Scripts\jquery-1.8.3.intellisense.js" />
|
|
<Content Include="Scripts\bootstrap.js" />
|
|
<Content Include="Scripts\bootstrap.min.js" />
|
|
<Content Include="Scripts\jquery-1.8.3.js" />
|
|
<Content Include="Scripts\jquery-1.8.3.min.js" />
|
|
<Content Include="Scripts\jquery-ui-1.9.2.custom.min.js" />
|
|
<Content Include="Scripts\jquery.numeric.js" />
|
|
<None Include="Scripts\jquery.validate-vsdoc.js" />
|
|
<Content Include="Scripts\jquery.qtip.min.js" />
|
|
<Content Include="Scripts\jquery.validate.js" />
|
|
<Content Include="Scripts\jquery.validate.min.js" />
|
|
<Content Include="Scripts\modernizr-2.6.2.js" />
|
|
<Content Include="Scripts\Shared\Site.js" />
|
|
<Content Include="Views\CreateLog\Success.cshtml" />
|
|
<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="Scripts\jquery.unobtrusive-ajax.js" />
|
|
<Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
|
|
<Content Include="Scripts\jquery.validate.unobtrusive.js" />
|
|
<Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
|
|
<Content Include="Views\_ViewStart.cshtml" />
|
|
<Content Include="Views\Shared\Error.cshtml" />
|
|
<Content Include="Views\Shared\_Layout.cshtml" />
|
|
<Content Include="Views\Web.config" />
|
|
<Content Include="Views\Log\BackToLogs.cshtml" />
|
|
<Content Include="Views\Vehicle\BackToVehicles.cshtml" />
|
|
<Content Include="Views\Shared\EditorTemplates\Date.cshtml" />
|
|
<Content Include="Views\Shared\DisplayTemplates\Date.cshtml" />
|
|
<Content Include="Views\Shared\EditorTemplates\Int32.cshtml" />
|
|
<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\Shared\EditorTemplates\Password.cshtml" />
|
|
<Content Include="Views\Shared\EditorTemplates\Boolean.cshtml" />
|
|
<Content Include="Views\Shared\_Layout.login.cshtml" />
|
|
<Content Include="Views\Shared\_NavAccountInfo.cshtml" />
|
|
<Content Include="Views\Shared\_ValidationSummary.cshtml" />
|
|
<Content Include="Views\User\Index.cshtml" />
|
|
<Content Include="Views\User\Details.cshtml" />
|
|
<Content Include="Views\User\Create.cshtml" />
|
|
<Content Include="Views\User\Edit.cshtml" />
|
|
<Content Include="Views\User\BackToUsers.cshtml" />
|
|
<Content Include="Views\Shared\EditorTemplates\MultilineText.cshtml" />
|
|
<Content Include="Views\Shared\EditorTemplates\EmailAddress.cshtml" />
|
|
<Content Include="Views\Shared\DisplayTemplates\EmailAddress.cshtml" />
|
|
<Content Include="Views\Shared\DisplayTemplates\Boolean.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="packages.config">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\EditorTemplates\DateTime.cshtml" />
|
|
<Content Include="Views\Shared\EditorTemplates\Enum.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\CreateLog\Index.cshtml" />
|
|
<Content Include="Views\CreateLog\Confirm.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Log\Index.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Vehicle\Index.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="App_Data\2011ETHRAvehicles.xls">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Vehicle\Details.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Vehicle\Edit.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Vehicle\Create.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Log\Details.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Log\Delete.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Log\Create.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Log\Edit.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="App_Data\Cities.xls">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Log\Empty.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\EditorTemplates\Object.cshtml" />
|
|
<Content Include="Views\Shared\EditorTemplates\String.cshtml" />
|
|
<Content Include="Views\Shared\EditorTemplates\_FieldLayout.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\DisplayTemplates\String.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\EditorTemplates\MileageLogTypeWrapper.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\EditorTemplates\HiddenInput.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\DisplayTemplates\Object.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\DisplayTemplates\_FieldLayout.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\DisplayTemplates\MileageLogTypeWrapper.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\DisplayTemplates\HiddenInput.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\EditorTemplates\Decimal.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\DisplayTemplates\Decimal.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\EditorTemplates\Enum_Select.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Log\MonthlyVehicleMileage.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\DisplayTemplates\DateTime.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Log\DetailsPartial.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Vehicle\DetailsPartial.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\EditorTemplates\LogResultsViewModel.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Log\MonthlyEmployeeMileage.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Log\LogsSummary.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\CreateLog\RecentLogs.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Properties\PublishProfiles\ETHRA.pubxml" />
|
|
<None Include="Properties\PublishProfiles\Localhost.pubxml" />
|
|
</ItemGroup>
|
|
<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" />
|
|
<!-- 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> -->
|
|
<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>False</UseIIS>
|
|
<AutoAssignPort>True</AutoAssignPort>
|
|
<DevelopmentServerPort>2977</DevelopmentServerPort>
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
<IISUrl>
|
|
</IISUrl>
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
<UseCustomServer>False</UseCustomServer>
|
|
<CustomServerUrl>
|
|
</CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
</Project> |