代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.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>{E14D5BC7-BD4D-45AD-B091-1795A2EBEBE7}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Nikita.Assist.Logger</RootNamespace>
<AssemblyName>Nikita.Assist.Logger</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="MySql.Data, Version=6.6.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>dll\MySql.Data.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite, Version=1.0.80.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
<HintPath>dll\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Security" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="DESEncryptHelper.cs" />
<Compile Include="FrmDbLogin.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmDbLogin.designer.cs">
<DependentUpon>FrmDbLogin.cs</DependentUpon>
</Compile>
<Compile Include="FrmLoggerInfo.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmLoggerInfo.Designer.cs">
<DependentUpon>FrmLoggerInfo.cs</DependentUpon>
</Compile>
<Compile Include="FrmLoggerInit.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmLoggerInit.Designer.cs">
<DependentUpon>FrmLoggerInit.cs</DependentUpon>
</Compile>
<Compile Include="Interface\IDBHelper.cs" />
<Compile Include="Interface\ILog.cs" />
<Compile Include="Class\INIOperationHelper.cs" />
<Compile Include="Class\LoggerHelper.cs" />
<Compile Include="MySqlLogger\MySQLHelper.cs" />
<Compile Include="MySqlLogger\Mysqllog.cs" />
<Compile Include="MySqlLogger\MysqllogDAL.cs" />
<Compile Include="MySqlLogger\MysqllogDALExtend.cs" />
<Compile Include="SQLiteLogger\DbConnect.cs" />
<Compile Include="SQLiteLogger\DbConnectDAL.cs" />
<Compile Include="SQLiteLogger\DbConnectDALExtend.cs" />
<Compile Include="SQLiteLogger\LocalLog.cs" />
<Compile Include="SQLiteLogger\LocalLogDAL.cs" />
<Compile Include="SQLiteLogger\LocalLogDALExtend.cs" />
<Compile Include="SQLiteLogger\SQLiteHelper.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SqlserverLogger\MSSQLHelper.cs" />
<Compile Include="SqlserverLogger\SqlserverLog.cs" />
<Compile Include="SqlserverLogger\SqlserverLogDAL.cs" />
<Compile Include="SqlserverLogger\SqlserverLogDALExtend.cs" />
<Compile Include="Class\StaticInfoHelper.cs" />
<EmbeddedResource Include="FrmDbLogin.resx">
<DependentUpon>FrmDbLogin.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmLoggerInfo.resx">
<DependentUpon>FrmLoggerInfo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FrmLoggerInit.resx">
<DependentUpon>FrmLoggerInit.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\licenses.licx" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="dll\MySql.Data.dll" />
<Content Include="dll\System.Data.SQLite.dll" />
<Content Include="Image\Dictionary.png" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。