This repository has been archived by the owner on May 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
CsvLINQPadDriver.sln
37 lines (37 loc) · 2.1 KB
/
CsvLINQPadDriver.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 = 16.0.29411.108
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsvLINQPadFileOpen", "Tools\CsvLINQPadFileOpen\CsvLINQPadFileOpen.csproj", "{238A7302-9986-4633-BA23-381105C96575}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsvLINQPadDriverTest", "Tests\CsvLINQPadDriverTest\CsvLINQPadDriverTest.csproj", "{F9DD2249-D6AE-4320-8510-D26A2CAA2BB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CsvLINQPadDriver", "Src\CsvLINQPadDriver\CsvLINQPadDriver.csproj", "{FA05F129-5DEB-4D69-BDC7-6FD89DFE83CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{238A7302-9986-4633-BA23-381105C96575}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{238A7302-9986-4633-BA23-381105C96575}.Debug|Any CPU.Build.0 = Debug|Any CPU
{238A7302-9986-4633-BA23-381105C96575}.Release|Any CPU.ActiveCfg = Release|Any CPU
{238A7302-9986-4633-BA23-381105C96575}.Release|Any CPU.Build.0 = Release|Any CPU
{F9DD2249-D6AE-4320-8510-D26A2CAA2BB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9DD2249-D6AE-4320-8510-D26A2CAA2BB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9DD2249-D6AE-4320-8510-D26A2CAA2BB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9DD2249-D6AE-4320-8510-D26A2CAA2BB5}.Release|Any CPU.Build.0 = Release|Any CPU
{FA05F129-5DEB-4D69-BDC7-6FD89DFE83CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA05F129-5DEB-4D69-BDC7-6FD89DFE83CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA05F129-5DEB-4D69-BDC7-6FD89DFE83CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA05F129-5DEB-4D69-BDC7-6FD89DFE83CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F99CBEE-76DE-45EF-B67B-4E556971551B}
EndGlobalSection
EndGlobal