This repository has been archived by the owner on Dec 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
DataGenerator.sln
38 lines (38 loc) · 1.93 KB
/
DataGenerator.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
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{AAFC7935-A4D6-40F0-9340-CBB915D10517}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build\common.props = build\common.props
build\sourcelink.props = build\sourcelink.props
build\version.props = build\version.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataGenerator", "src\DataGenerator\DataGenerator.csproj", "{54A7A50D-FE62-45BF-B978-B26A59CB37FA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataGenerator.Tests", "test\DataGenerator.Tests\DataGenerator.Tests.csproj", "{7525ABFC-D6E5-48E4-9F60-571D54B94141}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54A7A50D-FE62-45BF-B978-B26A59CB37FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54A7A50D-FE62-45BF-B978-B26A59CB37FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54A7A50D-FE62-45BF-B978-B26A59CB37FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54A7A50D-FE62-45BF-B978-B26A59CB37FA}.Release|Any CPU.Build.0 = Release|Any CPU
{7525ABFC-D6E5-48E4-9F60-571D54B94141}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7525ABFC-D6E5-48E4-9F60-571D54B94141}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7525ABFC-D6E5-48E4-9F60-571D54B94141}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7525ABFC-D6E5-48E4-9F60-571D54B94141}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A19C29A-3DEF-4890-8398-7C8C3A3E7A85}
EndGlobalSection
EndGlobal