-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRandomRingtone.sln
34 lines (34 loc) · 2.05 KB
/
RandomRingtone.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010 Express for Windows Phone
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RandomRingtone", "RandomRingtone\RandomRingtone.csproj", "{97106BB2-CD34-4310-B598-100893FAF9A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RandomRingTask", "RandomRingTask\RandomRingTask.csproj", "{6878E9CC-2300-4D73-B364-8A3C6D66C08D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChangeRingtoneClass", "ChangeRingtoneClass\ChangeRingtoneClass.csproj", "{6D5F98E6-6631-4A01-9969-02CAFD196F81}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97106BB2-CD34-4310-B598-100893FAF9A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97106BB2-CD34-4310-B598-100893FAF9A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97106BB2-CD34-4310-B598-100893FAF9A7}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{97106BB2-CD34-4310-B598-100893FAF9A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97106BB2-CD34-4310-B598-100893FAF9A7}.Release|Any CPU.Build.0 = Release|Any CPU
{97106BB2-CD34-4310-B598-100893FAF9A7}.Release|Any CPU.Deploy.0 = Release|Any CPU
{6878E9CC-2300-4D73-B364-8A3C6D66C08D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6878E9CC-2300-4D73-B364-8A3C6D66C08D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6878E9CC-2300-4D73-B364-8A3C6D66C08D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6878E9CC-2300-4D73-B364-8A3C6D66C08D}.Release|Any CPU.Build.0 = Release|Any CPU
{6D5F98E6-6631-4A01-9969-02CAFD196F81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D5F98E6-6631-4A01-9969-02CAFD196F81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D5F98E6-6631-4A01-9969-02CAFD196F81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D5F98E6-6631-4A01-9969-02CAFD196F81}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal