diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2016-10-29 17:35:13 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2016-10-29 17:35:13 -0400 |
commit | 1f2d6c15cc587e9e1b91be70186ee9a26d5e1928 (patch) | |
tree | 1b6cd99944efbba2c993327bb49f2d544d50b1eb /Source/Model | |
parent | 41082463d783d6f8d8a5aaf69bf459b57bca6000 (diff) | |
parent | ba4f9fa1fbd923bfce1363566af08624c5c6fe38 (diff) |
Merge branch 'upstream' into dfsg_freedfsg_free
Diffstat (limited to 'Source/Model')
-rw-r--r-- | Source/Model/Model.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/Model/Model.csproj b/Source/Model/Model.csproj index dc0ae5e1..c024975f 100644 --- a/Source/Model/Model.csproj +++ b/Source/Model/Model.csproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> @@ -9,10 +9,10 @@ <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>Microsoft.Boogie</RootNamespace> - <AssemblyName>Model</AssemblyName> + <AssemblyName>BoogieModel</AssemblyName> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> - <TargetFrameworkProfile Condition=" '$(OS)' == 'Windows_NT'" >Client</TargetFrameworkProfile> + <TargetFrameworkProfile Condition=" '$(OS)' == 'Windows_NT'">Client</TargetFrameworkProfile> <CodeContractsAssemblyMode>0</CodeContractsAssemblyMode> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> @@ -106,4 +106,4 @@ <Target Name="AfterBuild"> </Target> --> -</Project> +</Project>
\ No newline at end of file |