forked from jonwingfield/Faker.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Faker.Mono.sln
29 lines (29 loc) · 1.56 KB
/
Faker.Mono.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Faker.Mono", "Faker.Net\Faker.Mono.csproj", "{3E4DAE88-371F-41DD-B8DC-0002025CA569}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Faker.Mono.NUnit.Tests", "Faker.Net.NUnit.Tests\Faker.Mono.NUnit.Tests.csproj", "{7E13FA3B-E76E-4779-BA22-17E2ED618583}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
Default|Any CPU = Default|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3E4DAE88-371F-41DD-B8DC-0002025CA569}.Debug|x86.ActiveCfg = Debug|x86
{3E4DAE88-371F-41DD-B8DC-0002025CA569}.Debug|x86.Build.0 = Debug|x86
{3E4DAE88-371F-41DD-B8DC-0002025CA569}.Release|x86.ActiveCfg = Release|x86
{3E4DAE88-371F-41DD-B8DC-0002025CA569}.Release|x86.Build.0 = Release|x86
{7E13FA3B-E76E-4779-BA22-17E2ED618583}.Debug|x86.ActiveCfg = Debug|Any CPU
{7E13FA3B-E76E-4779-BA22-17E2ED618583}.Debug|x86.Build.0 = Debug|Any CPU
{7E13FA3B-E76E-4779-BA22-17E2ED618583}.Default|Any CPU.ActiveCfg = Debug|Any CPU
{7E13FA3B-E76E-4779-BA22-17E2ED618583}.Default|Any CPU.Build.0 = Debug|Any CPU
{7E13FA3B-E76E-4779-BA22-17E2ED618583}.Release|x86.ActiveCfg = Release|Any CPU
{7E13FA3B-E76E-4779-BA22-17E2ED618583}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Faker.Net\Faker.Mono.csproj
EndGlobalSection
EndGlobal