-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathClashofClans.sln
43 lines (43 loc) · 2.6 KB
/
ClashofClans.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 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28809.33
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClashofClans", "ClashofClans\ClashofClans.csproj", "{9D0CA4C8-4661-4D51-AE5D-5EDB16C9C796}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClashofClans.CsvConverter", "ClashofClans.CsvConverter\ClashofClans.CsvConverter.csproj", "{5640CE8D-2965-4DA2-A20F-79FA2D97DC6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClashofClans.Utilities", "ClashofClans.Utilities\ClashofClans.Utilities.csproj", "{7F835EF1-3FC7-40A5-81C4-502071DBEB1F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClashofClans.Analyzer", "ClashofClans.Analyzer\ClashofClans.Analyzer.csproj", "{E92AF7EE-722F-456B-946C-FE61848DD454}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D0CA4C8-4661-4D51-AE5D-5EDB16C9C796}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D0CA4C8-4661-4D51-AE5D-5EDB16C9C796}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D0CA4C8-4661-4D51-AE5D-5EDB16C9C796}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D0CA4C8-4661-4D51-AE5D-5EDB16C9C796}.Release|Any CPU.Build.0 = Release|Any CPU
{5640CE8D-2965-4DA2-A20F-79FA2D97DC6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5640CE8D-2965-4DA2-A20F-79FA2D97DC6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5640CE8D-2965-4DA2-A20F-79FA2D97DC6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5640CE8D-2965-4DA2-A20F-79FA2D97DC6A}.Release|Any CPU.Build.0 = Release|Any CPU
{7F835EF1-3FC7-40A5-81C4-502071DBEB1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F835EF1-3FC7-40A5-81C4-502071DBEB1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F835EF1-3FC7-40A5-81C4-502071DBEB1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F835EF1-3FC7-40A5-81C4-502071DBEB1F}.Release|Any CPU.Build.0 = Release|Any CPU
{E92AF7EE-722F-456B-946C-FE61848DD454}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E92AF7EE-722F-456B-946C-FE61848DD454}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E92AF7EE-722F-456B-946C-FE61848DD454}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E92AF7EE-722F-456B-946C-FE61848DD454}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EAFDB0A5-529C-498E-8A90-5389E2B0CF3B}
EndGlobalSection
EndGlobal