<OutputPath>bin\x86\Release\</OutputPath>\r
<Optimize>true</Optimize>\r
<DefineConstants>DEBUG;TRACE</DefineConstants>\r
+ <DebugType>full</DebugType>\r
+ <DebugSymbols>true</DebugSymbols>\r
</PropertyGroup>\r
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">\r
<PlatformTarget>x64</PlatformTarget>\r
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">\r
<PlatformTarget>x64</PlatformTarget>\r
<OutputPath>bin\x64\Release\</OutputPath>\r
- <DefineConstants>TRACE</DefineConstants>\r
+ <DefineConstants>DEBUG;TRACE</DefineConstants>\r
<Optimize>true</Optimize>\r
+ <DebugType>full</DebugType>\r
+ <DebugSymbols>true</DebugSymbols>\r
</PropertyGroup>\r
<ItemGroup>\r
<Reference Include="Castle.Core">\r
<PlatformTarget>x86</PlatformTarget>\r
<OutputPath>bin\x86\Release\</OutputPath>\r
<UseVSHostingProcess>false</UseVSHostingProcess>\r
- <DefineConstants>\r
- </DefineConstants>\r
+ <DefineConstants>TRACE;DEBUG</DefineConstants>\r
<Optimize>true</Optimize>\r
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
+ <DebugType>full</DebugType>\r
+ <DebugSymbols>true</DebugSymbols>\r
</PropertyGroup>\r
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">\r
<PlatformTarget>x64</PlatformTarget>\r
<PlatformTarget>x64</PlatformTarget>\r
<OutputPath>bin\x64\Release\</OutputPath>\r
<Optimize>true</Optimize>\r
- <DefineConstants>TRACE</DefineConstants>\r
+ <DefineConstants>DEBUG;TRACE</DefineConstants>\r
+ <DebugType>full</DebugType>\r
+ <DebugSymbols>true</DebugSymbols>\r
</PropertyGroup>\r
<ItemGroup>\r
<Reference Include="Growl.Connector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=980c2339411be384, processorArchitecture=x86">\r
File "*.dll"\r
File "*.config"\r
File "*.xml"\r
+ File "*.pdb"\r
\r
; Copy the standard doc set into the doc folder\r
SetOutPath "$INSTDIR\doc"\r
File "*.dll"\r
File "*.config"\r
File "*.xml"\r
+ File "*.pdb"\r
\r
; Copy the standard doc set into the doc folder\r
SetOutPath "$INSTDIR\doc"\r
return;\r
}\r
\r
- // Make sure the GUI knows what CLI version it's attached to.\r
- Functions.Main.SetCliVersionData();\r
-\r
// Check were not running on a screen that's going to cause some funnies to happen.\r
Screen scr = Screen.PrimaryScreen;\r
if ((scr.Bounds.Width < 1024) || (scr.Bounds.Height < 620))\r