-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCollectionDataReaderGenerator.sln
More file actions
28 lines (28 loc) · 1.9 KB
/
CollectionDataReaderGenerator.sln
File metadata and controls
28 lines (28 loc) · 1.9 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CollectionDataReaderGenerator", "CollectionDataReaderGenerator\CollectionDataReaderGenerator.csproj", "{5767DEB9-3D18-429A-BDE6-62C33E8C7955}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CollectionDataReaderGenerator.Tests", "CollectionDataReaderGenerator.Tests\CollectionDataReaderGenerator.Tests.csproj", "{EB3CB434-FE64-4438-9DF2-3A25D59711CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CollectionDataReaderGenerator.Bench", "CollectionDataReaderGenerator.Bench\CollectionDataReaderGenerator.Bench.csproj", "{90114DA0-B22D-4B6B-8449-227CAA06E7C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5767DEB9-3D18-429A-BDE6-62C33E8C7955}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5767DEB9-3D18-429A-BDE6-62C33E8C7955}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5767DEB9-3D18-429A-BDE6-62C33E8C7955}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5767DEB9-3D18-429A-BDE6-62C33E8C7955}.Release|Any CPU.Build.0 = Release|Any CPU
{EB3CB434-FE64-4438-9DF2-3A25D59711CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB3CB434-FE64-4438-9DF2-3A25D59711CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB3CB434-FE64-4438-9DF2-3A25D59711CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB3CB434-FE64-4438-9DF2-3A25D59711CD}.Release|Any CPU.Build.0 = Release|Any CPU
{90114DA0-B22D-4B6B-8449-227CAA06E7C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90114DA0-B22D-4B6B-8449-227CAA06E7C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90114DA0-B22D-4B6B-8449-227CAA06E7C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90114DA0-B22D-4B6B-8449-227CAA06E7C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal