96 lines
4.3 KiB
XML
96 lines
4.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>10.0.0</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{83651B7D-B58F-46B8-BFE2-BCC0A6C92C7A}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>NOCQ</RootNamespace>
|
|
<AssemblyName>NOCQ</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.Composition" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="csredis">
|
|
<HintPath>..\..\packages\csredis.1.4.7.1\lib\net40\csredis.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Composition.AttributedModel">
|
|
<HintPath>..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.AttributedModel.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Composition.Convention">
|
|
<HintPath>..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Convention.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Composition.Hosting">
|
|
<HintPath>..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Hosting.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Composition.Runtime">
|
|
<HintPath>..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Runtime.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Composition.TypedParts">
|
|
<HintPath>..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="AE.Net.Mail">
|
|
<HintPath>..\..\packages\AE.Net.Mail.1.7.9.1\lib\net45\AE.Net.Mail.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="Newtonsoft.Json">
|
|
<HintPath>..\..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Extensability\Catalog.cs" />
|
|
<Compile Include="Plugins\Email\EmailSettings.cs" />
|
|
<Compile Include="Imports\IDataImportHook.cs" />
|
|
<Compile Include="Imports\DataImports.cs" />
|
|
<Compile Include="Plugins\Email\ParseRule.cs" />
|
|
<Compile Include="Plugins\Email\ImapInput.cs">
|
|
<DependentUpon>EmailSettings.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Model\Alert.cs" />
|
|
<Compile Include="DB\RedisQueues.cs" />
|
|
<Compile Include="Settings\SettingsFIle.cs" />
|
|
<Compile Include="Settings\RedisSettings.cs" />
|
|
<Compile Include="Settings\SettingsParser.cs" />
|
|
<Compile Include="Settings\PluginSettings.cs" />
|
|
<Compile Include="DB\RedisDatabase.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Extensability\" />
|
|
<Folder Include="Imports\" />
|
|
<Folder Include="DB\" />
|
|
<Folder Include="Plugins\" />
|
|
<Folder Include="Plugins\Email\" />
|
|
<Folder Include="Model\" />
|
|
<Folder Include="Settings\" />
|
|
</ItemGroup>
|
|
</Project>
|