yavsc/booking/booking.csproj

295 lines
14 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectTypeGuids>{349C5851-65DF-11DA-9384-00065B846F21};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8B39864D-D427-41EC-939B-BA23FBAEE396}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>booking</RootNamespace>
<AssemblyName>booking</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Web.Routing" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Abstractions" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Web.Infrastructure">
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="System.Web.Mvc">
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.0\lib\net45\System.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Formatting">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
</Reference>
<Reference Include="System.Web.Http">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
</Reference>
<Reference Include="System.Web.Http.WebHost">
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
</Reference>
<Reference Include="System.Web.Razor">
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
</Reference>
<Reference Include="System.Web.Helpers">
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
</Reference>
<Reference Include="System.Web.WebPages">
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
</Reference>
<Reference Include="System.Web.WebPages.Deployment">
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
</Reference>
<Reference Include="System.Web.WebPages.Razor">
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
</Reference>
<Reference Include="System.Configuration" />
<Reference Include="MarkdownDeep">
<HintPath>..\web\lib\MarkdownDeep.dll</HintPath>
</Reference>
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="PayPalCoreSDK">
<HintPath>..\packages\PayPalCoreSDK.1.6.3\lib\net45\PayPalCoreSDK.dll</HintPath>
</Reference>
<Reference Include="PayPalButtonManagerSDK">
<HintPath>..\packages\PayPalButtonManagerSDK.2.9.109\lib\net20\PayPalButtonManagerSDK.dll</HintPath>
</Reference>
<Reference Include="PayPal">
<HintPath>..\packages\PayPal.1.6.0\lib\net45\PayPal.dll</HintPath>
</Reference>
<Reference Include="PayPalAdaptiveAccountsSDK">
<HintPath>..\packages\PayPalAdaptiveAccountsSDK.2.8.110\lib\net20\PayPalAdaptiveAccountsSDK.dll</HintPath>
</Reference>
<Reference Include="Npgsql">
<HintPath>..\packages\Npgsql.3.0.3\lib\net45\Npgsql.dll</HintPath>
</Reference>
<Reference Include="System.Data" />
</ItemGroup>
<ItemGroup>
<Folder Include="Content\" />
<Folder Include="Controllers\" />
<Folder Include="Models\" />
<Folder Include="Scripts\" />
</ItemGroup>
<ItemGroup>
<Content Include="Views\Web.config" />
<Content Include="Web.config" />
<Content Include="Global.asax" />
<Content Include="packages.config" />
<Content Include="web.config" />
<Content Include="Views\Account\ChangePassword.aspx" />
<Content Include="Views\Account\ChangePasswordSuccess.aspx" />
<Content Include="Views\Account\Circles.aspx" />
<Content Include="Views\Account\Index.aspx" />
<Content Include="Views\Account\Login.aspx" />
<Content Include="Views\Account\Profile.aspx" />
<Content Include="Views\Account\Register.ascx" />
<Content Include="Views\Account\Register.aspx" />
<Content Include="Views\Account\RegistrationPending.aspx" />
<Content Include="Views\Account\ResetPassword.aspx" />
<Content Include="Views\Account\Unregister.aspx" />
<Content Include="Views\Account\Validate.aspx" />
<Content Include="Views\Admin\AddRole.aspx" />
<Content Include="Views\Admin\AddUserToRole.ascx" />
<Content Include="Views\Admin\Admin.aspx" />
<Content Include="Views\Admin\BackupCreated.aspx" />
<Content Include="Views\Admin\Backups.aspx" />
<Content Include="Views\Admin\CreateBackup.aspx" />
<Content Include="Views\Admin\Created.aspx" />
<Content Include="Views\Admin\Index.aspx" />
<Content Include="Views\Admin\InitDb.aspx" />
<Content Include="Views\Admin\RemoveRole.aspx" />
<Content Include="Views\Admin\RemoveUser.aspx" />
<Content Include="Views\Admin\Restore.aspx" />
<Content Include="Views\Admin\Restored.aspx" />
<Content Include="Views\Admin\RoleList.aspx" />
<Content Include="Views\Admin\UserList.aspx" />
<Content Include="Views\Admin\UsersInRole.aspx" />
<Content Include="Views\BackOffice\Index.aspx" />
<Content Include="Views\Blogs\ChooseMedia.aspx" />
<Content Include="Views\Blogs\Edit.aspx" />
<Content Include="Views\Blogs\Index.aspx" />
<Content Include="Views\Blogs\NotAuthorized.aspx" />
<Content Include="Views\Blogs\PostActions.ascx" />
<Content Include="Views\Blogs\RemovePost.aspx" />
<Content Include="Views\Blogs\RemoveTitle.aspx" />
<Content Include="Views\Blogs\TagControl.ascx" />
<Content Include="Views\Blogs\TagPanel.ascx" />
<Content Include="Views\Blogs\Title.aspx" />
<Content Include="Views\Blogs\TitleNotFound.aspx" />
<Content Include="Views\Blogs\UserPost.aspx" />
<Content Include="Views\Blogs\UserPosts.aspx" />
<Content Include="Views\FileSystem\Create.aspx" />
<Content Include="Views\FileSystem\Delete.aspx" />
<Content Include="Views\FileSystem\Details.aspx" />
<Content Include="Views\FileSystem\Edit.aspx" />
<Content Include="Views\FileSystem\Index.aspx" />
<Content Include="Views\FrontOffice\Basket.aspx" />
<Content Include="Views\FrontOffice\Brand.aspx" />
<Content Include="Views\FrontOffice\Catalog.aspx" />
<Content Include="Views\FrontOffice\Command.aspx" />
<Content Include="Views\FrontOffice\Estimate.aspx" />
<Content Include="Views\FrontOffice\Estimates.aspx" />
<Content Include="Views\FrontOffice\EventPub.aspx" />
<Content Include="Views\FrontOffice\Index.aspx" />
<Content Include="Views\FrontOffice\Product.aspx" />
<Content Include="Views\FrontOffice\ProductCategory.aspx" />
<Content Include="Views\FrontOffice\ReferenceNotFound.aspx" />
<Content Include="Views\FrontOffice\Service.aspx" />
<Content Include="Views\FrontOffice\Writting.ascx" />
<Content Include="Views\Google\Auth.aspx" />
<Content Include="Views\Google\Book.aspx" />
<Content Include="Views\Google\CalAuth.aspx" />
<Content Include="Views\Google\ChooseADate.aspx" />
<Content Include="Views\Google\ChooseCalendar.aspx" />
<Content Include="Views\Google\Index.aspx" />
<Content Include="Views\Google\OtherWebException.aspx" />
<Content Include="Views\Home\AssemblyInfo.aspx" />
<Content Include="Views\Home\Contact.aspx" />
<Content Include="Views\Home\Credits.aspx" />
<Content Include="Views\Home\Index.aspx" />
<Content Include="Views\Home\TagPanel.ascx" />
<Content Include="Views\WorkFlow\Index.aspx" />
<Content Include="Views\WorkFlow\NewProject.aspx" />
<Content Include="Catalog.xml" />
<Content Include="RegistrationMail.txt" />
<Content Include="robots.txt" />
<Content Include="Models\App.master" />
<Content Include="Models\AppAdmin.master" />
<Content Include="Models\NoLogin.master" />
</ItemGroup>
<ItemGroup>
<Compile Include="Global.asax.cs">
<DependentUpon>Global.asax</DependentUpon>
</Compile>
<Compile Include="ApiControllers\AccountController.cs" />
<Compile Include="ApiControllers\AuthorizationDenied.cs" />
<Compile Include="ApiControllers\BasketController.cs" />
<Compile Include="ApiControllers\BlogsController.cs" />
<Compile Include="ApiControllers\CalendarController.cs" />
<Compile Include="ApiControllers\CircleController.cs" />
<Compile Include="ApiControllers\FrontOfficeController.cs" />
<Compile Include="ApiControllers\GCMController.cs" />
<Compile Include="ApiControllers\WorkFlowController.cs" />
<Compile Include="ApiControllers\YavscController.cs" />
<Compile Include="Helpers\Google\ApiClient.cs" />
<Compile Include="Helpers\Google\CalendarApi.cs" />
<Compile Include="Helpers\Google\Entity.cs" />
<Compile Include="Helpers\Google\EntityQuery.cs" />
<Compile Include="Helpers\Google\MapTracks.cs" />
<Compile Include="Helpers\Google\OAuth2.cs" />
<Compile Include="Helpers\Google\PeopleApi.cs" />
<Compile Include="Helpers\SimpleJsonPostMethod.cs" />
<Compile Include="Helpers\T.cs" />
<Compile Include="Helpers\TemplateException.cs" />
<Compile Include="Helpers\ThanksHelper.cs" />
<Compile Include="Helpers\YavscAjaxHelper.cs" />
<Compile Include="Helpers\YavscHelpers.cs" />
<Compile Include="Formatters\ErrorHtmlFormatter.cs" />
<Compile Include="Formatters\EstimToPdfFormatter.cs" />
<Compile Include="Formatters\EstimToPdfFormatter.MSAN.cs" />
<Compile Include="Formatters\FormatterException.cs" />
<Compile Include="Formatters\RssFeedsFormatter.cs" />
<Compile Include="Formatters\SimpleFormatter.cs" />
<Compile Include="Formatters\TexToPdfFormatter.cs" />
<Compile Include="Settings\ModuleConfigurationElement.cs" />
<Compile Include="Settings\ModuleConfigurationElementCollection.cs" />
<Compile Include="Settings\ModulesConfigurationSection.cs" />
<Compile Include="Settings\ThanksConfigurationCollection.cs" />
<Compile Include="Settings\ThanksConfigurationElement.cs" />
<Compile Include="Settings\ThanksConfigurationSection.cs" />
<Compile Include="templates\Estim.cs">
<DependentUpon>..\..\web\templates\Estim.tt</DependentUpon>
</Compile>
<Compile Include="templates\TexEstimInit.cs" />
<Compile Include="ValidateAjaxAttribute.cs" />
<Compile Include="ApiControllers\PaypalController.cs" />
<Compile Include="Controllers\AccountController.cs" />
<Compile Include="Controllers\AdminController.cs" />
<Compile Include="Controllers\BackOfficeController.cs" />
<Compile Include="Controllers\BlogsController.cs" />
<Compile Include="Controllers\FileSystemController.cs" />
<Compile Include="Controllers\FrontOfficeController.cs" />
<Compile Include="Controllers\GoogleController.cs" />
<Compile Include="Controllers\HomeController.cs" />
<Compile Include="Controllers\ModuleController.cs" />
<Compile Include="Admin\DataManager.cs" />
<Compile Include="Admin\Export.cs" />
<Compile Include="WebApiConfig.cs" />
<Compile Include="CatExts\WebCatalogExtensions.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<MonoDevelop>
<Properties>
<XspParameters Port="8080" Address="127.0.0.1" SslMode="None" SslProtocol="Default" KeyType="None" CertFile="" KeyFile="" PasswordOptions="None" Password="" Verbose="True" />
</Properties>
</MonoDevelop>
</ProjectExtensions>
<ItemGroup>
<ProjectReference Include="..\yavscModel\YavscModel.csproj">
<Project>{68F5B80A-616E-4C3C-91A0-828AA40000BD}</Project>
<Name>YavscModel</Name>
</ProjectReference>
<ProjectReference Include="..\NpgsqlBlogProvider\NpgsqlBlogProvider.csproj">
<Project>{C6E9E91B-97D3-48D9-8AA7-05356929E162}</Project>
<Name>NpgsqlBlogProvider</Name>
</ProjectReference>
<ProjectReference Include="..\NpgsqlContentProvider\NpgsqlContentProvider.csproj">
<Project>{821FF72D-9F4B-4A2C-B95C-7B965291F119}</Project>
<Name>NpgsqlContentProvider</Name>
</ProjectReference>
<ProjectReference Include="..\NpgsqlMRPProviders\NpgsqlMRPProviders.csproj">
<Project>{BBA7175D-7F92-4278-96FC-84C495A2B5A6}</Project>
<Name>NpgsqlMRPProviders</Name>
</ProjectReference>
<ProjectReference Include="..\ITContentProvider\ITContentProvider.csproj">
<Project>{9D7D892E-9B77-4713-892D-C26E1E944119}</Project>
<Name>ITContentProvider</Name>
</ProjectReference>
<ProjectReference Include="..\SalesCatalog\SalesCatalog.csproj">
<Project>{90BF2234-7252-4CD5-B2A4-17501B19279B}</Project>
<Name>SalesCatalog</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="templates\Estim.tt">
<Generator>TextTemplatingFilePreprocessor</Generator>
<LastGenOutput>Estim.cs</LastGenOutput>
</None>
</ItemGroup>
</Project>