Skip to content

Commit

Permalink
Merge pull request #20 from open-ephys/update-solution
Browse files Browse the repository at this point in the history
Ensure that the Design project is built in release mode
  • Loading branch information
jonnew authored Oct 25, 2024
2 parents 88cc20e + 56994a3 commit 08a1aeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions OpenEphys.Miniscope.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenEphys.Miniscope", "Open
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenEphys.Miniscope.Design", "OpenEphys.Miniscope.Design\OpenEphys.Miniscope.Design.csproj", "{615D9B78-95AF-42CD-A54E-78790FDED374}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9BE4B891-5D41-4211-912C-7437B38D1BE4}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -20,6 +25,7 @@ Global
{615D9B78-95AF-42CD-A54E-78790FDED374}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{615D9B78-95AF-42CD-A54E-78790FDED374}.Debug|Any CPU.Build.0 = Debug|Any CPU
{615D9B78-95AF-42CD-A54E-78790FDED374}.Release|Any CPU.ActiveCfg = Release|Any CPU
{615D9B78-95AF-42CD-A54E-78790FDED374}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 08a1aeb

Please sign in to comment.