1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{5693C119-375B-47ED-86D6-4886331743C9}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >OptimaJet.Workflow.Redis</RootNamespace >
11+ <AssemblyName >OptimaJet.Workflow.Redis</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15+ <RestorePackages >true</RestorePackages >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <DebugType >pdbonly</DebugType >
28+ <Optimize >true</Optimize >
29+ <OutputPath >..\DLL\</OutputPath >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ </PropertyGroup >
34+ <PropertyGroup >
35+ <SignAssembly >true</SignAssembly >
36+ </PropertyGroup >
37+ <PropertyGroup >
38+ <AssemblyOriginatorKeyFile >Workflow.snk</AssemblyOriginatorKeyFile >
39+ </PropertyGroup >
40+ <ItemGroup >
41+ <Reference Include =" Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
42+ <SpecificVersion >False</SpecificVersion >
43+ <HintPath >..\DLL\Newtonsoft.Json.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" StackExchange.Redis.StrongName, Version=1.1.605.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL" >
46+ <HintPath >..\packages\StackExchange.Redis.StrongName.1.1.605\lib\net45\StackExchange.Redis.StrongName.dll</HintPath >
47+ <Private >True</Private >
48+ </Reference >
49+ <Reference Include =" System" />
50+ <Reference Include =" System.Core" />
51+ <Reference Include =" System.IO.Compression" />
52+ <Reference Include =" System.Xml.Linq" />
53+ <Reference Include =" System.Data.DataSetExtensions" />
54+ <Reference Include =" Microsoft.CSharp" />
55+ <Reference Include =" System.Data" />
56+ <Reference Include =" System.Xml" />
57+ </ItemGroup >
58+ <ItemGroup >
59+ <Compile Include =" Models\WorkflowProcessInstance.cs" />
60+ <Compile Include =" Models\WorkflowProcessScheme.cs" />
61+ <Compile Include =" Models\WorkflowProcessTransitionHistory.cs" />
62+ <Compile Include =" Properties\AssemblyInfo.cs" />
63+ <Compile Include =" RedisProvider.cs" />
64+ </ItemGroup >
65+ <ItemGroup >
66+ <None Include =" packages.config" />
67+ <None Include =" Workflow.snk" />
68+ </ItemGroup >
69+ <ItemGroup >
70+ <ProjectReference Include =" ..\OptimaJet.Workflow.Core\OptimaJet.Workflow.Core.csproj" >
71+ <Project >{d92ef824-b99d-4955-8078-aa8ece917187}</Project >
72+ <Name >OptimaJet.Workflow.Core</Name >
73+ </ProjectReference >
74+ </ItemGroup >
75+ <ItemGroup />
76+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
77+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
78+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
79+ <PropertyGroup >
80+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
81+ </PropertyGroup >
82+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
83+ </Target >
84+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
85+ Other similar extension points exist, see Microsoft.Common.targets.
86+ <Target Name="BeforeBuild">
87+ </Target>
88+ <Target Name="AfterBuild">
89+ </Target>
90+ -->
91+ </Project >
0 commit comments