initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.Web / CPE.App.Web.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
4   <Import Project="..\..\..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\..\..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" />
5   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
6   <PropertyGroup>
7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9     <ProductVersion>
10     </ProductVersion>
11     <SchemaVersion>2.0</SchemaVersion>
12     <ProjectGuid>{1E45A2D2-684B-4FC4-B810-26CE9CAEB74C}</ProjectGuid>
13     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
14     <OutputType>Library</OutputType>
15     <AppDesignerFolder>Properties</AppDesignerFolder>
16     <RootNamespace>CPE.App.Web</RootNamespace>
17     <AssemblyName>CPE.App.Web</AssemblyName>
18     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
19     <MvcBuildViews>false</MvcBuildViews>
20     <UseIISExpress>true</UseIISExpress>
21     <IISExpressSSLPort />
22     <IISExpressAnonymousAuthentication />
23     <IISExpressWindowsAuthentication />
24     <IISExpressUseClassicPipelineMode />
25     <UseGlobalApplicationHostFile />
26     <NuGetPackageImportStamp>
27     </NuGetPackageImportStamp>
28     <TargetFrameworkProfile />
29     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
30     <RestorePackages>true</RestorePackages>
31     <WebGreaseLibPath>..\..\..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>
32   </PropertyGroup>
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34     <DebugSymbols>true</DebugSymbols>
35     <DebugType>full</DebugType>
36     <Optimize>false</Optimize>
37     <OutputPath>bin\</OutputPath>
38     <DefineConstants>DEBUG;TRACE</DefineConstants>
39     <ErrorReport>prompt</ErrorReport>
40     <WarningLevel>4</WarningLevel>
41     <Prefer32Bit>false</Prefer32Bit>
42   </PropertyGroup>
43   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44     <DebugType>pdbonly</DebugType>
45     <Optimize>true</Optimize>
46     <OutputPath>bin\</OutputPath>
47     <DefineConstants>TRACE</DefineConstants>
48     <ErrorReport>prompt</ErrorReport>
49     <WarningLevel>4</WarningLevel>
50     <Prefer32Bit>false</Prefer32Bit>
51   </PropertyGroup>
52   <ItemGroup>
53     <Reference Include="Antlr3.Runtime, Version=3.4.1.9004, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
54       <HintPath>..\..\..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
55       <Private>True</Private>
56     </Reference>
57     <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
58       <HintPath>..\..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
59       <Private>True</Private>
60     </Reference>
61     <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
62       <HintPath>..\..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
63       <Private>True</Private>
64     </Reference>
65     <Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
66       <HintPath>..\..\..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
67       <Private>True</Private>
68     </Reference>
69     <Reference Include="Microsoft.AspNet.Identity.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
70       <HintPath>..\..\..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
71       <Private>True</Private>
72     </Reference>
73     <Reference Include="Microsoft.AspNet.Identity.Owin, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
74       <HintPath>..\..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
75       <Private>True</Private>
76     </Reference>
77     <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
78       <HintPath>..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
79       <Private>True</Private>
80     </Reference>
81     <Reference Include="Microsoft.CSharp" />
82     <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
83       <HintPath>..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
84       <Private>True</Private>
85     </Reference>
86     <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
87       <HintPath>..\..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
88       <Private>True</Private>
89     </Reference>
90     <Reference Include="ServiceStack.Common, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
91       <HintPath>..\..\..\packages\ServiceStack.Common.4.0.46\lib\net40\ServiceStack.Common.dll</HintPath>
92       <Private>True</Private>
93     </Reference>
94     <Reference Include="ServiceStack.Interfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=e06fbc6124f57c43, processorArchitecture=MSIL">
95       <HintPath>..\..\..\packages\ServiceStack.Interfaces.4.0.46\lib\portable-wp80+sl5+net40+win8+monotouch+monoandroid+xamarin.ios10\ServiceStack.Interfaces.dll</HintPath>
96       <Private>True</Private>
97     </Reference>
98     <Reference Include="ServiceStack.OrmLite, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
99       <HintPath>..\..\..\packages\ServiceStack.OrmLite.4.0.46\lib\net45\ServiceStack.OrmLite.dll</HintPath>
100       <Private>True</Private>
101     </Reference>
102     <Reference Include="ServiceStack.OrmLite.SqlServer, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
103       <HintPath>..\..\..\packages\ServiceStack.OrmLite.SqlServer.4.0.46\lib\net45\ServiceStack.OrmLite.SqlServer.dll</HintPath>
104       <Private>True</Private>
105     </Reference>
106     <Reference Include="ServiceStack.Text, Version=4.0.46.0, Culture=neutral, processorArchitecture=MSIL">
107       <HintPath>..\..\..\packages\ServiceStack.Text.4.0.46\lib\net40\ServiceStack.Text.dll</HintPath>
108       <Private>True</Private>
109     </Reference>
110     <Reference Include="Spire.Doc, Version=5.5.141.3040, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
111       <HintPath>..\..\..\packages\Spire.Doc.5.5.141\lib\net40\Spire.Doc.dll</HintPath>
112       <Private>True</Private>
113     </Reference>
114     <Reference Include="Spire.License, Version=1.3.5.40, Culture=neutral, PublicKeyToken=b1144360237c8b3f, processorArchitecture=MSIL">
115       <HintPath>..\..\..\packages\Spire.Doc.5.5.141\lib\net40\Spire.License.dll</HintPath>
116       <Private>True</Private>
117     </Reference>
118     <Reference Include="Spire.Pdf, Version=3.5.124.3040, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
119       <HintPath>..\..\..\packages\Spire.Doc.5.5.141\lib\net40\Spire.Pdf.dll</HintPath>
120       <Private>True</Private>
121     </Reference>
122     <Reference Include="System" />
123     <Reference Include="System.Data" />
124     <Reference Include="System.Data.DataSetExtensions" />
125     <Reference Include="System.Data.Linq" />
126     <Reference Include="System.Drawing" />
127     <Reference Include="System.Net.Http" />
128     <Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
129       <HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
130       <Private>True</Private>
131     </Reference>
132     <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
133       <HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
134       <Private>True</Private>
135     </Reference>
136     <Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
137       <HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
138       <Private>True</Private>
139     </Reference>
140     <Reference Include="System.Net.Http.WebRequest" />
141     <Reference Include="System.Web.DynamicData" />
142     <Reference Include="System.Web.Entity" />
143     <Reference Include="System.Web.ApplicationServices" />
144     <Reference Include="System.ComponentModel.DataAnnotations" />
145     <Reference Include="System.Web" />
146     <Reference Include="System.Web.Abstractions" />
147     <Reference Include="System.Web.Extensions" />
148     <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
149       <HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
150       <Private>True</Private>
151     </Reference>
152     <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
153       <HintPath>..\..\..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
154       <Private>True</Private>
155     </Reference>
156     <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
157       <HintPath>..\..\..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
158       <Private>True</Private>
159     </Reference>
160     <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
161       <HintPath>..\..\..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
162       <Private>True</Private>
163     </Reference>
164     <Reference Include="System.Web.Routing" />
165     <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
166       <HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
167       <Private>True</Private>
168     </Reference>
169     <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
170       <HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
171       <Private>True</Private>
172     </Reference>
173     <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
174       <HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
175       <Private>True</Private>
176     </Reference>
177     <Reference Include="System.Xml" />
178     <Reference Include="System.Configuration" />
179     <Reference Include="System.Web.Services" />
180     <Reference Include="System.EnterpriseServices" />
181     <Reference Include="System.Xml.Linq" />
182     <Reference Include="WebGrease, Version=1.5.2.14234, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
183       <HintPath>..\..\..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
184       <Private>True</Private>
185     </Reference>
186   </ItemGroup>
187   <ItemGroup>
188     <Compile Include="App_Start\BundleConfig.cs" />
189     <Compile Include="App_Start\FilterConfig.cs" />
190     <Compile Include="App_Start\RouteConfig.cs" />
191     <Compile Include="Code\BaseController.cs" />
192     <Compile Include="Code\BaseWebService.cs">
193       <SubType>Component</SubType>
194     </Compile>
195     <Compile Include="Code\Extensions.cs" />
196     <Compile Include="Code\SessionEnd.cs" />
197     <Compile Include="Connect\CommonInfo.cs" />
198     <Compile Include="Connect\Login.cs" />
199     <Compile Include="Connect\PrincipalInfo.cs" />
200     <Compile Include="Connect\Request.cs" />
201     <Compile Include="Connect\Session.cs" />
202     <Compile Include="Controllers\AccessController.cs" />
203     <Compile Include="Controllers\IndexController.cs" />
204     <Compile Include="Controllers\RebroadcastController.cs" />
205     <Compile Include="Elucidat\EludicatClient.cs" />
206     <Compile Include="Elucidat\StringExtensions.cs" />
207     <Compile Include="Elucidat\UnderscoreContractResolver.cs" />
208     <Compile Include="Global.asax.cs">
209       <DependentUpon>Global.asax</DependentUpon>
210     </Compile>
211     <Compile Include="Helpers\adobe.cs" />
212     <Compile Include="Helpers\AdobeMeetingConnection.cs" />
213     <Compile Include="Helpers\ElucidatMeetingConnection.cs" />
214     <Compile Include="Helpers\ReleaseHelper.cs" />
215     <Compile Include="Helpers\VerifyAccess.cs" />
216     <Compile Include="Models\AdobeModels\AdobeMeetingView.cs" />
217     <Compile Include="Models\AdobeModels\AdobeSessionViewModel.cs" />
218     <Compile Include="Models\AdobeModels\LobbyModel.cs" />
219     <Compile Include="Models\AdobeModels\RecordingPauses.cs" />
220     <Compile Include="Models\AdobeModels\RecordingSession.cs" />
221     <Compile Include="Models\AdobeModels\RecordingView.cs" />
222     <Compile Include="Models\AdobeModels\SessionResultViewModel.cs" />
223     <Compile Include="Models\CPEDataContext.cs" />
224     <Compile Include="Models\CPEDataModel.cs" />
225     <Compile Include="Models\CPEWeb.designer.cs">
226       <AutoGen>True</AutoGen>
227       <DesignTime>True</DesignTime>
228       <DependentUpon>CPEWeb.dbml</DependentUpon>
229     </Compile>
230     <Compile Include="Models\ElucidatModels\ElucidatCourseView.cs" />
231     <Compile Include="Models\ElucidatModels\ElucidatCourseViewModel.cs" />
232     <Compile Include="Models\ElucidatModels\LearnerSessionModel.cs" />
233     <Compile Include="Models\ElucidatModels\LinkModel.cs" />
234     <Compile Include="Models\ElucidatModels\MessageModel.cs" />
235     <Compile Include="Models\ElucidatModels\NonceModel.cs" />
236     <Compile Include="Models\ElucidatModels\ProjectModel.cs" />
237     <Compile Include="Models\ElucidatModels\ProjectSettingModel.cs" />
238     <Compile Include="Models\ElucidatModels\ReleaseModel.cs" />
239     <Compile Include="Models\ElucidatModels\ReleaseSettingModel.cs" />
240     <Compile Include="Models\JsonDataResult.cs" />
241     <Compile Include="Models\partials\Meeting.cs" />
242     <Compile Include="Models\partials\PurchasedCoursesDataResult.cs" />
243     <Compile Include="Models\partials\WebcastCertficateDataResult.cs" />
244     <Compile Include="Models\partials\WebcastPurchaseDataResult.cs" />
245     <Compile Include="Models\TicketModel.cs" />
246     <Compile Include="Properties\AssemblyInfo.cs" />
247     <Compile Include="static\services\engagement\service.asmx.cs">
248       <DependentUpon>service.asmx</DependentUpon>
249       <SubType>Component</SubType>
250     </Compile>
251   </ItemGroup>
252   <ItemGroup>
253     <Content Include="Content\bootstrap.css" />
254     <Content Include="Content\bootstrap.min.css" />
255     <Content Include="Content\coursedetails.css" />
256     <Content Include="Content\sessiondetails.css" />
257     <Content Include="favicon.ico" />
258     <Content Include="fonts\glyphicons-halflings-regular.svg" />
259     <Content Include="Global.asax" />
260     <Content Include="Content\Site.css" />
261     <Content Include="Scripts\bootstrap.js" />
262     <Content Include="Scripts\bootstrap.min.js" />
263     <None Include="Models\CPEWeb.dbml">
264       <Generator>MSLinqToSQLGenerator</Generator>
265       <LastGenOutput>CPEWeb.designer.cs</LastGenOutput>
266       <SubType>Designer</SubType>
267     </None>
268     <Content Include="packages.config" />
269     <Content Include="fonts\glyphicons-halflings-regular.woff" />
270     <Content Include="fonts\glyphicons-halflings-regular.ttf" />
271     <Content Include="fonts\glyphicons-halflings-regular.eot" />
272     <None Include="Scripts\jquery-1.10.2.intellisense.js" />
273     <Content Include="Scripts\jquery-1.10.2.js" />
274     <Content Include="Scripts\jquery-1.10.2.min.js" />
275     <None Include="Scripts\jquery.validate-vsdoc.js" />
276     <Content Include="Scripts\jquery.validate.js" />
277     <Content Include="Scripts\jquery.validate.min.js" />
278     <Content Include="Scripts\jquery.validate.unobtrusive.js" />
279     <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
280     <Content Include="Scripts\modernizr-2.6.2.js" />
281     <Content Include="Scripts\respond.js" />
282     <Content Include="Scripts\respond.min.js" />
283     <Content Include="Scripts\_references.js" />
284     <Content Include="static\css\global.css" />
285     <Content Include="static\css\index\recording.css" />
286     <Content Include="static\css\jquery.datatables.css" />
287     <Content Include="static\css\jquery.datatables.tabletools.css" />
288     <Content Include="static\css\rebroadcast\lobby.css" />
289     <Content Include="static\css\redmond\images\animated-overlay.gif" />
290     <Content Include="static\css\redmond\images\ui-bg_flat_0_aaaaaa_40x100.png" />
291     <Content Include="static\css\redmond\images\ui-bg_flat_55_fbec88_40x100.png" />
292     <Content Include="static\css\redmond\images\ui-bg_glass_75_d0e5f5_1x400.png" />
293     <Content Include="static\css\redmond\images\ui-bg_glass_85_dfeffc_1x400.png" />
294     <Content Include="static\css\redmond\images\ui-bg_glass_95_fef1ec_1x400.png" />
295     <Content Include="static\css\redmond\images\ui-bg_gloss-wave_55_5c9ccc_500x100.png" />
296     <Content Include="static\css\redmond\images\ui-bg_inset-hard_100_f5f8f9_1x100.png" />
297     <Content Include="static\css\redmond\images\ui-bg_inset-hard_100_fcfdfd_1x100.png" />
298     <Content Include="static\css\redmond\images\ui-icons_217bc0_256x240.png" />
299     <Content Include="static\css\redmond\images\ui-icons_2e83ff_256x240.png" />
300     <Content Include="static\css\redmond\images\ui-icons_469bdd_256x240.png" />
301     <Content Include="static\css\redmond\images\ui-icons_6da8d5_256x240.png" />
302     <Content Include="static\css\redmond\images\ui-icons_cd0a0a_256x240.png" />
303     <Content Include="static\css\redmond\images\ui-icons_d8e7f3_256x240.png" />
304     <Content Include="static\css\redmond\images\ui-icons_f9bd01_256x240.png" />
305     <Content Include="static\css\redmond\jquery-ui-1.10.3.custom.css" />
306     <Content Include="static\css\redmond\jquery-ui-1.10.3.custom.min.css" />
307     <Content Include="static\css\redmond\jquery-ui-1.9.1.custom.css" />
308     <Content Include="static\css\redmond\jquery-ui-1.9.1.custom.min.css" />
309     <Content Include="static\css\redmond\jquery-ui-1.9.2.custom.min.css" />
310     <Content Include="static\doc\CertificateEmailBody.html" />
311     <Content Include="static\doc\FailResultText.html" />
312     <Content Include="static\doc\IneligibleResultText.html" />
313     <Content Include="static\doc\PassResultText.html" />
314     <Content Include="static\doc\WebcastCertificateEmailBody.html" />
315     <Content Include="static\doc\WebcastFailEmailBody.html" />
316     <Content Include="static\doc\WonkyResultText.html" />
317     <Content Include="static\img\calendar.gif" />
318     <Content Include="static\img\datatables\back_disabled.jpg" />
319     <Content Include="static\img\datatables\back_enabled.jpg" />
320     <Content Include="static\img\datatables\forward_disabled.jpg" />
321     <Content Include="static\img\datatables\forward_enabled.jpg" />
322     <Content Include="static\img\datatables\sort_asc.png" />
323     <Content Include="static\img\datatables\sort_asc_disabled.png" />
324     <Content Include="static\img\datatables\sort_both.png" />
325     <Content Include="static\img\datatables\sort_desc.png" />
326     <Content Include="static\img\datatables\sort_desc_disabled.png" />
327     <Content Include="static\img\instructions.png" />
328     <Content Include="static\img\tabletools\background.png" />
329     <Content Include="static\img\tabletools\collection.png" />
330     <Content Include="static\img\tabletools\collection_hover.png" />
331     <Content Include="static\img\tabletools\copy.png" />
332     <Content Include="static\img\tabletools\copy_hover.png" />
333     <Content Include="static\img\tabletools\csv.png" />
334     <Content Include="static\img\tabletools\csv_hover.png" />
335     <Content Include="static\img\tabletools\pdf.png" />
336     <Content Include="static\img\tabletools\pdf_hover.png" />
337     <Content Include="static\img\tabletools\print.png" />
338     <Content Include="static\img\tabletools\print_hover.png" />
339     <Content Include="static\img\tabletools\xls.png" />
340     <Content Include="static\img\tabletools\xls_hover.png" />
341     <Content Include="static\js\detect-zoom.js" />
342     <Content Include="static\js\excanvas.js" />
343     <Content Include="static\js\index\certificatereport.js" />
344     <Content Include="static\js\index\coursedetails.js" />
345     <Content Include="static\js\index\elucidat.js" />
346     <Content Include="static\js\index\getticket.js" />
347     <Content Include="static\js\index\index.js" />
348     <Content Include="static\js\index\login.js" />
349     <Content Include="static\js\index\sessiondetails.js" />
350     <Content Include="static\js\jquery-1.10.1.min.js" />
351     <Content Include="static\js\jquery-1.8.3.min.js" />
352     <Content Include="static\js\jquery-ui-1.10.3.custom.js" />
353     <Content Include="static\js\jquery-ui-1.10.3.custom.min.js" />
354     <Content Include="static\js\jquery-ui-1.9.1.custom.js" />
355     <Content Include="static\js\jquery-ui-1.9.1.custom.min.js" />
356     <Content Include="static\js\jquery-ui-1.9.2.custom.js" />
357     <Content Include="static\js\jquery-ui-1.9.2.custom.min.js" />
358     <Content Include="static\js\jquery.1-7-2.min.js" />
359     <Content Include="static\js\jquery.bt.min.js" />
360     <Content Include="static\js\jquery.datatable.tabletools.zeroclipboard.js" />
361     <Content Include="static\js\jquery.dataTables.min.js" />
362     <Content Include="static\js\jquery.datatables.tabletools.min.js" />
363     <Content Include="static\js\jquery.dictionary-1.2.js" />
364     <Content Include="static\js\jquery.timePicker.js" />
365     <Content Include="static\js\jquery.timePicker.min.js" />
366     <Content Include="static\js\jquery.ui.1-9-1.min.js" />
367     <Content Include="static\js\jquery.validate.min.js" />
368     <Content Include="static\js\rebroadcast\lobby.js" />
369     <Content Include="static\js\rebroadcast\rebroadcastpauses.js" />
370     <Content Include="static\js\rebroadcast\rebroadcastschedule.js" />
371     <Content Include="static\js\rebroadcast\rebroadcastSessions.js" />
372     <Content Include="static\js\rebroadcast\recordinglogin.js" />
373     <Content Include="static\services\engagement\service.asmx" />
374     <Content Include="static\swf\copy.csv.xls.swf" />
375     <Content Include="static\swf\CpeLeftRecordingOverlay.swf" />
376     <Content Include="static\swf\CpeRecordingOverlay.swf" />
377     <Content Include="Web.config">
378       <SubType>Designer</SubType>
379     </Content>
380     <Content Include="Web.Debug.config">
381       <DependentUpon>Web.config</DependentUpon>
382     </Content>
383     <Content Include="Web.Release.config">
384       <DependentUpon>Web.config</DependentUpon>
385     </Content>
386     <Content Include="Views\Web.config">
387       <SubType>Designer</SubType>
388     </Content>
389     <Content Include="Views\_ViewStart.cshtml" />
390     <Content Include="Views\Shared\Error.cshtml" />
391     <Content Include="Views\Shared\_Layout.cshtml" />
392     <Content Include="Views\Account\Home\About.cshtml" />
393     <Content Include="Views\Account\Home\Contact.cshtml" />
394     <Content Include="Views\Account\Home\Index.cshtml" />
395     <Content Include="Views\Account\_ExternalLoginsListPartial.cshtml" />
396     <Content Include="Views\Account\ConfirmEmail.cshtml" />
397     <Content Include="Views\Account\ExternalLoginConfirmation.cshtml" />
398     <Content Include="Views\Account\ExternalLoginFailure.cshtml" />
399     <Content Include="Views\Account\ForgotPassword.cshtml" />
400     <Content Include="Views\Account\ForgotPasswordConfirmation.cshtml" />
401     <Content Include="Views\Account\Login.cshtml" />
402     <Content Include="Views\Account\Register.cshtml" />
403     <Content Include="Views\Account\ResetPassword.cshtml" />
404     <Content Include="Views\Account\ResetPasswordConfirmation.cshtml" />
405     <Content Include="Views\Account\SendCode.cshtml" />
406     <Content Include="Views\Account\VerifyCode.cshtml" />
407     <Content Include="Views\Shared\Lockout.cshtml" />
408     <Content Include="Views\Shared\_LoginPartial.cshtml" />
409     <Content Include="Views\Index\login.cshtml" />
410     <Content Include="Views\Index\admin.cshtml" />
411     <Content Include="Views\Index\index.cshtml" />
412     <Content Include="Views\Index\meeting.cshtml" />
413     <Content Include="Views\Index\sessiondetails.cshtml" />
414     <Content Include="Views\rebroadcast\rebroadcastpauses.cshtml" />
415     <Content Include="Views\rebroadcast\rebroadcastschedule.cshtml" />
416     <Content Include="Views\rebroadcast\rebroadcastSessions.cshtml" />
417     <Content Include="Views\rebroadcast\recording.cshtml" />
418     <Content Include="Views\rebroadcast\recordinglogin.cshtml" />
419     <Content Include="Scripts\jquery-1.10.2.min.map" />
420     <Content Include="static\js\jquery-ui.min.js" />
421     <None Include="Views\Courses\Index.cshtml" />
422     <Content Include="Views\Index\elucidat.cshtml" />
423     <Content Include="Views\Index\coursedetails.cshtml" />
424     <Content Include="Views\Index\elucidatlogin.cshtml" />
425     <Content Include="Views\Index\getticket.cshtml" />
426     <Content Include="Views\rebroadcast\lobby.cshtml" />
427     <Content Include="Views\Index\certificatereport.cshtml" />
428     <Content Include="Views\Index\webcastcertificatereport.cshtml" />
429     <Content Include="Views\Index\result.cshtml" />
430   </ItemGroup>
431   <ItemGroup>
432     <Folder Include="App_Data\" />
433     <Folder Include="Views\Access\" />
434   </ItemGroup>
435   <ItemGroup>
436     <None Include="Project_Readme.html" />
437   </ItemGroup>
438   <ItemGroup>
439     <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
440     <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
441   </ItemGroup>
442   <ItemGroup>
443     <None Include="Models\CPEWeb.dbml.layout">
444       <DependentUpon>CPEWeb.dbml</DependentUpon>
445     </None>
446   </ItemGroup>
447   <ItemGroup>
448     <ProjectReference Include="..\..\CPE.Utilities\CPE.Utilities.csproj">
449       <Project>{7ee69181-40c4-4999-bc49-69288cbf9bb8}</Project>
450       <Name>CPE.Utilities</Name>
451     </ProjectReference>
452   </ItemGroup>
453   <PropertyGroup>
454     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
455     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
456   </PropertyGroup>
457   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
458   <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
459   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
460   <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
461     <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
462   </Target>
463   <ProjectExtensions>
464     <VisualStudio>
465       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
466         <WebProjectProperties>
467           <UseIIS>True</UseIIS>
468           <AutoAssignPort>True</AutoAssignPort>
469           <DevelopmentServerPort>2159</DevelopmentServerPort>
470           <DevelopmentServerVPath>/</DevelopmentServerVPath>
471           <IISUrl>http://localhost:2159/</IISUrl>
472           <NTLMAuthentication>False</NTLMAuthentication>
473           <UseCustomServer>False</UseCustomServer>
474           <CustomServerUrl>
475           </CustomServerUrl>
476           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
477         </WebProjectProperties>
478       </FlavorProperties>
479     </VisualStudio>
480   </ProjectExtensions>
481   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
482     <PropertyGroup>
483       <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>
484     </PropertyGroup>
485     <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
486     <Error Condition="!Exists('..\..\..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.Net.Compilers.1.0.0\build\Microsoft.Net.Compilers.props'))" />
487     <Error Condition="!Exists('..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
488   </Target>
489   <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
490   <Import Project="..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
491   <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
492     <Error Condition="!Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
493     <Error Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
494   </Target>
495   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
496        Other similar extension points exist, see Microsoft.Common.targets.
497   <Target Name="BeforeBuild">
498   </Target>
499   <Target Name="AfterBuild">
500   </Target> -->
501 </Project>