Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 22ab4c1

Browse files
committedNov 1, 2014
Clean up
1 parent a438748 commit 22ab4c1

File tree

3 files changed

+5
-27
lines changed

3 files changed

+5
-27
lines changed
 

‎.gitignore

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
*.user
2-
Bin/
3-
obj/
4-
*.suo
1+
*.user
2+
Bin/
3+
obj/
4+
*.suo
5+
packages/

‎AgFx.Portable.Test.WP8/AgFx.Portable.Test.WP8.csproj

-7
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,6 @@
136136
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
137137
</Content>
138138
<Content Include="README_FIRST.txt" />
139-
<Content Include="Toolkit.Content\ApplicationBar.Cancel.png" />
140-
<Content Include="Toolkit.Content\ApplicationBar.Check.png" />
141-
<Content Include="Toolkit.Content\ApplicationBar.Delete.png" />
142-
<Content Include="Toolkit.Content\ApplicationBar.Email.png" />
143-
<Content Include="Toolkit.Content\ApplicationBar.Play.png" />
144-
<Content Include="Toolkit.Content\ApplicationBar.Save.png" />
145-
<Content Include="Toolkit.Content\ApplicationBar.Select.png" />
146139
</ItemGroup>
147140
<ItemGroup>
148141
<EmbeddedResource Include="Resources\AppResources.resx">

‎AgFx.Portable.sln

-16
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AgFx.Portable", "AgFx.Porta
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AgFx.Portable.Test.WP8", "AgFx.Portable.Test.WP8\AgFx.Portable.Test.WP8.csproj", "{B8FEC6A7-87F4-4D68-89C8-724F468C649B}"
99
EndProject
10-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AgFx.Portable.Test.Net45", "AgFx.Portable.Test.Net45\AgFx.Portable.Test.Net45.csproj", "{4495EECC-D73B-44A7-9E0C-B00665A02211}"
11-
EndProject
1210
Global
1311
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1412
Debug|Any CPU = Debug|Any CPU
@@ -59,20 +57,6 @@ Global
5957
{B8FEC6A7-87F4-4D68-89C8-724F468C649B}.Release|x86.ActiveCfg = Release|x86
6058
{B8FEC6A7-87F4-4D68-89C8-724F468C649B}.Release|x86.Build.0 = Release|x86
6159
{B8FEC6A7-87F4-4D68-89C8-724F468C649B}.Release|x86.Deploy.0 = Release|x86
62-
{4495EECC-D73B-44A7-9E0C-B00665A02211}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
63-
{4495EECC-D73B-44A7-9E0C-B00665A02211}.Debug|Any CPU.Build.0 = Debug|Any CPU
64-
{4495EECC-D73B-44A7-9E0C-B00665A02211}.Debug|ARM.ActiveCfg = Debug|Any CPU
65-
{4495EECC-D73B-44A7-9E0C-B00665A02211}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
66-
{4495EECC-D73B-44A7-9E0C-B00665A02211}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
67-
{4495EECC-D73B-44A7-9E0C-B00665A02211}.Debug|x64.ActiveCfg = Debug|Any CPU
68-
{4495EECC-D73B-44A7-9E0C-B00665A02211}.Debug|x86.ActiveCfg = Debug|Any CPU
69-
{4495EECC-D73B-44A7-9E0C-B00665A02211}.Release|Any CPU.ActiveCfg = Release|Any CPU
70-
{4495EECC-D73B-44A7-9E0C-B00665A02211}.Release|Any CPU.Build.0 = Release|Any CPU
71-
{4495EECC-D73B-44A7-9E0C-B00665A02211}.Release|ARM.ActiveCfg = Release|Any CPU
72-
{4495EECC-D73B-44A7-9E0C-B00665A02211}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
73-
{4495EECC-D73B-44A7-9E0C-B00665A02211}.Release|Mixed Platforms.Build.0 = Release|Any CPU
74-
{4495EECC-D73B-44A7-9E0C-B00665A02211}.Release|x64.ActiveCfg = Release|Any CPU
75-
{4495EECC-D73B-44A7-9E0C-B00665A02211}.Release|x86.ActiveCfg = Release|Any CPU
7660
EndGlobalSection
7761
GlobalSection(SolutionProperties) = preSolution
7862
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)
Please sign in to comment.