aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.Test/App.xaml
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2015-06-28 21:53:16 +0100
committerJon Skeet <skeet@pobox.com>2015-06-28 21:53:16 +0100
commitb08b6bf62e5f0398609cc95a34699df500ea110c (patch)
tree430514e0a7f98dd195d720e2a90a9f3183808fb7 /csharp/src/ProtocolBuffers.Test/App.xaml
parent6b01539dfc1b4d4cefadc4cfdc79ff17293b84be (diff)
parentfb77cc9d9f066a8ce4f12e8d5f76188d48101444 (diff)
downloadprotobuf-b08b6bf62e5f0398609cc95a34699df500ea110c.tar.gz
protobuf-b08b6bf62e5f0398609cc95a34699df500ea110c.tar.bz2
protobuf-b08b6bf62e5f0398609cc95a34699df500ea110c.zip
Merge pull request #544 from jskeet/csharp-cleanup
Clean up C# code
Diffstat (limited to 'csharp/src/ProtocolBuffers.Test/App.xaml')
-rw-r--r--csharp/src/ProtocolBuffers.Test/App.xaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/csharp/src/ProtocolBuffers.Test/App.xaml b/csharp/src/ProtocolBuffers.Test/App.xaml
deleted file mode 100644
index d4f1f2e3..00000000
--- a/csharp/src/ProtocolBuffers.Test/App.xaml
+++ /dev/null
@@ -1,8 +0,0 @@
-<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- x:Class="ProtocolBuffers.SilverlightTest.App"
- >
- <Application.Resources>
-
- </Application.Resources>
-</Application>