From 0d21e7215154d3e6ad9e1d09f1d7d551c076045c Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Fri, 23 Sep 2016 16:05:21 -0700 Subject: [PATCH] Add missing xproj files for ResourceClassLibrary projects --- .../ResourcesClassLibraryNoAttribute.xproj | 18 ++++++++++++++++++ .../ResourcesClassLibraryWithAttribute.xproj | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 test/ResourcesClassLibraryNoAttribute/ResourcesClassLibraryNoAttribute.xproj create mode 100644 test/ResourcesClassLibraryWithAttribute/ResourcesClassLibraryWithAttribute.xproj diff --git a/test/ResourcesClassLibraryNoAttribute/ResourcesClassLibraryNoAttribute.xproj b/test/ResourcesClassLibraryNoAttribute/ResourcesClassLibraryNoAttribute.xproj new file mode 100644 index 0000000000..c0043ca3de --- /dev/null +++ b/test/ResourcesClassLibraryNoAttribute/ResourcesClassLibraryNoAttribute.xproj @@ -0,0 +1,18 @@ + + + + 14.0.25420 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + 34740578-d5b5-4fb4-afd4-5e87b5443e20 + ResourcesClassLibraryNoAttribute + .\obj + .\bin\ + + + 2.0 + + + \ No newline at end of file diff --git a/test/ResourcesClassLibraryWithAttribute/ResourcesClassLibraryWithAttribute.xproj b/test/ResourcesClassLibraryWithAttribute/ResourcesClassLibraryWithAttribute.xproj new file mode 100644 index 0000000000..2362f9de56 --- /dev/null +++ b/test/ResourcesClassLibraryWithAttribute/ResourcesClassLibraryWithAttribute.xproj @@ -0,0 +1,18 @@ + + + + 14.0.25420 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + f27639b9-913e-43af-9d64-bbd98d9a420a + ResourcesClassLibraryWithAttribute + .\obj + .\bin\ + + + 2.0 + + + \ No newline at end of file