Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code cleanup #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\WriteableBitmapEx.Wpf\WriteableBitmapEx.Wpf.csproj" />
<ProjectReference Include="..\..\Source\WriteableBitmapEx.Wpf\WriteableBitmapEx.Wpf.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\WriteableBitmapEx.Wpf\WriteableBitmapEx.Wpf.csproj" />
<ProjectReference Include="..\..\Source\WriteableBitmapEx.Wpf\WriteableBitmapEx.Wpf.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\WriteableBitmapEx.Wpf\WriteableBitmapEx.Wpf.csproj" />
<ProjectReference Include="..\..\Source\WriteableBitmapEx.Wpf\WriteableBitmapEx.Wpf.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\WriteableBitmapEx.Wpf\WriteableBitmapEx.Wpf.csproj" />
<ProjectReference Include="..\..\Source\WriteableBitmapEx.Wpf\WriteableBitmapEx.Wpf.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\WriteableBitmapEx.Wpf\WriteableBitmapEx.Wpf.csproj" />
<ProjectReference Include="..\..\Source\WriteableBitmapEx.Wpf\WriteableBitmapEx.Wpf.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\WriteableBitmapEx.Wpf\WriteableBitmapEx.Wpf.csproj" />
<ProjectReference Include="..\..\Source\WriteableBitmapEx.Wpf\WriteableBitmapEx.Wpf.csproj" />
</ItemGroup>

</Project>
55 changes: 55 additions & 0 deletions Solution/Samples.UWP.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WriteableBitmapEx.Uwp", "..\Source\WriteableBitmapEx.Uwp\WriteableBitmapEx.Uwp.csproj", "{1A12BEA4-90FF-47CC-A76E-3794251A7634}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|Mixed Platforms = Release|Mixed Platforms
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|ARM.ActiveCfg = Debug|ARM
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|ARM.Build.0 = Debug|ARM
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|ARM64.ActiveCfg = Debug|ARM64
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|ARM64.Build.0 = Debug|ARM64
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|x64.ActiveCfg = Debug|x64
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|x64.Build.0 = Debug|x64
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|x86.ActiveCfg = Debug|x86
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Debug|x86.Build.0 = Debug|x86
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|Any CPU.Build.0 = Release|Any CPU
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|ARM.ActiveCfg = Release|ARM
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|ARM.Build.0 = Release|ARM
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|ARM64.ActiveCfg = Release|ARM64
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|ARM64.Build.0 = Release|ARM64
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|x64.ActiveCfg = Release|x64
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|x64.Build.0 = Release|x64
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|x86.ActiveCfg = Release|x86
{1A12BEA4-90FF-47CC-A76E-3794251A7634}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {77BCB089-72D4-4A56-BBF8-B03EA9B1CD00}
EndGlobalSection
EndGlobal
Loading