2021-01-23 15:35:30 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{9DF20D86-A56E-4CF6-A3D8-F30421297B1B}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>MyDb</RootNamespace>
|
|
|
|
|
<AssemblyName>MyDb</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>..\..\Bin\Debug\CommonControls\.NET4\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DocumentationFile>..\..\Bin\Debug\CommonControls\.NET4\MyDb.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>..\..\Bin\Release\CommonControls\.NET4\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<DocumentationFile>..\..\Bin\Release\CommonControls\.NET4\MyDb.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
2021-06-12 14:09:28 +00:00
|
|
|
|
<Reference Include="System.Design" />
|
2021-01-23 15:35:30 +00:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2021-07-29 09:09:27 +00:00
|
|
|
|
<Reference Include="System.Web" />
|
2021-01-23 15:35:30 +00:00
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="DbManage\Authority.cs" />
|
|
|
|
|
<Compile Include="DbManage\PinYin.cs" />
|
|
|
|
|
<Compile Include="DbManage\Ini.cs" />
|
|
|
|
|
<Compile Include="DbManage\Pram.cs" />
|
|
|
|
|
<Compile Include="DbManage\Storage.cs" />
|
|
|
|
|
<Compile Include="DbManage\Strings.cs" />
|
|
|
|
|
<Compile Include="DbManage\sType.cs" />
|
|
|
|
|
<Compile Include="DbManage\VarExtension.cs" />
|
|
|
|
|
<Compile Include="FileFuns\ElevatedDragDropManager.cs" />
|
|
|
|
|
<Compile Include="FileFuns\FileInfo.cs" />
|
|
|
|
|
<Compile Include="FileFuns\Hosts.cs" />
|
|
|
|
|
<Compile Include="FileFuns\SoundPlay.cs" />
|
|
|
|
|
<Compile Include="FileFuns\RyFiles.cs" />
|
|
|
|
|
<Compile Include="FileFuns\TxtFileEncoder.cs" />
|
|
|
|
|
<Compile Include="HardWare\Network.cs" />
|
|
|
|
|
<Compile Include="Msg\MsgClient.cs" />
|
|
|
|
|
<Compile Include="Msg\RyMemoryShare.cs" />
|
|
|
|
|
<Compile Include="MyDb\DataProvider.cs" />
|
2021-07-29 09:09:27 +00:00
|
|
|
|
<Compile Include="MyDb\DbExtension.cs" />
|
2021-01-23 15:35:30 +00:00
|
|
|
|
<Compile Include="MyDb\DbInterface.cs" />
|
|
|
|
|
<Compile Include="MyDb\ryQuickSQL.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2021-06-12 14:09:28 +00:00
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2021-07-29 09:09:27 +00:00
|
|
|
|
<Compile Include="RyWeb\HttpHelper.cs" />
|
|
|
|
|
<Compile Include="RyWeb\QuickWeb.cs" />
|
|
|
|
|
<Compile Include="RyWeb\WebDecode.cs" />
|
2021-01-23 15:35:30 +00:00
|
|
|
|
<Compile Include="SafeCheck\AES.cs" />
|
|
|
|
|
<Compile Include="SafeCheck\Base64.cs" />
|
|
|
|
|
<Compile Include="SafeCheck\MD5Sha1.cs" />
|
|
|
|
|
<Compile Include="SafeCheck\UsingLock.cs" />
|
|
|
|
|
<Compile Include="SysFuns\Auto.cs" />
|
|
|
|
|
<Compile Include="SysFuns\ChinaDate.cs" />
|
|
|
|
|
<Compile Include="SysFuns\HotkeyValue.cs" />
|
|
|
|
|
<Compile Include="SysFuns\ModalResult.cs" />
|
|
|
|
|
<Compile Include="Msg\CustomMsg.cs" />
|
|
|
|
|
<Compile Include="Msg\MsgMain.cs" />
|
|
|
|
|
<Compile Include="SysFuns\RyDate.cs" />
|
|
|
|
|
<Compile Include="SysFuns\RyForm.cs" />
|
|
|
|
|
<Compile Include="SysFuns\RyRegedit.cs" />
|
|
|
|
|
<Compile Include="SysFuns\RySystem.cs" />
|
|
|
|
|
<Compile Include="SysFuns\RyWin32.cs" />
|
|
|
|
|
<Compile Include="SysFuns\SuperForm.cs" />
|
|
|
|
|
<Compile Include="SysFuns\WinHotReg.cs" />
|
2021-02-22 13:42:48 +00:00
|
|
|
|
<Compile Include="WinAPI\Kernel32.cs" />
|
2021-02-11 04:04:29 +00:00
|
|
|
|
<Compile Include="WinAPI\Structs.cs" />
|
|
|
|
|
<Compile Include="WinAPI\GDI32.cs" />
|
|
|
|
|
<Compile Include="WinAPI\User32.cs" />
|
2021-06-12 14:09:28 +00:00
|
|
|
|
<Compile Include="_SCREEN_CAPTURE\ColorBox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="_SCREEN_CAPTURE\ColorBox.Designer.cs">
|
|
|
|
|
<DependentUpon>ColorBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="_SCREEN_CAPTURE\ColorBoxDesginer.cs" />
|
|
|
|
|
<Compile Include="_SCREEN_CAPTURE\FrmCapture.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="_SCREEN_CAPTURE\FrmCapture.Designer.cs">
|
|
|
|
|
<DependentUpon>FrmCapture.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="_SCREEN_CAPTURE\ImageProcessBox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="_SCREEN_CAPTURE\ImageProcessBox.Designer.cs">
|
|
|
|
|
<DependentUpon>ImageProcessBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="_SCREEN_CAPTURE\MouseHook.cs" />
|
|
|
|
|
<Compile Include="_SCREEN_CAPTURE\ScreenCapture.cs" />
|
|
|
|
|
<Compile Include="_SCREEN_CAPTURE\ToolButton.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="_SCREEN_CAPTURE\ToolButton.Designer.cs">
|
|
|
|
|
<DependentUpon>ToolButton.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="_SCREEN_CAPTURE\ToolButtonDesigner.cs" />
|
|
|
|
|
<Compile Include="_SCREEN_CAPTURE\Win32.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="_SCREEN_CAPTURE\ColorBox.resx">
|
|
|
|
|
<DependentUpon>ColorBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="_SCREEN_CAPTURE\FrmCapture.resx">
|
|
|
|
|
<DependentUpon>FrmCapture.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2021-01-23 15:35:30 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2020-11-28 07:03:28 +00:00
|
|
|
|
<!-- 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>
|
2021-01-23 15:35:30 +00:00
|
|
|
|
-->
|
2020-11-28 07:03:28 +00:00
|
|
|
|
</Project>
|