-
Notifications
You must be signed in to change notification settings - Fork 1
/
AnotherCsvLib.sln
37 lines (37 loc) · 2.07 KB
/
AnotherCsvLib.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.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnotherCsvLib", "AnotherCsvLib\AnotherCsvLib.csproj", "{CD5FB082-9E9E-48A5-ACDC-A9F9A7ECC7BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnotherCsvLibTests", "AnotherCsvLibTests\AnotherCsvLibTests.csproj", "{D69E1AED-1F78-4823-8662-D11B25F47C46}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApplication1", "TestApplication1\TestApplication1.csproj", "{F5589629-0B13-41C0-A99A-FE431E273213}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD5FB082-9E9E-48A5-ACDC-A9F9A7ECC7BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD5FB082-9E9E-48A5-ACDC-A9F9A7ECC7BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD5FB082-9E9E-48A5-ACDC-A9F9A7ECC7BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD5FB082-9E9E-48A5-ACDC-A9F9A7ECC7BA}.Release|Any CPU.Build.0 = Release|Any CPU
{D69E1AED-1F78-4823-8662-D11B25F47C46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D69E1AED-1F78-4823-8662-D11B25F47C46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D69E1AED-1F78-4823-8662-D11B25F47C46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D69E1AED-1F78-4823-8662-D11B25F47C46}.Release|Any CPU.Build.0 = Release|Any CPU
{F5589629-0B13-41C0-A99A-FE431E273213}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5589629-0B13-41C0-A99A-FE431E273213}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5589629-0B13-41C0-A99A-FE431E273213}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5589629-0B13-41C0-A99A-FE431E273213}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D634E87A-D8D0-4ED1-B2E0-CE01660C0E61}
EndGlobalSection
EndGlobal