diff options
| author | lempamo <[email protected]> | 2017-09-13 15:23:58 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-09-13 15:23:58 -0400 |
| commit | ca482366718339b0684f64980dc67587222b4850 (patch) | |
| tree | 23cbe04f662e649d3fe28bf7c120d826ae51788f /Histacom2.Engine/Histacom2.Engine.csproj | |
| parent | 868078d5cb4edafda5a01f116391d927ceeedf9d (diff) | |
| download | histacom2-ca482366718339b0684f64980dc67587222b4850.tar.gz histacom2-ca482366718339b0684f64980dc67587222b4850.tar.bz2 histacom2-ca482366718339b0684f64980dc67587222b4850.zip | |
fixed the calc buttons font and a namespace issue
Diffstat (limited to 'Histacom2.Engine/Histacom2.Engine.csproj')
| -rw-r--r-- | Histacom2.Engine/Histacom2.Engine.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Histacom2.Engine/Histacom2.Engine.csproj b/Histacom2.Engine/Histacom2.Engine.csproj index 050ad0c..889c071 100644 --- a/Histacom2.Engine/Histacom2.Engine.csproj +++ b/Histacom2.Engine/Histacom2.Engine.csproj @@ -15,7 +15,7 @@ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> - <Optimize>true</Optimize> + <Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> |
