This repository was archived by the owner on Nov 17, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCoding4Fun.CurrencyExchange.sln
More file actions
29 lines (29 loc) · 1.53 KB
/
Copy pathCoding4Fun.CurrencyExchange.sln
File metadata and controls
29 lines (29 loc) · 1.53 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{D3CDEBDC-0DCF-419B-A1B4-A5B300B0E942}"
ProjectSection(SolutionItems) = preProject
Lib\Coding4Fun.Phone.Controls.dll = Lib\Coding4Fun.Phone.Controls.dll
Lib\Coding4Fun.Phone.Site.Controls.dll = Lib\Coding4Fun.Phone.Site.Controls.dll
Lib\Microsoft.Phone.Controls.Toolkit.dll = Lib\Microsoft.Phone.Controls.Toolkit.dll
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Coding4Fun.CurrencyExchange", "Coding4Fun.CurrencyExchange\Coding4Fun.CurrencyExchange.csproj", "{C6F640A6-DE58-4786-9718-8B0246420E5C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6F640A6-DE58-4786-9718-8B0246420E5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6F640A6-DE58-4786-9718-8B0246420E5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6F640A6-DE58-4786-9718-8B0246420E5C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{C6F640A6-DE58-4786-9718-8B0246420E5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6F640A6-DE58-4786-9718-8B0246420E5C}.Release|Any CPU.Build.0 = Release|Any CPU
{C6F640A6-DE58-4786-9718-8B0246420E5C}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal