This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ToStringGenerator.sln
37 lines (37 loc) · 2.14 KB
/
ToStringGenerator.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.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ToStringGenerator", "src\ToStringGenerator\ToStringGenerator.csproj", "{C8003212-0993-4CCC-A3F7-7B5578B594B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ToStringGeneratorSample", "src\ToStringGeneratorSample\ToStringGeneratorSample.csproj", "{53C3BC25-9D8E-4C2B-90C0-9CDA279EEAEF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToStringGenerator.UnitTests", "src\ToStringGenerator.UnitTests\ToStringGenerator.UnitTests.csproj", "{1C335D5A-A6F4-4501-8828-9845AFA2912C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8003212-0993-4CCC-A3F7-7B5578B594B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8003212-0993-4CCC-A3F7-7B5578B594B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8003212-0993-4CCC-A3F7-7B5578B594B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8003212-0993-4CCC-A3F7-7B5578B594B4}.Release|Any CPU.Build.0 = Release|Any CPU
{53C3BC25-9D8E-4C2B-90C0-9CDA279EEAEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53C3BC25-9D8E-4C2B-90C0-9CDA279EEAEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53C3BC25-9D8E-4C2B-90C0-9CDA279EEAEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53C3BC25-9D8E-4C2B-90C0-9CDA279EEAEF}.Release|Any CPU.Build.0 = Release|Any CPU
{1C335D5A-A6F4-4501-8828-9845AFA2912C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C335D5A-A6F4-4501-8828-9845AFA2912C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C335D5A-A6F4-4501-8828-9845AFA2912C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C335D5A-A6F4-4501-8828-9845AFA2912C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {35BAC2A5-10E1-4292-A269-937BC518B5CF}
EndGlobalSection
EndGlobal