This repository has been archived by the owner on Sep 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
VanityRemover.sln
43 lines (43 loc) · 2.68 KB
/
VanityRemover.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VanityRemover.WinForms", "VanityRemover.WinForms\VanityRemover.WinForms.csproj", "{3CE7740E-AD7C-4C11-A88F-F1FD21FD46BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VanityRemover.Core", "VanityRemover.Core\VanityRemover.Core.csproj", "{4B3AA543-F1A5-4613-BC8F-2147A0B74EE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VanityRemover.Core.Tests", "VanityRemover.Core.Tests\VanityRemover.Core.Tests.csproj", "{3BBE04B9-E676-4C6A-BA7A-832F13246AA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VanityRemover.Console", "VanityRemover.Console\VanityRemover.Console.csproj", "{2E707491-8178-460F-A33B-52326DD327BA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{18D7B6F6-9411-4383-A735-8E2A55F06022}"
ProjectSection(SolutionItems) = preProject
Changelog.txt = Changelog.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3CE7740E-AD7C-4C11-A88F-F1FD21FD46BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CE7740E-AD7C-4C11-A88F-F1FD21FD46BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CE7740E-AD7C-4C11-A88F-F1FD21FD46BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CE7740E-AD7C-4C11-A88F-F1FD21FD46BB}.Release|Any CPU.Build.0 = Release|Any CPU
{4B3AA543-F1A5-4613-BC8F-2147A0B74EE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B3AA543-F1A5-4613-BC8F-2147A0B74EE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B3AA543-F1A5-4613-BC8F-2147A0B74EE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B3AA543-F1A5-4613-BC8F-2147A0B74EE5}.Release|Any CPU.Build.0 = Release|Any CPU
{3BBE04B9-E676-4C6A-BA7A-832F13246AA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BBE04B9-E676-4C6A-BA7A-832F13246AA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BBE04B9-E676-4C6A-BA7A-832F13246AA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BBE04B9-E676-4C6A-BA7A-832F13246AA6}.Release|Any CPU.Build.0 = Release|Any CPU
{2E707491-8178-460F-A33B-52326DD327BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E707491-8178-460F-A33B-52326DD327BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E707491-8178-460F-A33B-52326DD327BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E707491-8178-460F-A33B-52326DD327BA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal