Skip to content

Commit 353fe33

Browse files
committed
Disable release build on Web Mvc samples project
1 parent 9a4d602 commit 353fe33

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

SharpRepository.EfRepository/EfConfigRepositoryFactory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public override ICompoundKeyRepository<T, TKey, TKey2, TKey3> GetInstance<T, TKe
3333
{
3434
return new EfRepository<T, TKey, TKey2, TKey3>(GetDbContext());
3535
}
36+
3637
public override ICompoundKeyRepository<T> GetCompoundKeyInstance<T>()
3738
{
3839
return new EfCompoundKeyRepository<T>(GetDbContext());

SharpRepository.sln

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ Global
347347
{EA190218-E5E6-4D26-8411-B33B08EE1E3E}.Debug|x64.ActiveCfg = Debug|Any CPU
348348
{EA190218-E5E6-4D26-8411-B33B08EE1E3E}.Debug|x64.Build.0 = Debug|Any CPU
349349
{EA190218-E5E6-4D26-8411-B33B08EE1E3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
350-
{EA190218-E5E6-4D26-8411-B33B08EE1E3E}.Release|Any CPU.Build.0 = Release|Any CPU
351350
{EA190218-E5E6-4D26-8411-B33B08EE1E3E}.Release|x64.ActiveCfg = Release|Any CPU
352351
{EA190218-E5E6-4D26-8411-B33B08EE1E3E}.Release|x64.Build.0 = Release|Any CPU
353352
{46493AEB-8D0D-4A10-9911-EC567AB9AEFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
@@ -363,7 +362,6 @@ Global
363362
{0DBF8CB0-E7EC-4EAB-9A84-8DDE0FC3AB7E}.Debug|x64.ActiveCfg = Debug|Any CPU
364363
{0DBF8CB0-E7EC-4EAB-9A84-8DDE0FC3AB7E}.Debug|x64.Build.0 = Debug|Any CPU
365364
{0DBF8CB0-E7EC-4EAB-9A84-8DDE0FC3AB7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
366-
{0DBF8CB0-E7EC-4EAB-9A84-8DDE0FC3AB7E}.Release|Any CPU.Build.0 = Release|Any CPU
367365
{0DBF8CB0-E7EC-4EAB-9A84-8DDE0FC3AB7E}.Release|x64.ActiveCfg = Release|Any CPU
368366
{0DBF8CB0-E7EC-4EAB-9A84-8DDE0FC3AB7E}.Release|x64.Build.0 = Release|Any CPU
369367
EndGlobalSection
@@ -393,7 +391,7 @@ Global
393391
{0DBF8CB0-E7EC-4EAB-9A84-8DDE0FC3AB7E} = {9DEAA991-4B0E-4C9C-85AE-6FF398D34401}
394392
EndGlobalSection
395393
GlobalSection(ExtensibilityGlobals) = postSolution
396-
SolutionGuid = {819CFA5F-D8EF-4CB4-80CC-954C136BA9B6}
397394
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35
395+
SolutionGuid = {819CFA5F-D8EF-4CB4-80CC-954C136BA9B6}
398396
EndGlobalSection
399397
EndGlobal

0 commit comments

Comments
 (0)