-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathTraitifyConsoleApp.sln
47 lines (47 loc) · 2.79 KB
/
TraitifyConsoleApp.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
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraitifyConsoleApp", "TraitifyConsoleApp\TraitifyConsoleApp.csproj", "{3128E2F0-B4F9-48AD-8D34-0187DBCAF5DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraitifyLibrary", "TraitifyLibrary\TraitifyLibrary.csproj", "{07177BF0-6217-4D4A-9DCD-FAF62DEA6679}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraitifyUnitTests", "TraitifyUnitTests\TraitifyUnitTests.csproj", "{C940B6CE-AF41-4CD2-8AB5-DB0053AD96CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraitifyDesktopApp", "TraitifyDesktopApp\TraitifyDesktopApp.csproj", "{0413B838-5081-44BD-8911-4FA7D999BC3A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8E81FB21-B0D5-4EBD-8579-B44D7DE53E60}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3128E2F0-B4F9-48AD-8D34-0187DBCAF5DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3128E2F0-B4F9-48AD-8D34-0187DBCAF5DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3128E2F0-B4F9-48AD-8D34-0187DBCAF5DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3128E2F0-B4F9-48AD-8D34-0187DBCAF5DE}.Release|Any CPU.Build.0 = Release|Any CPU
{07177BF0-6217-4D4A-9DCD-FAF62DEA6679}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07177BF0-6217-4D4A-9DCD-FAF62DEA6679}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07177BF0-6217-4D4A-9DCD-FAF62DEA6679}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07177BF0-6217-4D4A-9DCD-FAF62DEA6679}.Release|Any CPU.Build.0 = Release|Any CPU
{C940B6CE-AF41-4CD2-8AB5-DB0053AD96CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C940B6CE-AF41-4CD2-8AB5-DB0053AD96CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C940B6CE-AF41-4CD2-8AB5-DB0053AD96CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C940B6CE-AF41-4CD2-8AB5-DB0053AD96CC}.Release|Any CPU.Build.0 = Release|Any CPU
{0413B838-5081-44BD-8911-4FA7D999BC3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0413B838-5081-44BD-8911-4FA7D999BC3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0413B838-5081-44BD-8911-4FA7D999BC3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0413B838-5081-44BD-8911-4FA7D999BC3A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal