1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/vjine-vJine.Core

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
vJine.Core.csproj 8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Ivan Отправлено 30.09.2017 07:03 1e47a73
<?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>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{3C32D9A3-F720-4E00-8CF2-4EB45B3083FB}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>vJine.Core</RootNamespace>
<AssemblyName>vJine.Core</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>
</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>
<PlatformTarget>x86</PlatformTarget>
<DocumentationFile>..\Bin\Debug\vJine.Core.XML</DocumentationFile>
<RegisterForComInterop>false</RegisterForComInterop>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\Bin\Release\4.5\</OutputPath>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>..\Bin\Release\vJine.Core.XML</DocumentationFile>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>default</LangVersion>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BizException.cs" />
<Compile Include="Crypto.cs" />
<Compile Include="IO\ActiveFlagAttribute.cs" />
<Compile Include="IO\Bin\BinHelper.Parse.cs" />
<Compile Include="IO\Bin\BinHelper.ToString.cs" />
<Compile Include="Joint.cs" />
<Compile Include="AppConfig.cs" />
<Compile Include="AppContext.cs" />
<Compile Include="AppContext.Semantics.cs" />
<Compile Include="Base\TreeMap.cs" />
<Compile Include="ContextException.cs" />
<Compile Include="IoC\Config\InvokerAttribute.cs" />
<Compile Include="IoC\EventStatus.cs" />
<Compile Include="IoC\Config\MethodAttribute.cs" />
<Compile Include="IoC\Config\PropertyAttribute.cs" />
<Compile Include="IO\Bin\BinaryHelper.cs" />
<Compile Include="IO\Bin\BinaryHelperCache.cs" />
<Compile Include="ORM\Adapters\ACCESS.cs" />
<Compile Include="ORM\Adapters\ACCESS.Keywords.cs" />
<Compile Include="ORM\Adapters\ACCESS.TypeMap.cs" />
<Compile Include="ORM\Adapters\PGSQL.cs" />
<Compile Include="ORM\Adapters\PGSQL.Keywords.cs" />
<Compile Include="ORM\Adapters\PGSQL.TypeMap.cs" />
<Compile Include="ORM\DataManager.Emit.cs" />
<Compile Include="IO\Json\JsonHelper.Parse.cs" />
<Compile Include="IO\Json\JsonHelper.ToString.cs" />
<Compile Include="IO\Json\JsonHelperCache.cs" />
<Compile Include="IO\Xml\XmlException.cs" />
<Compile Include="IO\Xml\XmlHelper.Parse.cs" />
<Compile Include="IO\Xml\XmlHelper.ToString.cs" />
<Compile Include="Check.cs" />
<Compile Include="Log\LogManager.cs" />
<Compile Include="MQ\MessagePackage.cs" />
<Compile Include="MQ\MessageClient.cs" />
<Compile Include="MQ\MessageServer.cs" />
<Compile Include="MQ\Miscs.cs" />
<Compile Include="ORM\IDbCmd.cs" />
<Compile Include="ORM\IDbAdapter.cs" />
<Compile Include="ORM\MapAttribute.cs" />
<Compile Include="ORM\OrmConfig.cs" />
<Compile Include="ORM\OrmConfig.Helper.cs" />
<Compile Include="ORM\OrmException.cs" />
<Compile Include="ORM\Adapters\MSSQL.cs" />
<Compile Include="ORM\Adapters\MSSQL.Keywords.cs" />
<Compile Include="ORM\Adapters\MSSQL.TypeMap.cs" />
<Compile Include="ORM\Adapters\MySQL.cs" />
<Compile Include="ORM\Adapters\MySQL.TypeMap.cs" />
<Compile Include="ORM\Adapters\Oracle.cs" />
<Compile Include="IoC\Class.cs" />
<Compile Include="ORM\Class.IDUQ.cs" />
<Compile Include="ORM\Class.Schema.cs" />
<Compile Include="IoC\Config\ClassAttribute.cs" />
<Compile Include="IoC\Config\ModuleAttribute.cs" />
<Compile Include="IoC\Emit.cs" />
<Compile Include="Base\CollectionBase.cs" />
<Compile Include="Base\DictionaryBase.cs" />
<Compile Include="IoC\Config\ParamAttribute.cs" />
<Compile Include="IoC\Config\ReturnAttribute.cs" />
<Compile Include="IoC\Property.cs" />
<Compile Include="IO\DataBuffer.cs" />
<Compile Include="IoC\Reflect.cs" />
<Compile Include="ORM\OrmTraceDelegate.cs" />
<Compile Include="Plugin\IPluggable.cs" />
<Compile Include="Plugin\PluginManager.cs" />
<Compile Include="Signature.cs" />
<Compile Include="CoreException.cs" />
<Compile Include="IO\Json\JsonException.cs" />
<Compile Include="IO\Json\JsonHelper.cs" />
<Compile Include="IO\Xml\XmlHelper.cs" />
<Compile Include="Base\EntityBase.cs" />
<Compile Include="ORM\Adapters\Oracle.Keywords.cs" />
<Compile Include="ORM\Adapters\MySQL.Keywords.cs" />
<Compile Include="ORM\Adapters\Oracle.TypeMap.cs" />
<Compile Include="ORM\Adapters\SQLite.cs" />
<Compile Include="ORM\Adapters\SQLite.Keywords.cs" />
<Compile Include="ORM\Adapters\SQLite.TypeMap.cs" />
<Compile Include="ORM\TypeConverters.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ORM\DataManager.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Task\Cron.cs" />
<Compile Include="Task\ProcessConfig.cs" />
<Compile Include="Task\ProcessManager.cs" />
<Compile Include="Utility.cs" />
<Compile Include="Log\Profiler.cs" />
<Compile Include="Task\TaskQueue.cs" />
<Compile Include="Web\Config\AntiXssAttribute.cs" />
<Compile Include="Web\FileUpload.cs" />
<Compile Include="Web\HttpAction.cs" />
<Compile Include="Web\HttpBase.cs" />
<Compile Include="Web\HttpBase.Headers.cs" />
<Compile Include="Web\HttpClient.cs" />
<Compile Include="Web\HttpData.cs" />
<Compile Include="Web\HttpException.cs" />
<Compile Include="Web\HttpMethod.cs" />
<Compile Include="Web\HttpModule.cs" />
<Compile Include="Web\HttpParamAttribute.cs" />
<Compile Include="Web\HttpRequest.cs" />
<Compile Include="Web\HttpResponse.cs" />
<Compile Include="Web\HttpStatus.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="Task\Cron.Job.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="vJine.Core.xsd">
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</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>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/vjine-vJine.Core.git
git@api.gitlife.ru:oschina-mirror/vjine-vJine.Core.git
oschina-mirror
vjine-vJine.Core
vjine-vJine.Core
develop