dbtask.access2000.csproj
来自「该项目中对 SQLHelper 类进行了简单封装」· CSPROJ 代码 · 共 111 行
CSPROJ
111 行
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{28199C03-0B2A-4E8D-A34F-A82DD5578082}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NET.AfritXia.MyHome.DBTask.Access2000</RootNamespace>
<AssemblyName>NET.AfritXia.MyHome.DBTask.Access2000</AssemblyName>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\HomeAppServer\bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</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.configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ArticleTask.SQL.cs" />
<Compile Include="CommentTask.cs" />
<Compile Include="CommentTask.SQL.cs" />
<Compile Include="DBTaskFactory.cs" />
<Compile Include="ArticleTask.cs" />
<Compile Include="ConnectionFactory.cs" />
<Compile Include="Events\CommentEvent.cs" />
<Compile Include="HomeAdminTask.cs" />
<Compile Include="HomeAdminTask.SQL.cs" />
<Compile Include="LWordTask.cs" />
<Compile Include="LWordTask.SQL.cs" />
<Compile Include="MyOleDbParamCollection.cs" />
<Compile Include="MyResources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>MyResources.resx</DependentUpon>
</Compile>
<Compile Include="CustomSQLHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="DBTaskBase.cs" />
<Compile Include="DBTaskTransaction.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="MyResources.resx">
<SubType>Designer</SubType>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>MyResources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\ArticleOrmDictionary.xml" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources\LWordOrmDictionary.xml" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\CommentOrmDictionary.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DBTask\DBTask.csproj">
<Project>{8051D26B-7BC0-42C7-89D7-E77C68963DA1}</Project>
<Name>DBTask</Name>
</ProjectReference>
<ProjectReference Include="..\Model\Model.csproj">
<Project>{D4FDC67D-D0E8-4B47-88C5-D550208473C5}</Project>
<Name>Model</Name>
</ProjectReference>
<ProjectReference Include="..\NET.AfritXia.DBUtility\NET.AfritXia.DBUtility.csproj">
<Project>{7E3F1E1E-2FAC-4A5D-9EF1-CADD286C2793}</Project>
<Name>NET.AfritXia.DBUtility</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>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?