Skip to content

Commit

Permalink
Update RavenDB persistence provider
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jul 7, 2023
1 parent f37fd01 commit ded91a7
Show file tree
Hide file tree
Showing 8 changed files with 239 additions and 315 deletions.
10 changes: 5 additions & 5 deletions src/net/Wexflow.Tasks.ExecPython/Wexflow.Tasks.ExecPython.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@
<Compile Include="ExecPython.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="ExecPython.xml">
<SubType>Designer</SubType>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Wexflow.Core\Wexflow.Core.csproj">
<Project>{46257949-80b5-48f2-9b83-29354c339869}</Project>
<Name>Wexflow.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="ExecPython.xml">
<SubType>Designer</SubType>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@
<Compile Include="FileContentMatch.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="FileContentMatch.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Wexflow.Core\Wexflow.Core.csproj">
<Project>{46257949-80b5-48f2-9b83-29354c339869}</Project>
<Name>Wexflow.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="FileContentMatch.xml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,18 @@
<Compile Include="FileSystemWatcher.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="FileSystemWatcher.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Wexflow.Core.Db\Wexflow.Core.Db.csproj">
<Project>{FFE105A5-1C72-4E7D-BC48-5F5902376893}</Project>
<Project>{ffe105a5-1c72-4e7d-bc48-5f5902376893}</Project>
<Name>Wexflow.Core.Db</Name>
</ProjectReference>
<ProjectReference Include="..\Wexflow.Core\Wexflow.Core.csproj">
<Project>{46257949-80b5-48f2-9b83-29354c339869}</Project>
<Name>Wexflow.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="FileSystemWatcher.xml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@
<Compile Include="GroupedFile.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="FilesJoiner.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Wexflow.Core\Wexflow.Core.csproj">
<Project>{46257949-80b5-48f2-9b83-29354c339869}</Project>
<Name>Wexflow.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="FilesJoiner.xml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@
<Compile Include="FolderExists.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="FolderExists.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Wexflow.Core\Wexflow.Core.csproj">
<Project>{46257949-80b5-48f2-9b83-29354c339869}</Project>
<Name>Wexflow.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="FolderExists.xml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@
<Compile Include="SubWorkflow.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="SubWorkflow.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Wexflow.Core\Wexflow.Core.csproj">
<Project>{46257949-80b5-48f2-9b83-29354c339869}</Project>
<Name>Wexflow.Core</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="SubWorkflow.xml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Loading

0 comments on commit ded91a7

Please sign in to comment.