-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTeslaTokenGenerator.sln
44 lines (44 loc) · 2.24 KB
/
TeslaTokenGenerator.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
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{6D8F4600-99B5-48B3-8595-B9D0A8819F37}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeslaTokenGenerator", "TeslaTokenGenerator\TeslaTokenGenerator.csproj", "{87787E00-ECC2-47AA-B80B-257AED199CE7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{784BF8A8-42DC-4386-B139-7D355855E97C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D8F4600-99B5-48B3-8595-B9D0A8819F37}.Debug|Any CPU.ActiveCfg = Debug
{6D8F4600-99B5-48B3-8595-B9D0A8819F37}.Debug|Any CPU.Build.0 = Debug
{6D8F4600-99B5-48B3-8595-B9D0A8819F37}.Debug|x86.ActiveCfg = Debug
{6D8F4600-99B5-48B3-8595-B9D0A8819F37}.Release|Any CPU.ActiveCfg = Release
{6D8F4600-99B5-48B3-8595-B9D0A8819F37}.Release|x86.ActiveCfg = Release
{6D8F4600-99B5-48B3-8595-B9D0A8819F37}.Release|x86.Build.0 = Release
{87787E00-ECC2-47AA-B80B-257AED199CE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87787E00-ECC2-47AA-B80B-257AED199CE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87787E00-ECC2-47AA-B80B-257AED199CE7}.Debug|x86.ActiveCfg = Debug|Any CPU
{87787E00-ECC2-47AA-B80B-257AED199CE7}.Debug|x86.Build.0 = Debug|Any CPU
{87787E00-ECC2-47AA-B80B-257AED199CE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87787E00-ECC2-47AA-B80B-257AED199CE7}.Release|Any CPU.Build.0 = Release|Any CPU
{87787E00-ECC2-47AA-B80B-257AED199CE7}.Release|x86.ActiveCfg = Release|Any CPU
{87787E00-ECC2-47AA-B80B-257AED199CE7}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AFFC8C73-B1A2-4039-B183-73389F21E2B3}
EndGlobalSection
EndGlobal