-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWeekNumber.sln
More file actions
32 lines (32 loc) · 1.79 KB
/
WeekNumber.sln
File metadata and controls
32 lines (32 loc) · 1.79 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "week", "week\week.csproj", "{85A6D82B-FD8C-4A5B-B314-0D950B153C32}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TileXmlHelper", "TileXmlHelper\TileXmlHelper.csproj", "{10964689-4C13-4CD8-9E08-F1B7B130F4A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{81FC5754-8020-429A-9205-BCA96DEF91DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{10964689-4C13-4CD8-9E08-F1B7B130F4A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10964689-4C13-4CD8-9E08-F1B7B130F4A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10964689-4C13-4CD8-9E08-F1B7B130F4A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10964689-4C13-4CD8-9E08-F1B7B130F4A0}.Release|Any CPU.Build.0 = Release|Any CPU
{81FC5754-8020-429A-9205-BCA96DEF91DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81FC5754-8020-429A-9205-BCA96DEF91DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81FC5754-8020-429A-9205-BCA96DEF91DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81FC5754-8020-429A-9205-BCA96DEF91DB}.Release|Any CPU.Build.0 = Release|Any CPU
{85A6D82B-FD8C-4A5B-B314-0D950B153C32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85A6D82B-FD8C-4A5B-B314-0D950B153C32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85A6D82B-FD8C-4A5B-B314-0D950B153C32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85A6D82B-FD8C-4A5B-B314-0D950B153C32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal