-
Notifications
You must be signed in to change notification settings - Fork 0
/
CSV2OLS.sln
37 lines (37 loc) · 2.04 KB
/
CSV2OLS.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 Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.30110.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSV2OLS", "CSV2OLS.csproj", "{0D3FA975-35F2-4675-B0F6-D822FF014E0B}"
ProjectSection(ProjectDependencies) = postProject
{3056F012-FC13-4C1D-9E1B-229FF8DBE2F1} = {3056F012-FC13-4C1D-9E1B-229FF8DBE2F1}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTest", "UnitTest\UnitTest.csproj", "{19AC38E5-B697-4CB9-A9DD-DE58FB21E9FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "lib\Hardware.Core\Core.csproj", "{3056F012-FC13-4C1D-9E1B-229FF8DBE2F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D3FA975-35F2-4675-B0F6-D822FF014E0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D3FA975-35F2-4675-B0F6-D822FF014E0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D3FA975-35F2-4675-B0F6-D822FF014E0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D3FA975-35F2-4675-B0F6-D822FF014E0B}.Release|Any CPU.Build.0 = Release|Any CPU
{19AC38E5-B697-4CB9-A9DD-DE58FB21E9FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19AC38E5-B697-4CB9-A9DD-DE58FB21E9FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19AC38E5-B697-4CB9-A9DD-DE58FB21E9FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19AC38E5-B697-4CB9-A9DD-DE58FB21E9FD}.Release|Any CPU.Build.0 = Release|Any CPU
{3056F012-FC13-4C1D-9E1B-229FF8DBE2F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3056F012-FC13-4C1D-9E1B-229FF8DBE2F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3056F012-FC13-4C1D-9E1B-229FF8DBE2F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3056F012-FC13-4C1D-9E1B-229FF8DBE2F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal