-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDestinyItemTagger.sln
52 lines (52 loc) · 2.71 KB
/
DestinyItemTagger.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
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DestinyItemTagger", "DestinyItemTagger\DestinyItemTagger.csproj", "{CC29ECB1-47FE-4ACE-8260-5206D6A3A710}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Data", "Data", "{74344FA9-E32B-4480-888F-29CA6F095CC4}"
ProjectSection(SolutionItems) = preProject
DestinyItemTagger\Data\ArmourPerkRecommendations.csv = DestinyItemTagger\Data\ArmourPerkRecommendations.csv
DestinyItemTagger\Data\ArmourPerkSets.csv = DestinyItemTagger\Data\ArmourPerkSets.csv
DestinyItemTagger\Data\WeaponPerkRecommendations.csv = DestinyItemTagger\Data\WeaponPerkRecommendations.csv
DestinyItemTagger\Data\WeaponPerkSets.csv = DestinyItemTagger\Data\WeaponPerkSets.csv
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DestinyItemTaggerTests", "DestinyItemTaggerTests\DestinyItemTaggerTests.csproj", "{D7CD7E56-1D1C-42E0-A782-54E774C41AF5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Distribution", "Distribution", "{2BEF361D-E64C-41B2-AE22-9745B06A7C38}"
ProjectSection(SolutionItems) = preProject
DestinyItemTagger.zip = DestinyItemTagger.zip
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{1FDEC741-D8D8-4DBE-A539-8EC7C7ED920B}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
_config.yml = _config.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CC29ECB1-47FE-4ACE-8260-5206D6A3A710}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC29ECB1-47FE-4ACE-8260-5206D6A3A710}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC29ECB1-47FE-4ACE-8260-5206D6A3A710}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC29ECB1-47FE-4ACE-8260-5206D6A3A710}.Release|Any CPU.Build.0 = Release|Any CPU
{D7CD7E56-1D1C-42E0-A782-54E774C41AF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7CD7E56-1D1C-42E0-A782-54E774C41AF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7CD7E56-1D1C-42E0-A782-54E774C41AF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7CD7E56-1D1C-42E0-A782-54E774C41AF5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {56FB6435-0989-4DDA-BC3D-1F9D594DE954}
EndGlobalSection
EndGlobal