-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFaker.Net.sln
37 lines (37 loc) · 2.07 KB
/
Faker.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
27
28
29
30
31
32
33
34
35
36
37
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1703.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Faker.Net", "Faker.Net\Faker.Net.csproj", "{28B6BF3D-40C6-4F49-9B4B-84145E65576B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FakerTester", "FakerTester\FakerTester.csproj", "{970D4FC3-DC93-400C-B578-82348FF165F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Faker.Net.Tests", "Faker.Net.Tests\Faker.Net.Tests.csproj", "{75855888-FF81-48AF-8C5D-B9FC1F1E9BF7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28B6BF3D-40C6-4F49-9B4B-84145E65576B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28B6BF3D-40C6-4F49-9B4B-84145E65576B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28B6BF3D-40C6-4F49-9B4B-84145E65576B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28B6BF3D-40C6-4F49-9B4B-84145E65576B}.Release|Any CPU.Build.0 = Release|Any CPU
{970D4FC3-DC93-400C-B578-82348FF165F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{970D4FC3-DC93-400C-B578-82348FF165F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{970D4FC3-DC93-400C-B578-82348FF165F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{970D4FC3-DC93-400C-B578-82348FF165F4}.Release|Any CPU.Build.0 = Release|Any CPU
{75855888-FF81-48AF-8C5D-B9FC1F1E9BF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75855888-FF81-48AF-8C5D-B9FC1F1E9BF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75855888-FF81-48AF-8C5D-B9FC1F1E9BF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75855888-FF81-48AF-8C5D-B9FC1F1E9BF7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {389C2306-50CA-43F9-BC0F-F281446B34EF}
EndGlobalSection
EndGlobal