This commit is contained in:
Michael 2017-03-21 08:53:03 -04:00
parent 44cb33010e
commit 8e09e0e820
2 changed files with 9 additions and 3 deletions

View file

@ -411,6 +411,10 @@
<Compile Include="Startup.cs" /> <Compile Include="Startup.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="App_Data\aspnet-Project-Unite-20170315114859.mdf" />
<Content Include="App_Data\aspnet-Project-Unite-20170315114859_log.ldf">
<DependentUpon>aspnet-Project-Unite-20170315114859.mdf</DependentUpon>
</Content>
<Content Include="Content\bootstrap-theme.css" /> <Content Include="Content\bootstrap-theme.css" />
<Content Include="Content\bootstrap.css" /> <Content Include="Content\bootstrap.css" />
<Content Include="Content\bootstrap.min.css" /> <Content Include="Content\bootstrap.min.css" />
@ -425,7 +429,6 @@
<Content Include="ApplicationInsights.config"> <Content Include="ApplicationInsights.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<None Include="Properties\PublishProfiles\Azure App Service.pubxml" />
<None Include="Scripts\jquery-1.10.2.intellisense.js" /> <None Include="Scripts\jquery-1.10.2.intellisense.js" />
<Content Include="Scripts\highlight.js" /> <Content Include="Scripts\highlight.js" />
<Content Include="Scripts\jquery-1.10.2.js" /> <Content Include="Scripts\jquery-1.10.2.js" />
@ -439,7 +442,9 @@
<Content Include="Scripts\respond.js" /> <Content Include="Scripts\respond.js" />
<Content Include="Scripts\respond.min.js" /> <Content Include="Scripts\respond.min.js" />
<Content Include="Scripts\_references.js" /> <Content Include="Scripts\_references.js" />
<Content Include="Web.config" /> <Content Include="Web.config">
<SubType>Designer</SubType>
</Content>
<Content Include="Web.Debug.config"> <Content Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon> <DependentUpon>Web.config</DependentUpon>
</Content> </Content>
@ -503,7 +508,7 @@
<Content Include="Views\Forum\EditPost.cshtml" /> <Content Include="Views\Forum\EditPost.cshtml" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="App_Data\" /> <Folder Include="Properties\PublishProfiles\" />
<Folder Include="Views\Legal\" /> <Folder Include="Views\Legal\" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View file

@ -18,6 +18,7 @@
<add key="UnobtrusiveJavaScriptEnabled" value="true" /> <add key="UnobtrusiveJavaScriptEnabled" value="true" />
</appSettings> </appSettings>
<system.web> <system.web>
<customErrors mode="Off"/>
<authentication mode="None" /> <authentication mode="None" />
<compilation debug="true" targetFramework="4.5.2" /> <compilation debug="true" targetFramework="4.5.2" />
<httpRuntime targetFramework="4.5.2" /> <httpRuntime targetFramework="4.5.2" />