diff options
| author | FloppyDiskDrive <[email protected]> | 2017-09-13 19:07:23 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-09-13 19:07:23 -0500 |
| commit | efc8583dad8c9b22172cdb74e156df4803cfeadd (patch) | |
| tree | 23cbe04f662e649d3fe28bf7c120d826ae51788f /Histacom2.Engine/Histacom2.Engine.csproj | |
| parent | 282cdbca58ef7b4c3decaa942ad20333e3c15cfd (diff) | |
| parent | ca482366718339b0684f64980dc67587222b4850 (diff) | |
| download | histacom2-efc8583dad8c9b22172cdb74e156df4803cfeadd.tar.gz histacom2-efc8583dad8c9b22172cdb74e156df4803cfeadd.tar.bz2 histacom2-efc8583dad8c9b22172cdb74e156df4803cfeadd.zip | |
Merge remote-tracking branch 'refs/remotes/Histacom2-Devs/master'
Diffstat (limited to 'Histacom2.Engine/Histacom2.Engine.csproj')
| -rw-r--r-- | Histacom2.Engine/Histacom2.Engine.csproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Histacom2.Engine/Histacom2.Engine.csproj b/Histacom2.Engine/Histacom2.Engine.csproj index 69a1b02..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> @@ -97,6 +97,9 @@ <Compile Include="UI\ClassicLabel.cs"> <SubType>Component</SubType> </Compile> + <Compile Include="UI\ClassicStartMenuItem.cs"> + <SubType>Component</SubType> + </Compile> <Compile Include="UI\ClassicTextbox.cs"> <SubType>Component</SubType> </Compile> |
