1 Star 0 Fork 6

liguobao/zbus-api-csharp

forked from rushmore/zbus-api-csharp
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
zbus.csproj 3.65 KB
一键复制 编辑 原始数据 按行查看 历史
rushmore 提交于 2015-09-26 22:58 . fix encoding
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9328E021-F9D4-4590-864E-F9D98F3326F2}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>zbus</RootNamespace>
<AssemblyName>zbus_clr</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</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>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<StartupObject>
</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="json\Formatter.cs" />
<Compile Include="json\Getters.cs" />
<Compile Include="json\JSON.cs" />
<Compile Include="json\JsonParser.cs" />
<Compile Include="json\JsonSerializer.cs" />
<Compile Include="json\SafeDictionary.cs" />
<Compile Include="log\ConsoleLogger.cs" />
<Compile Include="log\ILogger.cs" />
<Compile Include="log\LoggerFactory.cs" />
<Compile Include="net\Pool.cs" />
<Compile Include="net\IoBuffer.cs" />
<Compile Include="net\Message.cs" />
<Compile Include="net\Meta.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="net\MessageClient.cs" />
<Compile Include="zbus\Broker.cs" />
<Compile Include="zbus\Consumer.cs" />
<Compile Include="zbus\Rpc.cs" />
<Compile Include="zbus\MqAdmin.cs" />
<Compile Include="zbus\Producer.cs" />
<Compile Include="zbus\Proto.cs" />
<Compile Include="zbus\Service.cs" />
</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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liguobao/zbus-api-csharp.git
[email protected]:liguobao/zbus-api-csharp.git
liguobao
zbus-api-csharp
zbus-api-csharp
master

搜索帮助