Skip to content

Commit

Permalink
Merge branch 'master' into ellab-exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ellab123 authored May 27, 2020
2 parents 09fdc48 + 9da175a commit c90ee5b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ git clone https://github.com/microsoft/verisol.git
From %VERISOL_PATH% (the root folder of the repository), perform

```
dotnet build Sources\VeriSol.sln
```

Expand Down
32 changes: 16 additions & 16 deletions Sources/VeriSol.props
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<RepositoryROOT Condition=" '$(RepositoryROOT)' == '' ">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), `.gitignore`))</RepositoryROOT>
<OutputPath>$(RepositoryROOT)\bin\$(Configuration)</OutputPath>
<BaseIntermediateOutputPath>$(RepositoryROOT)\obj\$(Configuration)\$(TargetFramework)\$(MSBuildProjectName)</BaseIntermediateOutputPath>
<PackageOutputPath>$(RepositoryROOT)\nupkg</PackageOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>0.1.5-alpha</VersionPrefix>
</PropertyGroup>

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<RepositoryROOT Condition=" '$(RepositoryROOT)' == '' ">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), `.gitignore`))</RepositoryROOT>
<OutputPath>$(RepositoryROOT)\bin\$(Configuration)</OutputPath>
<BaseIntermediateOutputPath>$(RepositoryROOT)\obj\$(Configuration)\$(TargetFramework)\$(MSBuildProjectName)</BaseIntermediateOutputPath>
<PackageOutputPath>$(RepositoryROOT)\nupkg</PackageOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>0.1.5-alpha</VersionPrefix>
</PropertyGroup>

</Project>

0 comments on commit c90ee5b

Please sign in to comment.