<?xml version="1.0" encoding="utf-8"?>
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProductVersion>9.0.30729</ProductVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
<ProjectGuid>{269ECEFF-B6C2-4708-86BA-AFBB1A2B045C}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>CSFrameworkV5.Common</RootNamespace>
|
<AssemblyName>CSFrameworkV5.Common</AssemblyName>
|
<FileUpgradeFlags>
|
</FileUpgradeFlags>
|
<UpgradeBackupLocation>
|
</UpgradeBackupLocation>
|
<OldToolsVersion>3.5</OldToolsVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<PublishUrl>publish\</PublishUrl>
|
<Install>true</Install>
|
<InstallFrom>Disk</InstallFrom>
|
<UpdateEnabled>false</UpdateEnabled>
|
<UpdateMode>Foreground</UpdateMode>
|
<UpdateInterval>7</UpdateInterval>
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
<UpdatePeriodically>false</UpdatePeriodically>
|
<UpdateRequired>false</UpdateRequired>
|
<MapFileExtensions>true</MapFileExtensions>
|
<ApplicationRevision>0</ApplicationRevision>
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
<TargetFrameworkProfile/>
|
<SccProjectName>
|
</SccProjectName>
|
<SccLocalPath>
|
</SccLocalPath>
|
<SccAuxPath>
|
</SccAuxPath>
|
<SccProvider>
|
</SccProvider>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>..\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>..\debug\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>..\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DebugType>full</DebugType>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<CodeAnalysisLogFile>..\Debug\CSFrameworkV5.Common.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
<ErrorReport>prompt</ErrorReport>
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
<OutputPath>bin\x86\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<Optimize>true</Optimize>
|
<DebugType>pdbonly</DebugType>
|
<PlatformTarget>x86</PlatformTarget>
|
<CodeAnalysisLogFile>bin\Release\CSFrameworkV5.Common.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
<ErrorReport>prompt</ErrorReport>
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="System"/>
|
<Reference Include="System.Core">
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
</Reference>
|
<Reference Include="System.Data"/>
|
<Reference Include="System.Drawing"/>
|
<Reference Include="System.Windows.Forms"/>
|
<Reference Include="System.Xml"/>
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Common\CCursor.cs"/>
|
<Compile Include="Common\CustomException.cs"/>
|
<Compile Include="Common\ExtensionMethods.cs"/>
|
<Compile Include="Common\ResultReport.cs"/>
|
<Compile Include="Common\TrueFileFormat.cs"/>
|
<Compile Include="SystemLog\ILogUserOperate.cs"/>
|
<Compile Include="SystemLog\LogDataDef.cs"/>
|
<Compile Include="SystemLog\LogDataType.cs"/>
|
<Compile Include="SystemLog\LogLocalException.cs"/>
|
<Compile Include="SystemLog\LogTypeSystem.cs"/>
|
<Compile Include="SystemLog\LogUserOperate.cs"/>
|
<Compile Include="Tools\CImageLibrary.cs"/>
|
<Compile Include="Tools\CodeSafeHelper.cs"/>
|
<Compile Include="Tools\DataTableTools.cs"/>
|
<Compile Include="Tools\HelpDoc.cs"/>
|
<Compile Include="Tools\MyXmlSerializer.cs"/>
|
<Compile Include="WindowSystem\ComputerShutDown.cs"/>
|
<Compile Include="Tools\ConvertEx.cs"/>
|
<Compile Include="Tools\DataConverter.cs"/>
|
<Compile Include="Common\DetailButtons.cs"/>
|
<Compile Include="Tools\FieldFitString.cs"/>
|
<Compile Include="WindowSystem\FileIO.cs"/>
|
<Compile Include="Common\Globals.cs"/>
|
<Compile Include="Tools\HexCryptString.cs"/>
|
<Compile Include="Tools\IconTools.cs"/>
|
<Compile Include="Common\ItemObject.cs"/>
|
<Compile Include="Tools\MathRound.cs"/>
|
<Compile Include="Tools\MenuStripUtils.cs"/>
|
<Compile Include="Tools\MonitorTool.cs"/>
|
<Compile Include="Common\Msg.cs"/>
|
<Compile Include="WindowSystem\NetTools.cs"/>
|
<Compile Include="Common\ObjectSerializer.cs"/>
|
<Compile Include="Properties\AssemblyInfo.cs"/>
|
<Compile Include="Common\PublicEnum.cs"/>
|
<Compile Include="Tools\RMBConverter.cs"/>
|
<Compile Include="WindowSystem\ProcessStart.cs"/>
|
<Compile Include="WindowSystem\ShellPathNameConvert.cs"/>
|
<Compile Include="WindowSystem\ShellPathNameConvertNEW.cs"/>
|
<Compile Include="WindowSystem\SystemHotKey.cs"/>
|
<Compile Include="WindowSystem\WinAPI.cs"/>
|
<Compile Include="WindowSystem\WinStartItems.cs"/>
|
<Compile Include="Tools\ZipTools.cs"/>
|
</ItemGroup>
|
<ItemGroup>
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
<Visible>False</Visible>
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
<Install>false</Install>
|
</BootstrapperPackage>
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
<Visible>False</Visible>
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
<Install>true</Install>
|
</BootstrapperPackage>
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
<Visible>False</Visible>
|
<ProductName>Windows Installer 3.1</ProductName>
|
<Install>true</Install>
|
</BootstrapperPackage>
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\..\CSFrameworkV5.Core\CSFrameworkV5.Core\CSFrameworkV5.Core.csproj">
|
<Project>{2a59861c-5d4d-4768-b31f-7f59a8517dae}</Project>
|
<Name>CSFrameworkV5.Core</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets"/>
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
Other similar extension points exist, see Microsoft.Common.targets.
|
<Target Name="BeforeBuild">
|
</Target>
|
<Target Name="AfterBuild">
|
</Target>
|
-->
|
</Project>
|