|
|
|
|
@ -21,7 +21,8 @@
@@ -21,7 +21,8 @@
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>3</WarningLevel> |
|
|
|
|
<OtherFlags></OtherFlags> |
|
|
|
|
<OtherFlags> |
|
|
|
|
</OtherFlags> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
|
@ -49,10 +50,6 @@
@@ -49,10 +50,6 @@
|
|
|
|
|
</None> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="AvalonDock"> |
|
|
|
|
<HintPath>..\..\..\..\..\Libraries\AvalonDock\AvalonDock.dll</HintPath> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="log4net"> |
|
|
|
|
<HintPath>..\..\..\..\..\Libraries\log4net\log4net.dll</HintPath> |
|
|
|
|
<Private>False</Private> |
|
|
|
|
@ -224,6 +221,10 @@
@@ -224,6 +221,10 @@
|
|
|
|
|
</ProjectReference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ProjectReference Include="..\..\..\..\..\Libraries\AvalonDock\AvalonDock.csproj"> |
|
|
|
|
<Project>{2FF700C2-A38A-48BD-A637-8CAFD4FE6237}</Project> |
|
|
|
|
<Name>AvalonDock</Name> |
|
|
|
|
</ProjectReference> |
|
|
|
|
<ProjectReference Include="..\..\..\..\..\Libraries\AvalonEdit\ICSharpCode.AvalonEdit\ICSharpCode.AvalonEdit.csproj"> |
|
|
|
|
<Project>{6C55B776-26D4-4DB3-A6AB-87E783B2F3D1}</Project> |
|
|
|
|
<Name>ICSharpCode.AvalonEdit</Name> |
|
|
|
|
|