Skip to content

Commit

Permalink
build setup when set to release config
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol committed Jan 6, 2019
1 parent 5fe14c2 commit ec8bcce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CalDavSynchronizer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Global
{C05F2805-55A8-4ABB-9892-515781049EB6}.Debug|Any CPU.ActiveCfg = Debug
{C05F2805-55A8-4ABB-9892-515781049EB6}.Debug|Any CPU.Build.0 = Debug
{C05F2805-55A8-4ABB-9892-515781049EB6}.Release|Any CPU.ActiveCfg = Release
{C05F2805-55A8-4ABB-9892-515781049EB6}.Release|Any CPU.Build.0 = Release
{76C932E7-ECA5-4010-B602-2104327EE5EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76C932E7-ECA5-4010-B602-2104327EE5EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76C932E7-ECA5-4010-B602-2104327EE5EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -100,8 +101,8 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
RESX_AutoCreateNewLanguageFiles = True
RESX_SortFileContentOnSave = True
SolutionGuid = {C6CA0E38-AF86-45D6-BDCA-263A18B40738}
RESX_SortFileContentOnSave = True
RESX_AutoCreateNewLanguageFiles = True
EndGlobalSection
EndGlobal

0 comments on commit ec8bcce

Please sign in to comment.