Git Repository Public Repository

CPE_learningsite

URLs

Copy to Clipboard

This repository has no backups
This repository's network speed is throttled to 100KB/sec

Diff Revisions 4cd176 ... vs d90493 ... for /CPE/CPE.App/CPE.App.Web/CPE.App.Web.csproj

Diff revisions: vs.
  @@ -29,6 +29,7 @@
29 29 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
30 30 <RestorePackages>true</RestorePackages>
31 31 <WebGreaseLibPath>..\..\..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>
32 + <Use64BitIISExpress />
32 33 </PropertyGroup>
33 34 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34 35 <DebugSymbols>true</DebugSymbols>
  @@ -212,6 +213,7 @@
212 213 <Compile Include="Helpers\AdobeMeetingConnection.cs" />
213 214 <Compile Include="Helpers\ElucidatMeetingConnection.cs" />
214 215 <Compile Include="Helpers\ReleaseHelper.cs" />
216 + <Compile Include="Helpers\SendEmailHelper.cs" />
215 217 <Compile Include="Helpers\VerifyAccess.cs" />
216 218 <Compile Include="Models\AdobeModels\AdobeMeetingView.cs" />
217 219 <Compile Include="Models\AdobeModels\AdobeSessionViewModel.cs" />