-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExcelXmlWriter.sln
32 lines (32 loc) · 1.83 KB
/
ExcelXmlWriter.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
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExcelXmlWriter", "ExcelXmlWriter\ExcelXmlWriter.csproj", "{911336CE-1270-4D03-B89F-DF06A4542A1A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleReport", "ExampleReport\ExampleReport.csproj", "{A650417F-F2BF-4B4E-A51A-924A0F691310}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmark", "Benchmark\Benchmark.csproj", "{0E4AFBB3-93DA-45C2-B919-F6590FF69D32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{911336CE-1270-4D03-B89F-DF06A4542A1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{911336CE-1270-4D03-B89F-DF06A4542A1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{911336CE-1270-4D03-B89F-DF06A4542A1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{911336CE-1270-4D03-B89F-DF06A4542A1A}.Release|Any CPU.Build.0 = Release|Any CPU
{A650417F-F2BF-4B4E-A51A-924A0F691310}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A650417F-F2BF-4B4E-A51A-924A0F691310}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A650417F-F2BF-4B4E-A51A-924A0F691310}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A650417F-F2BF-4B4E-A51A-924A0F691310}.Release|Any CPU.Build.0 = Release|Any CPU
{0E4AFBB3-93DA-45C2-B919-F6590FF69D32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E4AFBB3-93DA-45C2-B919-F6590FF69D32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E4AFBB3-93DA-45C2-B919-F6590FF69D32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E4AFBB3-93DA-45C2-B919-F6590FF69D32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal