Skip to content

Commit 53c8d06

Browse files
committed
#2201 add profiles and web.helpers
1 parent eb5cf6b commit 53c8d06

File tree

9 files changed

+29
-27
lines changed

9 files changed

+29
-27
lines changed

Console/BExIS.Web.Shell/Areas/SMM/BExIS.Modules.SMM.UI/BExIS.Modules.SMM.UI.csproj

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
<HintPath>..\..\..\..\packages\Microsoft.AspNet.Identity.Core.2.2.4\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
5050
</Reference>
5151
<Reference Include="Microsoft.CSharp" />
52+
<Reference Include="Microsoft.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
53+
<HintPath>..\..\..\..\..\packages\Microsoft.AspNet.WebHelpers.3.2.9\lib\net45\Microsoft.Web.Helpers.dll</HintPath>
54+
</Reference>
5255
<Reference Include="Microsoft.Web.Infrastructure, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5356
<HintPath>..\..\..\..\packages\Microsoft.Web.Infrastructure.2.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
5457
</Reference>
@@ -67,32 +70,32 @@
6770
</Reference>
6871
<Reference Include="System.Web" />
6972
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
70-
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.Helpers.dll</HintPath>
73+
<HintPath>..\..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.Helpers.dll</HintPath>
7174
</Reference>
7275
<Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
7376
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
7477
</Reference>
75-
<Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
76-
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
77-
</Reference>
78-
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
79-
<HintPath>..\..\..\..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
78+
<Reference Include="System.Web.Mvc, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
79+
<HintPath>..\..\..\..\..\packages\Microsoft.AspNet.Mvc.5.2.9\lib\net45\System.Web.Mvc.dll</HintPath>
8080
</Reference>
8181
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
82-
<HintPath>..\..\..\..\packages\Microsoft.AspNet.Razor.3.2.9\lib\net45\System.Web.Razor.dll</HintPath>
82+
<HintPath>..\..\..\..\..\packages\Microsoft.AspNet.Razor.3.2.9\lib\net45\System.Web.Razor.dll</HintPath>
8383
</Reference>
8484
<Reference Include="System.Web.Routing" />
8585
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
86-
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.dll</HintPath>
86+
<HintPath>..\..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.dll</HintPath>
8787
</Reference>
8888
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
89-
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
89+
<HintPath>..\..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
9090
</Reference>
9191
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
92-
<HintPath>..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
92+
<HintPath>..\..\..\..\..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
9393
</Reference>
9494
<Reference Include="System.Xml" />
9595
<Reference Include="System.Xml.Linq" />
96+
<Reference Include="WebMatrix.WebData, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
97+
<HintPath>..\..\..\..\..\packages\Microsoft.AspNet.WebPages.WebData.3.2.9\lib\net45\WebMatrix.WebData.dll</HintPath>
98+
</Reference>
9699
</ItemGroup>
97100
<ItemGroup>
98101
<Compile Include="Helpers\SMMSeedDataGenerator.cs" />
@@ -115,7 +118,6 @@
115118
<Content Include="Content\bootstrap.css.map" />
116119
<Content Include="Content\bootstrap-theme.min.css.map" />
117120
<Content Include="Content\bootstrap-theme.css.map" />
118-
<Content Include="ApplicationInsights.config" />
119121
<None Include="packages.config" />
120122
<None Include="Properties\PublishProfiles\BexisServer_master.pubxml" />
121123
<None Include="Properties\PublishProfiles\BexisServer_dev.pubxml" />

Console/BExIS.Web.Shell/Areas/SMM/BExIS.Modules.SMM.UI/Properties/PublishProfiles/BexisServer_demo.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ indem Sie diese MSBuild-Datei bearbeiten. Weitere Informationen hierzu finden Si
1212
<SiteUrlToLaunchAfterPublish />
1313
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
1414
<ExcludeApp_Data>False</ExcludeApp_Data>
15-
<publishUrl>C:\inetpub\wwwroot\demo\Site\Areas\DCM</publishUrl>
15+
<publishUrl>C:\inetpub\wwwroot\demo\Site\Areas\SMM</publishUrl>
1616
<DeleteExistingFiles>False</DeleteExistingFiles>
1717
<AutoParameterizationWebConfigConnectionStrings>false</AutoParameterizationWebConfigConnectionStrings>
1818
</PropertyGroup>

Console/BExIS.Web.Shell/Areas/SMM/BExIS.Modules.SMM.UI/Properties/PublishProfiles/BexisServer_dev.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ indem Sie diese MSBuild-Datei bearbeiten. Weitere Informationen hierzu finden Si
1212
<SiteUrlToLaunchAfterPublish />
1313
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
1414
<ExcludeApp_Data>False</ExcludeApp_Data>
15-
<publishUrl>C:\inetpub\wwwroot\dev\Site\Areas\DCM</publishUrl>
15+
<publishUrl>C:\inetpub\wwwroot\dev\Site\Areas\SMM</publishUrl>
1616
<DeleteExistingFiles>False</DeleteExistingFiles>
1717
<AutoParameterizationWebConfigConnectionStrings>false</AutoParameterizationWebConfigConnectionStrings>
1818
</PropertyGroup>

Console/BExIS.Web.Shell/Areas/SMM/BExIS.Modules.SMM.UI/Properties/PublishProfiles/BexisServer_master.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ indem Sie diese MSBuild-Datei bearbeiten. Weitere Informationen hierzu finden Si
1212
<SiteUrlToLaunchAfterPublish />
1313
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
1414
<ExcludeApp_Data>False</ExcludeApp_Data>
15-
<publishUrl>C:\inetpub\wwwroot\dev\Site\Areas\DCM</publishUrl>
15+
<publishUrl>C:\inetpub\wwwroot\dev\Site\Areas\SMM</publishUrl>
1616
<DeleteExistingFiles>False</DeleteExistingFiles>
1717
</PropertyGroup>
1818
</Project>

Console/BExIS.Web.Shell/Areas/SMM/BExIS.Modules.SMM.UI/Properties/PublishProfiles/BexisServer_rc.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ indem Sie diese MSBuild-Datei bearbeiten. Weitere Informationen hierzu finden Si
1212
<SiteUrlToLaunchAfterPublish />
1313
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
1414
<ExcludeApp_Data>False</ExcludeApp_Data>
15-
<publishUrl>C:\inetpub\wwwroot\rc\Site\Areas\DCM</publishUrl>
15+
<publishUrl>C:\inetpub\wwwroot\rc\Site\Areas\SMM</publishUrl>
1616
<DeleteExistingFiles>False</DeleteExistingFiles>
1717
<AutoParameterizationWebConfigConnectionStrings>false</AutoParameterizationWebConfigConnectionStrings>
1818
</PropertyGroup>

Console/BExIS.Web.Shell/Areas/SMM/BExIS.Modules.SMM.UI/Properties/PublishProfiles/BexisServer_test.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ indem Sie diese MSBuild-Datei bearbeiten. Weitere Informationen hierzu finden Si
1212
<SiteUrlToLaunchAfterPublish />
1313
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
1414
<ExcludeApp_Data>False</ExcludeApp_Data>
15-
<publishUrl>C:\inetpub\wwwroot\test\Site\Areas\DCM</publishUrl>
15+
<publishUrl>C:\inetpub\wwwroot\test\Site\Areas\SMM</publishUrl>
1616
<DeleteExistingFiles>False</DeleteExistingFiles>
1717
<AutoParameterizationWebConfigConnectionStrings>false</AutoParameterizationWebConfigConnectionStrings>
1818
</PropertyGroup>

Console/BExIS.Web.Shell/Areas/SMM/BExIS.Modules.SMM.UI/Properties/PublishProfiles/BexisServer_train.pubxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ indem Sie diese MSBuild-Datei bearbeiten. Weitere Informationen hierzu finden Si
1212
<SiteUrlToLaunchAfterPublish />
1313
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish>
1414
<ExcludeApp_Data>false</ExcludeApp_Data>
15-
<publishUrl>C:\inetpub\wwwroot\train\Site\Areas\DCM</publishUrl>
15+
<publishUrl>C:\inetpub\wwwroot\train\Site\Areas\SMM</publishUrl>
1616
<DeleteExistingFiles>true</DeleteExistingFiles>
1717
<PrecompileBeforePublish>true</PrecompileBeforePublish>
1818
<EnableUpdateable>true</EnableUpdateable>

Console/BExIS.Web.Shell/Areas/SMM/BExIS.Modules.SMM.UI/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net48" />
3+
<package id="Microsoft.AspNet.Mvc" version="5.2.9" targetFramework="net48" />
44
<package id="Microsoft.AspNet.Razor" version="3.2.9" targetFramework="net48" />
55
<package id="Microsoft.AspNet.WebHelpers" version="3.2.9" targetFramework="net48" />
66
<package id="Microsoft.AspNet.WebPages" version="3.2.9" targetFramework="net48" />

Console/BExIS.Web.Shell/Areas/SMM/BExIS.Modules.SMM.UI/web.config

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@
5454
<assemblyIdentity name="System.Web.WebPages.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" />
5555
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
5656
</dependentAssembly>
57+
<dependentAssembly>
58+
<assemblyIdentity name="MimeKit" publicKeyToken="bede1c8a46c66814" culture="neutral" />
59+
<bindingRedirect oldVersion="0.0.0.0-4.8.0.0" newVersion="4.8.0.0" />
60+
</dependentAssembly>
61+
<dependentAssembly>
62+
<assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
63+
<bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0" />
64+
</dependentAssembly>
5765
<dependentAssembly>
5866
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
5967
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
@@ -64,15 +72,7 @@
6472
</dependentAssembly>
6573
<dependentAssembly>
6674
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
67-
<bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
68-
</dependentAssembly>
69-
<dependentAssembly>
70-
<assemblyIdentity name="MimeKit" publicKeyToken="bede1c8a46c66814" culture="neutral" />
71-
<bindingRedirect oldVersion="0.0.0.0-4.8.0.0" newVersion="4.8.0.0" />
72-
</dependentAssembly>
73-
<dependentAssembly>
74-
<assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
75-
<bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0" />
75+
<bindingRedirect oldVersion="0.0.0.0-5.2.9.0" newVersion="5.2.9.0" />
7676
</dependentAssembly>
7777
</assemblyBinding>
7878
</runtime>

0 commit comments

Comments
 (0)