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