-
Notifications
You must be signed in to change notification settings - Fork 1
/
WriteAPI.sln
35 lines (35 loc) · 1.91 KB
/
WriteAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WriteAPI", "WriteAPI\WriteAPI.csproj", "{21639BC0-E56E-4B2C-BE01-D81FBF0D7E93}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleProject", "SampleProject\SampleProject.csproj", "{A53DBF3B-2AF4-4592-BD43-2CF470CC70DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{21639BC0-E56E-4B2C-BE01-D81FBF0D7E93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21639BC0-E56E-4B2C-BE01-D81FBF0D7E93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21639BC0-E56E-4B2C-BE01-D81FBF0D7E93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21639BC0-E56E-4B2C-BE01-D81FBF0D7E93}.Release|Any CPU.Build.0 = Release|Any CPU
{8D81F390-8FAB-49BB-BECB-96F6D26E4BFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D81F390-8FAB-49BB-BECB-96F6D26E4BFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D81F390-8FAB-49BB-BECB-96F6D26E4BFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D81F390-8FAB-49BB-BECB-96F6D26E4BFB}.Release|Any CPU.Build.0 = Release|Any CPU
{A53DBF3B-2AF4-4592-BD43-2CF470CC70DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A53DBF3B-2AF4-4592-BD43-2CF470CC70DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A53DBF3B-2AF4-4592-BD43-2CF470CC70DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A53DBF3B-2AF4-4592-BD43-2CF470CC70DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7C12DD1-5496-4AFE-81BB-BE945BF38138}
EndGlobalSection
EndGlobal