-
Notifications
You must be signed in to change notification settings - Fork 6
/
PersianDateTime.Core.sln
37 lines (37 loc) · 2.13 KB
/
PersianDateTime.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersianDateTime.Core", "PersianDateTime.Core\PersianDateTime.Core.csproj", "{82CED8FE-B412-4689-97D9-1F5D77025DD8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersianDateTime.Core.Example", "PersianDateTime.Core.Example\PersianDateTime.Core.Example.csproj", "{E53390D8-F01D-4E47-B080-BC517B4A7245}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PersianDateTime.Core.Test", "PersianDateTime.Core.Test\PersianDateTime.Core.Test.csproj", "{3B19FBDC-5B9D-491B-B4CA-22001486DBDD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{82CED8FE-B412-4689-97D9-1F5D77025DD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82CED8FE-B412-4689-97D9-1F5D77025DD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82CED8FE-B412-4689-97D9-1F5D77025DD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82CED8FE-B412-4689-97D9-1F5D77025DD8}.Release|Any CPU.Build.0 = Release|Any CPU
{E53390D8-F01D-4E47-B080-BC517B4A7245}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E53390D8-F01D-4E47-B080-BC517B4A7245}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E53390D8-F01D-4E47-B080-BC517B4A7245}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E53390D8-F01D-4E47-B080-BC517B4A7245}.Release|Any CPU.Build.0 = Release|Any CPU
{3B19FBDC-5B9D-491B-B4CA-22001486DBDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B19FBDC-5B9D-491B-B4CA-22001486DBDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B19FBDC-5B9D-491B-B4CA-22001486DBDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B19FBDC-5B9D-491B-B4CA-22001486DBDD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51CF0C4E-35EE-4618-BA8E-D43F515815D8}
EndGlobalSection
EndGlobal