Skip to content

Commit

Permalink
additional config
Browse files Browse the repository at this point in the history
  • Loading branch information
john20xdoe committed Nov 4, 2017
1 parent 58fd3b6 commit 68dc352
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Enterprise.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Base|Any CPU = Base|Any CPU
Debug|Any CPU = Debug|Any CPU
NeurralRelease|Any CPU = NeurralRelease|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E298DC33-D240-4585-AC47-775575246780}.Base|Any CPU.ActiveCfg = Base|Any CPU
{E298DC33-D240-4585-AC47-775575246780}.Base|Any CPU.Build.0 = Base|Any CPU
{E298DC33-D240-4585-AC47-775575246780}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E298DC33-D240-4585-AC47-775575246780}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E298DC33-D240-4585-AC47-775575246780}.NeurralRelease|Any CPU.ActiveCfg = NeurralRelease|Any CPU
{E298DC33-D240-4585-AC47-775575246780}.NeurralRelease|Any CPU.Build.0 = NeurralRelease|Any CPU
{E298DC33-D240-4585-AC47-775575246780}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E298DC33-D240-4585-AC47-775575246780}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
Expand Down
9 changes: 9 additions & 0 deletions Enterprise/Enterprise.Web/Enterprise.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NeurralRelease|AnyCPU'">
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="CsQuery">
<HintPath>..\..\packages\CsQuery.1.3.4\lib\net40\CsQuery.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions Enterprise/Enterprise.Web/Web.Base.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</appSettings>

<connectionStrings>
<add name="Default" connectionString="Data Source=(LocalDb)\MSSqlLocalDB; Initial Catalog=Enterprise_Default_v1; Integrated Security=True" providerName="System.Data.SqlClient" />
<add name="Northwind" connectionString="Data Source=(LocalDb)\MSSqlLocalDB; Initial Catalog=Enterprise_Northwind_v1; Integrated Security=True" providerName="System.Data.SqlClient" />
<add name="Default" connectionString="Data Source=(LocalDb)\MSSqlLocalDB; Initial Catalog=Enterprise_Default_Local; Integrated Security=True" providerName="System.Data.SqlClient" />
<add name="Northwind" connectionString="Data Source=(LocalDb)\MSSqlLocalDB; Initial Catalog=Enterprise_Northwind_Local; Integrated Security=True" providerName="System.Data.SqlClient" />
</connectionStrings>

<system.net>
Expand Down

0 comments on commit 68dc352

Please sign in to comment.