Skip to content

Commit b3b517d

Browse files
Allow deletion of individual event registration by admin done and close #104
1 parent b852887 commit b3b517d

File tree

8 files changed

+261
-173
lines changed

8 files changed

+261
-173
lines changed

BExIS.Modules.EMM.UI.csproj

Lines changed: 45 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<NuGetPackageImportStamp>
3030
</NuGetPackageImportStamp>
3131
<Use64BitIISExpress />
32+
<WebGreaseLibPath>..\..\..\..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>
3233
</PropertyGroup>
3334
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3435
<DebugSymbols>true</DebugSymbols>
@@ -48,74 +49,70 @@
4849
<WarningLevel>4</WarningLevel>
4950
</PropertyGroup>
5051
<ItemGroup>
52+
<Reference Include="Antlr3.Runtime, Version=3.4.1.9004, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
53+
<HintPath>..\..\..\..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
54+
</Reference>
55+
<Reference Include="Iesi.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
56+
<HintPath>..\..\..\..\packages\Iesi.Collections.4.0.0.4000\lib\net40\Iesi.Collections.dll</HintPath>
57+
</Reference>
5158
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5259
<HintPath>..\..\..\..\packages\Microsoft.AspNet.Identity.Core.2.2.3\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
53-
<Private>True</Private>
5460
</Reference>
5561
<Reference Include="Microsoft.CSharp" />
56-
<Reference Include="Microsoft.Web.Helpers">
62+
<Reference Include="Microsoft.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5763
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebHelpers.3.2.3\lib\net45\Microsoft.Web.Helpers.dll</HintPath>
58-
<Private>True</Private>
5964
</Reference>
60-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
61-
<SpecificVersion>False</SpecificVersion>
65+
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
66+
<HintPath>..\..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
67+
</Reference>
68+
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
6269
<HintPath>..\..\..\..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
6370
</Reference>
71+
<Reference Include="NHibernate, Version=4.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
72+
<HintPath>..\..\..\..\packages\NHibernate.4.1.1.4000\lib\net40\NHibernate.dll</HintPath>
73+
</Reference>
6474
<Reference Include="System" />
6575
<Reference Include="System.ComponentModel.DataAnnotations" />
6676
<Reference Include="System.Configuration" />
6777
<Reference Include="System.Core" />
6878
<Reference Include="System.Data" />
6979
<Reference Include="System.Data.DataSetExtensions" />
70-
<Reference Include="System.Net.Http.Formatting">
80+
<Reference Include="System.Net.Http" />
81+
<Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7182
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
72-
<Private>True</Private>
7383
</Reference>
74-
<Reference Include="System.Web.Http">
84+
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85+
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
86+
</Reference>
87+
<Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7588
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
76-
<Private>True</Private>
7789
</Reference>
78-
<Reference Include="System.Web.Http.WebHost">
90+
<Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7991
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
80-
<Private>True</Private>
81-
</Reference>
82-
<Reference Include="System.Web.Optimization">
83-
<HintPath>..\..\..\..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
84-
<Private>True</Private>
85-
</Reference>
86-
<Reference Include="System.Xml.Linq" />
87-
<Reference Include="System.Web" />
88-
<Reference Include="System.Web.Routing" />
89-
<Reference Include="System.Xml" />
90-
<Reference Include="System.Web.Services" />
91-
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
92-
<Private>True</Private>
93-
<HintPath>..\..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
94-
</Reference>
95-
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
96-
<Private>True</Private>
97-
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
9892
</Reference>
9993
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
100-
<Private>True</Private>
10194
<HintPath>..\..\..\..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
10295
</Reference>
96+
<Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
97+
<HintPath>..\..\..\..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
98+
</Reference>
10399
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
104-
<Private>True</Private>
105100
<HintPath>..\..\..\..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
106101
</Reference>
107102
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
108-
<Private>True</Private>
109103
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
110104
</Reference>
111105
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
112-
<Private>True</Private>
113106
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
114107
</Reference>
115108
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
116-
<Private>True</Private>
117109
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
118110
</Reference>
111+
<Reference Include="System.Xml.Linq" />
112+
<Reference Include="System.Web" />
113+
<Reference Include="System.Web.Routing" />
114+
<Reference Include="System.Xml" />
115+
<Reference Include="System.Web.Services" />
119116
<Reference Include="Telerik.Web.Mvc">
120117
<HintPath>..\..\..\..\packages\TelerikMvcExtensions.2012.3.1018\lib\net40\Telerik.Web.Mvc.dll</HintPath>
121118
<Private>True</Private>
@@ -150,6 +147,15 @@
150147
<Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
151148
<HintPath>..\..\..\..\packages\WebActivatorEx.2.2.0\lib\net40\WebActivatorEx.dll</HintPath>
152149
</Reference>
150+
<Reference Include="WebGrease, Version=1.5.2.14234, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
151+
<HintPath>..\..\..\..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
152+
</Reference>
153+
<Reference Include="WebMatrix.Data, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
154+
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.Data.3.2.3\lib\net45\WebMatrix.Data.dll</HintPath>
155+
</Reference>
156+
<Reference Include="WebMatrix.WebData, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
157+
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.WebData.3.2.3\lib\net45\WebMatrix.WebData.dll</HintPath>
158+
</Reference>
153159
</ItemGroup>
154160
<ItemGroup>
155161
<Compile Include="Controllers\EventController.cs" />
@@ -176,7 +182,6 @@
176182
<Content Include="Content\main.css" />
177183
<Content Include="EMM.Manifest.xml" />
178184
<Content Include="Emm.Settings.xml" />
179-
<Content Include="packages.config" />
180185
<Content Include="Scripts\Form.js" />
181186
<Content Include="Views\Web.config" />
182187
<Content Include="Views\_ViewStart.cshtml" />
@@ -189,6 +194,7 @@
189194
<Content Include="Views\EventRegistration\FormEventRegistration.cshtml" />
190195
<Content Include="Views\EventRegistration\_logInToEvent.cshtml" />
191196
<Content Include="Views\EventRegistrationResult\_selectEvent.cshtml" />
197+
<None Include="packages.config" />
192198
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
193199
<Content Include="Views\EventRegistration\MetadataEditor.cshtml" />
194200
<Content Include="Views\EventRegistration\_metadataAttributeView.cshtml" />
@@ -264,10 +270,6 @@
264270
<Project>{81EF18E8-DCED-4980-96F9-E99124075B82}</Project>
265271
<Name>BExIS.Dim.Helpers</Name>
266272
</ProjectReference>
267-
<ProjectReference Include="..\DCM\BExIS.Modules.Dcm.UI.csproj">
268-
<Project>{44DD2A5E-0D2F-4FAB-B297-4211441030B7}</Project>
269-
<Name>BExIS.Modules.Dcm.UI</Name>
270-
</ProjectReference>
271273
<ProjectReference Include="Entities\BExIS.Emm.Entities\BExIS.Emm.Entities.csproj">
272274
<Project>{2a701141-381e-4ad0-a446-094e4d22bee4}</Project>
273275
<Name>BExIS.Emm.Entities</Name>
@@ -320,20 +322,20 @@
320322
</FlavorProperties>
321323
</VisualStudio>
322324
</ProjectExtensions>
325+
<PropertyGroup>
326+
<PostBuildEvent>mkdir "$(SolutionDir)Console\Workspace\Modules\EMM"
327+
C:\Windows\System32\xcopy "$(ProjectDir)Emm.Settings.xml" "$(SolutionDir)Console\Workspace\Modules\EMM" /C /Y /I</PostBuildEvent>
328+
</PropertyGroup>
323329
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
324330
<PropertyGroup>
325-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
331+
<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
326332
</PropertyGroup>
327333
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.CodeAnalysis.VersionCheckAnalyzer.3.3.0\build\Microsoft.CodeAnalysis.VersionCheckAnalyzer.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.CodeAnalysis.VersionCheckAnalyzer.3.3.0\build\Microsoft.CodeAnalysis.VersionCheckAnalyzer.props'))" />
328334
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.CodeQuality.Analyzers.3.3.0\build\Microsoft.CodeQuality.Analyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.CodeQuality.Analyzers.3.3.0\build\Microsoft.CodeQuality.Analyzers.props'))" />
329335
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.NetCore.Analyzers.3.3.0\build\Microsoft.NetCore.Analyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.NetCore.Analyzers.3.3.0\build\Microsoft.NetCore.Analyzers.props'))" />
330336
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.NetFramework.Analyzers.3.3.0\build\Microsoft.NetFramework.Analyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.NetFramework.Analyzers.3.3.0\build\Microsoft.NetFramework.Analyzers.props'))" />
331337
<Error Condition="!Exists('..\..\..\..\packages\Microsoft.CodeAnalysis.FxCopAnalyzers.3.3.0\build\Microsoft.CodeAnalysis.FxCopAnalyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.CodeAnalysis.FxCopAnalyzers.3.3.0\build\Microsoft.CodeAnalysis.FxCopAnalyzers.props'))" />
332338
</Target>
333-
<PropertyGroup>
334-
<PostBuildEvent>mkdir "$(SolutionDir)Console\Workspace\Modules\EMM"
335-
C:\Windows\System32\xcopy "$(ProjectDir)Emm.Settings.xml" "$(SolutionDir)Console\Workspace\Modules\EMM" /C /Y /I</PostBuildEvent>
336-
</PropertyGroup>
337339
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
338340
Other similar extension points exist, see Microsoft.Common.targets.
339341
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)