forked from reneschulte/WriteableBitmapEx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWriteableBitmapExFillSample.sln
More file actions
32 lines (32 loc) · 2.03 KB
/
WriteableBitmapExFillSample.sln
File metadata and controls
32 lines (32 loc) · 2.03 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 11.00
# Visual Web Developer Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapEx", "..\Source\WriteableBitmapEx\WriteableBitmapEx.csproj", "{255CC1F7-0442-4B32-A517-DF69B958382C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapExFillSample", "..\Source\WriteableBitmapExFillSample\WriteableBitmapExFillSample.csproj", "{3B98853F-786A-444B-887D-A8149364DA7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapExFillSample.Web", "..\Source\WriteableBitmapExFillSample.Web\WriteableBitmapExFillSample.Web.csproj", "{97C481D6-93B0-4C78-A048-731D5087B333}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{255CC1F7-0442-4B32-A517-DF69B958382C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{255CC1F7-0442-4B32-A517-DF69B958382C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{255CC1F7-0442-4B32-A517-DF69B958382C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{255CC1F7-0442-4B32-A517-DF69B958382C}.Release|Any CPU.Build.0 = Release|Any CPU
{3B98853F-786A-444B-887D-A8149364DA7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B98853F-786A-444B-887D-A8149364DA7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B98853F-786A-444B-887D-A8149364DA7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B98853F-786A-444B-887D-A8149364DA7E}.Release|Any CPU.Build.0 = Release|Any CPU
{97C481D6-93B0-4C78-A048-731D5087B333}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97C481D6-93B0-4C78-A048-731D5087B333}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97C481D6-93B0-4C78-A048-731D5087B333}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97C481D6-93B0-4C78-A048-731D5087B333}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal