Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
StackExchange.Redis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
StackExchange.Redis
Commits
92765c7c
Commit
92765c7c
authored
Sep 25, 2014
by
mwikstrom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added key space isolation files to project files
parent
ae13b6d0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
11 deletions
+26
-11
StackExchange.Redis.StrongName.csproj
StackExchange.Redis/StackExchange.Redis.StrongName.csproj
+5
-0
StackExchange.Redis.csproj
StackExchange.Redis/StackExchange.Redis.csproj
+11
-11
StackExchange.Redis_Net40.StrongName.csproj
...e.Redis_Net40/StackExchange.Redis_Net40.StrongName.csproj
+5
-0
StackExchange.Redis_Net40.csproj
StackExchange.Redis_Net40/StackExchange.Redis_Net40.csproj
+5
-0
No files found.
StackExchange.Redis/StackExchange.Redis.StrongName.csproj
View file @
92765c7c
...
...
@@ -155,6 +155,11 @@
<Compile
Include=
"StackExchange\Redis\When.cs"
/>
<Compile
Include=
"StackExchange\Redis\ShutdownMode.cs"
/>
<Compile
Include=
"StackExchange\Redis\SaveType.cs"
/>
<Compile
Include=
"StackExchange\Redis\KeyspaceIsolation\BatchWrapper.cs"
/>
<Compile
Include=
"StackExchange\Redis\KeyspaceIsolation\DatabaseExtension.cs"
/>
<Compile
Include=
"StackExchange\Redis\KeyspaceIsolation\DatabaseWrapper.cs"
/>
<Compile
Include=
"StackExchange\Redis\KeyspaceIsolation\TransactionWrapper.cs"
/>
<Compile
Include=
"StackExchange\Redis\KeyspaceIsolation\WrapperBase.cs"
/>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"StackExchange\Redis\SocketManager.Poll.cs"
>
...
...
StackExchange.Redis/StackExchange.Redis.csproj
View file @
92765c7c
...
...
@@ -67,11 +67,6 @@
<Compile
Include=
"StackExchange\Redis\ExtensionMethods.cs"
/>
<Compile
Include=
"StackExchange\Redis\HashEntry.cs"
/>
<Compile
Include=
"StackExchange\Redis\InternalErrorEventArgs.cs"
/>
<Compile
Include=
"StackExchange\Redis\KeyspaceIsolation\BatchWrapper.cs"
/>
<Compile
Include=
"StackExchange\Redis\KeyspaceIsolation\DatabaseExtension.cs"
/>
<Compile
Include=
"StackExchange\Redis\KeyspaceIsolation\DatabaseWrapper.cs"
/>
<Compile
Include=
"StackExchange\Redis\KeyspaceIsolation\TransactionWrapper.cs"
/>
<Compile
Include=
"StackExchange\Redis\KeyspaceIsolation\WrapperBase.cs"
/>
<Compile
Include=
"StackExchange\Redis\MigrateOptions.cs"
/>
<Compile
Include=
"StackExchange\Redis\RedisChannel.cs"
/>
<Compile
Include=
"StackExchange\Redis\Bitwise.cs"
/>
...
...
@@ -154,6 +149,11 @@
<Compile
Include=
"StackExchange\Redis\When.cs"
/>
<Compile
Include=
"StackExchange\Redis\ShutdownMode.cs"
/>
<Compile
Include=
"StackExchange\Redis\SaveType.cs"
/>
<Compile
Include=
"StackExchange\Redis\KeyspaceIsolation\BatchWrapper.cs"
/>
<Compile
Include=
"StackExchange\Redis\KeyspaceIsolation\DatabaseExtension.cs"
/>
<Compile
Include=
"StackExchange\Redis\KeyspaceIsolation\DatabaseWrapper.cs"
/>
<Compile
Include=
"StackExchange\Redis\KeyspaceIsolation\TransactionWrapper.cs"
/>
<Compile
Include=
"StackExchange\Redis\KeyspaceIsolation\WrapperBase.cs"
/>
</ItemGroup>
<ItemGroup>
<Compile
Include=
"StackExchange\Redis\SocketManager.Poll.cs"
>
...
...
@@ -161,11 +161,11 @@
</Compile>
</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>
<!-- 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>
\ No newline at end of file
StackExchange.Redis_Net40/StackExchange.Redis_Net40.StrongName.csproj
View file @
92765c7c
...
...
@@ -151,6 +151,11 @@
<Compile
Include=
"..\StackExchange.Redis\StackExchange\Redis\StringSplits.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\StackExchange\Redis\TaskSource.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\StackExchange\Redis\When.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\StackExchange\Redis\KeyspaceIsolation\BatchWrapper.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\StackExchange\Redis\KeyspaceIsolation\DatabaseExtension.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\StackExchange\Redis\KeyspaceIsolation\DatabaseWrapper.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\StackExchange\Redis\KeyspaceIsolation\TransactionWrapper.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\StackExchange\Redis\KeyspaceIsolation\WrapperBase.cs"
/>
</ItemGroup>
<ItemGroup>
<None
Include=
"packages.config"
/>
...
...
StackExchange.Redis_Net40/StackExchange.Redis_Net40.csproj
View file @
92765c7c
...
...
@@ -145,6 +145,11 @@
<Compile
Include=
"..\StackExchange.Redis\StackExchange\Redis\StringSplits.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\StackExchange\Redis\TaskSource.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\StackExchange\Redis\When.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\StackExchange\Redis\KeyspaceIsolation\BatchWrapper.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\StackExchange\Redis\KeyspaceIsolation\DatabaseExtension.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\StackExchange\Redis\KeyspaceIsolation\DatabaseWrapper.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\StackExchange\Redis\KeyspaceIsolation\TransactionWrapper.cs"
/>
<Compile
Include=
"..\StackExchange.Redis\StackExchange\Redis\KeyspaceIsolation\WrapperBase.cs"
/>
</ItemGroup>
<ItemGroup>
<None
Include=
"app.config"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment