extension.checkingserveruid.csproj
来自「该项目中对 SQLHelper 类进行了简单封装」· CSPROJ 代码 · 共 69 行
CSPROJ
69 行
<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>{FA76370D-F4FA-43AB-84CF-0CAE958757E8}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NET.AfritXia.MyHome.Extension.CheckingServerUID</RootNamespace>
<AssemblyName>NET.AfritXia.MyHome.Extension.CheckingServerUID</AssemblyName>
<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" />
</ItemGroup>
<ItemGroup>
<Compile Include="HomeAdminExtension.cs" />
<Compile Include="ServerUIDAnalyzer.cs" />
<Compile Include="ArticleExtension.cs" />
<Compile Include="CommentExtension.cs" />
<Compile Include="ExtensionFactory.cs" />
<Compile Include="LWordExtension.cs" />
<Compile Include="ServerUIDConfiguration.cs" />
<Compile Include="ServerUIDError.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Extension\Extension.csproj">
<Project>{FCAB7413-8CD2-4D83-A47D-825098A59758}</Project>
<Name>Extension</Name>
</ProjectReference>
<ProjectReference Include="..\Model\Model.csproj">
<Project>{D4FDC67D-D0E8-4B47-88C5-D550208473C5}</Project>
<Name>Model</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 + -
显示快捷键?