summaryrefslogtreecommitdiff
path: root/Source/Predication
diff options
context:
space:
mode:
authorGravatar akashlal <akashl@AKASHL-LT.fareast.corp.microsoft.com>2016-04-15 23:30:34 -0500
committerGravatar akashlal <akashl@AKASHL-LT.fareast.corp.microsoft.com>2016-04-15 23:30:34 -0500
commitae29deff82ad873a3dd541cb2d74d362d26f94c2 (patch)
treedf6267d9145caacd96c4ef4820eaf3debd4ef266 /Source/Predication
parent8ed5dab22d8377924ee6282b83c1b1f8aa8f3573 (diff)
Rename DLLs to non-generic names by prefixing "Boogie". Project names and
namespaces remain the same.
Diffstat (limited to 'Source/Predication')
-rw-r--r--Source/Predication/Predication.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Predication/Predication.csproj b/Source/Predication/Predication.csproj
index 803525b3..1319d7f7 100644
--- a/Source/Predication/Predication.csproj
+++ b/Source/Predication/Predication.csproj
@@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Predication</RootNamespace>
- <AssemblyName>Predication</AssemblyName>
+ <AssemblyName>BoogiePredication</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile Condition=" '$(OS)' == 'Windows_NT'">Client</TargetFrameworkProfile>
@@ -171,4 +171,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project>
+</Project> \ No newline at end of file