forked from mschuler/UniqueIdGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UniqueIdGenerator.net.sln
26 lines (26 loc) · 1.44 KB
/
UniqueIdGenerator.net.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniqueIdGenerator.Net", "IdGenerator.net\UniqueIdGenerator.Net.csproj", "{72288941-1E9C-4B91-8770-2408F6F27260}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniqueIdGenerator.Net.Tests", "IdGenerator.net.Tests\UniqueIdGenerator.Net.Tests.csproj", "{ABC25329-4B08-4B81-9C5C-091C1F0AB7ED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72288941-1E9C-4B91-8770-2408F6F27260}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72288941-1E9C-4B91-8770-2408F6F27260}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72288941-1E9C-4B91-8770-2408F6F27260}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72288941-1E9C-4B91-8770-2408F6F27260}.Release|Any CPU.Build.0 = Release|Any CPU
{ABC25329-4B08-4B81-9C5C-091C1F0AB7ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABC25329-4B08-4B81-9C5C-091C1F0AB7ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABC25329-4B08-4B81-9C5C-091C1F0AB7ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABC25329-4B08-4B81-9C5C-091C1F0AB7ED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal