304 lines
15 KiB
XML
304 lines
15 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>
|
|
</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{E4D9AE45-9EED-4BDB-B035-8BA68669999B}</ProjectGuid>
|
|
<ProjectTypeGuids>{E53F8FEA-EAE0-44A6-8774-FFD645390401};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>LOC.Website.Web</RootNamespace>
|
|
<AssemblyName>LOC.Website.Web</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<MvcBuildViews>false</MvcBuildViews>
|
|
<UseIISExpress>false</UseIISExpress>
|
|
<CodeContractsAssemblyMode>0</CodeContractsAssemblyMode>
|
|
</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>
|
|
<CodeContractsEnableRuntimeChecking>False</CodeContractsEnableRuntimeChecking>
|
|
<CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
|
|
<CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
|
|
<CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
|
|
<CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
|
|
<CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
|
|
<CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
|
|
<CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
|
|
<CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
|
|
<CodeContractsEnumObligations>False</CodeContractsEnumObligations>
|
|
<CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
|
|
<CodeContractsInferRequires>False</CodeContractsInferRequires>
|
|
<CodeContractsInferEnsures>False</CodeContractsInferEnsures>
|
|
<CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
|
|
<CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
|
|
<CodeContractsSuggestRequires>True</CodeContractsSuggestRequires>
|
|
<CodeContractsSuggestEnsures>False</CodeContractsSuggestEnsures>
|
|
<CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
|
|
<CodeContractsRunInBackground>True</CodeContractsRunInBackground>
|
|
<CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
|
|
<CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
|
|
<CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
|
|
<CodeContractsCustomRewriterAssembly />
|
|
<CodeContractsCustomRewriterClass />
|
|
<CodeContractsLibPaths />
|
|
<CodeContractsExtraRewriteOptions />
|
|
<CodeContractsExtraAnalysisOptions />
|
|
<CodeContractsBaseLineFile />
|
|
<CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
|
|
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
|
|
<CodeContractsReferenceAssembly>DoNotBuild</CodeContractsReferenceAssembly>
|
|
<CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
|
|
<Reference Include="Intelligencia.UrlRewriter">
|
|
<HintPath>..\Libraries\Intelligencia.UrlRewriter.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Moq">
|
|
<HintPath>..\Libraries\Moq.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" />
|
|
<Reference Include="nStuff.UpdateControls">
|
|
<HintPath>..\Libraries\nStuff.UpdateControls.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="StructureMap, Version=2.6.4.0, Culture=neutral, PublicKeyToken=e60ad81abae3c223, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\structuremap.2.6.4.1\lib\net40\StructureMap.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Data.Entity" />
|
|
<Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
|
<Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
|
<Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Web.DynamicData" />
|
|
<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.Xml.Linq" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Areas\Manage\Controllers\AccountsController.cs" />
|
|
<Compile Include="Areas\Manage\Controllers\GameSalesPackageController.cs" />
|
|
<Compile Include="Areas\Manage\Controllers\LogController.cs" />
|
|
<Compile Include="Areas\Manage\Controllers\ManageControllerBase.cs" />
|
|
<Compile Include="Areas\Manage\Controllers\PaymentsController.cs" />
|
|
<Compile Include="Areas\Manage\Controllers\ServersController.cs" />
|
|
<Compile Include="Areas\Manage\ManageAreaRegistration.cs" />
|
|
<Compile Include="Controllers\AccountController.cs" />
|
|
<Compile Include="Controllers\ClanController.cs" />
|
|
<Compile Include="Controllers\DominateController.cs" />
|
|
<Compile Include="Controllers\HomeController.cs" />
|
|
<Compile Include="Controllers\ManageController.cs" />
|
|
<Compile Include="Controllers\PaypalController.cs" />
|
|
<Compile Include="Controllers\PaypalTestController.cs" />
|
|
<Compile Include="Controllers\PlayerAccountController.cs" />
|
|
<Compile Include="Controllers\ProfileController.cs" />
|
|
<Compile Include="Controllers\ServerController.cs" />
|
|
<Compile Include="Controllers\StatsController.cs" />
|
|
<Compile Include="Controllers\StoreController.cs" />
|
|
<Compile Include="CustomJsonValueProviderFactory.cs" />
|
|
<Compile Include="DependencyResolution\IoC.cs" />
|
|
<Compile Include="DependencyResolution\SmDependencyResolver.cs" />
|
|
<Compile Include="Global.asax.cs">
|
|
<DependentUpon>Global.asax</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Models\AccountModels.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ViewModels\AccountViewModel.cs" />
|
|
<Compile Include="ViewModels\IStoreViewModel.cs" />
|
|
<Compile Include="ViewModels\StoreViewModel.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Global.asax" />
|
|
<Content Include="Content\Site.css" />
|
|
<Content Include="Scripts\jquery-1.5.1.js" />
|
|
<Content Include="Scripts\jquery-1.5.1.min.js" />
|
|
<Content Include="Scripts\modernizr-1.7.js" />
|
|
<Content Include="Scripts\modernizr-1.7.min.js" />
|
|
<Content Include="Web.config" />
|
|
<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="Scripts\MicrosoftAjax.js" />
|
|
<Content Include="Scripts\MicrosoftAjax.debug.js" />
|
|
<Content Include="Scripts\MicrosoftMvcAjax.js" />
|
|
<Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
|
|
<Content Include="Scripts\MicrosoftMvcValidation.js" />
|
|
<Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
|
|
<Content Include="Views\Web.config" />
|
|
<Content Include="Views\_ViewStart.cshtml" />
|
|
<None Include="_bin_deployableAssemblies\WebMatrix.WebData.xml" />
|
|
<None Include="_bin_deployableAssemblies\WebMatrix.WebData.dll" />
|
|
<None Include="_bin_deployableAssemblies\WebMatrix.Data.xml" />
|
|
<None Include="_bin_deployableAssemblies\WebMatrix.Data.dll" />
|
|
<None Include="_bin_deployableAssemblies\System.Web.WebPages.xml" />
|
|
<None Include="_bin_deployableAssemblies\System.Web.WebPages.Razor.xml" />
|
|
<None Include="_bin_deployableAssemblies\System.Web.WebPages.Razor.dll" />
|
|
<None Include="_bin_deployableAssemblies\System.Web.WebPages.dll" />
|
|
<None Include="_bin_deployableAssemblies\System.Web.WebPages.Deployment.xml" />
|
|
<None Include="_bin_deployableAssemblies\System.Web.WebPages.Deployment.dll" />
|
|
<None Include="_bin_deployableAssemblies\System.Web.WebPages.Administration.dll" />
|
|
<None Include="_bin_deployableAssemblies\System.Web.Razor.xml" />
|
|
<None Include="_bin_deployableAssemblies\System.Web.Razor.dll" />
|
|
<None Include="_bin_deployableAssemblies\System.Web.Mvc.dll" />
|
|
<None Include="_bin_deployableAssemblies\System.Web.Helpers.xml" />
|
|
<None Include="_bin_deployableAssemblies\System.Web.Helpers.dll" />
|
|
<None Include="_bin_deployableAssemblies\NuGet.Core.dll" />
|
|
<None Include="_bin_deployableAssemblies\Microsoft.Web.Infrastructure.xml" />
|
|
<None Include="_bin_deployableAssemblies\Microsoft.Web.Infrastructure.dll" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Areas\Manage\Models\" />
|
|
<Folder Include="ViewModels\Styles\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Areas\Manage\Views\Accounts\AccountLogins.cshtml" />
|
|
<Content Include="Areas\Manage\Views\Accounts\Create.cshtml" />
|
|
<Content Include="Areas\Manage\Views\Accounts\Delete.cshtml" />
|
|
<Content Include="Areas\Manage\Views\Accounts\Details.cshtml" />
|
|
<Content Include="Areas\Manage\Views\Accounts\Edit.cshtml" />
|
|
<Content Include="Areas\Manage\Views\Accounts\Index.cshtml" />
|
|
<Content Include="Areas\Manage\Views\Accounts\_CreateOrEdit.cshtml" />
|
|
<Content Include="Areas\Manage\Views\GameSalesPackage\Create.cshtml" />
|
|
<Content Include="Areas\Manage\Views\GameSalesPackage\Delete.cshtml" />
|
|
<Content Include="Areas\Manage\Views\GameSalesPackage\Details.cshtml" />
|
|
<Content Include="Areas\Manage\Views\GameSalesPackage\Edit.cshtml" />
|
|
<Content Include="Areas\Manage\Views\GameSalesPackage\Index.cshtml" />
|
|
<Content Include="Areas\Manage\Views\Log\Delete.cshtml" />
|
|
<Content Include="Areas\Manage\Views\Log\Details.cshtml" />
|
|
<Content Include="Areas\Manage\Views\Log\Index.cshtml" />
|
|
<Content Include="Areas\Manage\Views\Log\_CreateOrEdit.cshtml" />
|
|
<Content Include="Areas\Manage\Views\Payments\Index.cshtml" />
|
|
<Content Include="Areas\Manage\Views\Servers\Index.cshtml" />
|
|
<Content Include="Areas\Manage\Views\Shared\_Layout.cshtml" />
|
|
<Content Include="Areas\Manage\Views\Web.config" />
|
|
<Content Include="Areas\Manage\Views\_ViewStart.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Account\ChangePassword.cshtml" />
|
|
<Content Include="Views\Account\ChangePasswordSuccess.cshtml" />
|
|
<Content Include="Views\Account\LogOn.cshtml" />
|
|
<Content Include="Views\Account\ManageRoles.cshtml" />
|
|
<Content Include="Views\Account\Register.cshtml" />
|
|
<Content Include="Views\Account\Test.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\LOC.Core\LOC.Core.csproj">
|
|
<Project>{A994B28E-8AAA-4A53-BDFE-0E72F1B0F4AD}</Project>
|
|
<Name>LOC.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\LOC.Website.Common\LOC.Website.Common.csproj">
|
|
<Project>{B112BCCF-A0E9-497C-9821-FF408F1D0A76}</Project>
|
|
<Name>LOC.Website.Common</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Store\_WritePackage.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Store\Index.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Stats\Index.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\PaypalTest\_WritePackage.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\PaypalTest\Index.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\PaypalTest\Ipn.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\PaypalTest\Receipt.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\_basicLayout.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\_FrontLayout.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\_Layout.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\_LogOnPartial.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Shared\Error.cshtml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Views\Home\Index.cshtml" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
|
<!-- 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>63019</DevelopmentServerPort>
|
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
|
<IISUrl>
|
|
</IISUrl>
|
|
<NTLMAuthentication>False</NTLMAuthentication>
|
|
<UseCustomServer>False</UseCustomServer>
|
|
<CustomServerUrl>
|
|
</CustomServerUrl>
|
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
|
</WebProjectProperties>
|
|
</FlavorProperties>
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
</Project> |