This repository has been archived by the owner on Mar 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTimeConversion.sln
32 lines (32 loc) · 1.94 KB
/
TimeConversion.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeConversion", "TimeConversion\TimeConversion.csproj", "{8EF5E602-E848-4BF3-93B5-2B5201CB07DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Netcorex.Shared.WPF", "..\Netcorex.Shared.WPF\Netcorex.Shared.WPF\Netcorex.Shared.WPF.csproj", "{41E5A242-D7FE-4285-A567-4298DD301E55}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Netcorex.Shared.WPF.Tests", "..\Netcorex.Shared.WPF\Netcorex.Shared.WPF.Tests\Netcorex.Shared.WPF.Tests.csproj", "{DB577D50-8EB6-4E98-9EFA-C1589D90504D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8EF5E602-E848-4BF3-93B5-2B5201CB07DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EF5E602-E848-4BF3-93B5-2B5201CB07DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EF5E602-E848-4BF3-93B5-2B5201CB07DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EF5E602-E848-4BF3-93B5-2B5201CB07DC}.Release|Any CPU.Build.0 = Release|Any CPU
{41E5A242-D7FE-4285-A567-4298DD301E55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41E5A242-D7FE-4285-A567-4298DD301E55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41E5A242-D7FE-4285-A567-4298DD301E55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41E5A242-D7FE-4285-A567-4298DD301E55}.Release|Any CPU.Build.0 = Release|Any CPU
{DB577D50-8EB6-4E98-9EFA-C1589D90504D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB577D50-8EB6-4E98-9EFA-C1589D90504D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB577D50-8EB6-4E98-9EFA-C1589D90504D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB577D50-8EB6-4E98-9EFA-C1589D90504D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal