* Web.csproj:
* ThanksHelper.cs: * YavscHelpers.cs: * Period.cs: * YaEvent.cs: * OpenDay.cs: * WeekDay.cs: * Schedule.cs: * Position.cs: * EventPub.cs: * Periodicity.cs: * ProvidedEvent.cs: * CalendarController.cs: * FrontOfficeController.cs: * PositionAndKeyphrase.cs: * ProviderPublicInfo.cs: refactoring * PaypalApiController.cs: adds a package reference to payPal buttons * T.cs: xml doc * App.master: yet another thanks giving * style.css: Yet another impact on style sheet * Web.config: adds a circle provider section * packages.config: Adds PayPal Button manager package reference
This commit is contained in:
parent
4ba20187e8
commit
ccc3b2ffff
24 changed files with 148 additions and 79 deletions
|
|
@ -93,6 +93,12 @@
|
|||
<Reference Include="xunit.assert">
|
||||
<HintPath>..\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="PayPalCoreSDK">
|
||||
<HintPath>..\packages\PayPalCoreSDK.1.6.2\lib\net451\PayPalCoreSDK.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="PayPalButtonManagerSDK">
|
||||
<HintPath>..\packages\PayPalButtonManagerSDK.2.9.109\lib\net20\PayPalButtonManagerSDK.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Models\" />
|
||||
|
|
@ -159,7 +165,6 @@
|
|||
<Compile Include="Settings\ThanksConfigurationSection.cs" />
|
||||
<Compile Include="Settings\ThanksConfigurationCollection.cs" />
|
||||
<Compile Include="Settings\ThanksConfigurationElement.cs" />
|
||||
<Compile Include="Settings\ThanksHelper.cs" />
|
||||
<Compile Include="Settings\ModulesConfigurationSection.cs" />
|
||||
<Compile Include="Settings\ModuleConfigurationElementCollection.cs" />
|
||||
<Compile Include="Settings\ModuleConfigurationElement.cs" />
|
||||
|
|
@ -190,6 +195,7 @@
|
|||
<Compile Include="ApiControllers\FrontOfficeController.cs" />
|
||||
<Compile Include="ApiControllers\GCMController.cs" />
|
||||
<Compile Include="ApiControllers\AccountController.cs" />
|
||||
<Compile Include="Helpers\ThanksHelper.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Views\Web.config" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue