|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
|
|
<PropertyGroup> |
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
<ProductVersion>9.0.30729</ProductVersion> |
|
|
<SchemaVersion>2.0</SchemaVersion> |
|
|
<ProjectGuid>{719F0F69-66DA-438D-B5BB-2D883EF4ACE2}</ProjectGuid> |
|
|
<OutputType>Library</OutputType> |
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
<RootNamespace>WeifenLuo.WinFormsUI</RootNamespace> |
|
|
<AssemblyName>ThemeVS2003</AssemblyName> |
|
|
<SignAssembly>true</SignAssembly> |
|
|
<AssemblyOriginatorKeyFile>dockpanelsuite.snk</AssemblyOriginatorKeyFile> |
|
|
<DelaySign>False</DelaySign> |
|
|
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> |
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<DebugType>full</DebugType> |
|
|
<Optimize>false</Optimize> |
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<DebugType>pdbonly</DebugType> |
|
|
<Optimize>true</Optimize> |
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
<Reference Include="System" /> |
|
|
<Reference Include="System.Data" /> |
|
|
<Reference Include="System.Drawing" /> |
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
<Reference Include="System.Xml" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<Compile Include="ThemeVS2003\Resources.Designer.cs"> |
|
|
<AutoGen>True</AutoGen> |
|
|
<DesignTime>True</DesignTime> |
|
|
<DependentUpon>Resources.resx</DependentUpon> |
|
|
</Compile> |
|
|
<Compile Include="ThemeVS2003\Strings.Designer.cs"> |
|
|
<AutoGen>True</AutoGen> |
|
|
<DesignTime>True</DesignTime> |
|
|
<DependentUpon>Strings.resx</DependentUpon> |
|
|
</Compile> |
|
|
<Compile Include="ThemeVS2003\VS2003AutoHideStrip.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="ThemeVS2003\VS2003DockPaneCaption.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="ThemeVS2003\VS2003DockPaneStrip.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="ThemeVS2003\VS2003Theme.cs"> |
|
|
<SubType>Component</SubType> |
|
|
</Compile> |
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<EmbeddedResource Include="ThemeVS2003\Resources.resx"> |
|
|
<Generator>ResXFileCodeGenerator</Generator> |
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
|
</EmbeddedResource> |
|
|
<EmbeddedResource Include="ThemeVS2003\Strings.resx"> |
|
|
<Generator>ResXFileCodeGenerator</Generator> |
|
|
<LastGenOutput>Strings.Designer.cs</LastGenOutput> |
|
|
</EmbeddedResource> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="dockpanelsuite.snk" /> |
|
|
<None Include="license.txt"> |
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
|
</None> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<None Include="ThemeVS2003\Resources\DockPaneCaption_AutoHideNo.png" /> |
|
|
<None Include="ThemeVS2003\Resources\DockPaneCaption_AutoHideYes.png" /> |
|
|
<None Include="ThemeVS2003\Resources\DockPaneCaption_CloseDisabled.png" /> |
|
|
<None Include="ThemeVS2003\Resources\DockPaneCaption_CloseEnabled.png" /> |
|
|
<None Include="ThemeVS2003\Resources\DockPaneStrip_CloseDisabled.png" /> |
|
|
<None Include="ThemeVS2003\Resources\DockPaneStrip_CloseEnabled.png" /> |
|
|
<None Include="ThemeVS2003\Resources\DockPaneStrip_ScrollLeftDisabled.png" /> |
|
|
<None Include="ThemeVS2003\Resources\DockPaneStrip_ScrollLeftEnabled.png" /> |
|
|
<None Include="ThemeVS2003\Resources\DockPaneStrip_ScrollRightDisabled.png" /> |
|
|
<None Include="ThemeVS2003\Resources\DockPaneStrip_ScrollRightEnabled.png" /> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ProjectReference Include="WinFormsUI.csproj"> |
|
|
<Project>{C75532C4-765B-418E-B09B-46D36B2ABDB1}</Project> |
|
|
<Name>WinFormsUI</Name> |
|
|
</ProjectReference> |
|
|
</ItemGroup> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
<UsingTask Condition=" '$(Configuration)' == 'Release' AND '$(OS)' == 'Windows_NT' AND Exists('..\gendarme\GendarmeMsBuild.dll')" AssemblyFile="..\gendarme\GendarmeMsBuild.dll" TaskName="GendarmeMsBuild.Gendarme" /> |
|
|
<Target Name="AfterBuild"> |
|
|
<Gendarme Condition=" '$(Configuration)' == 'Release' AND '$(OS)' == 'Windows_NT' AND Exists('..\gendarme\gendarme.exe')" GendarmeExeFilename="..\gendarme\gendarme.exe" Assemblies="$(TargetPath)" WarningsAsErrors="False" IntegrateWithVisualStudio="True" GendarmeIgnoreFilename="gendarme.ignore" /> |
|
|
</Target> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Project> |