Skip to content

Instantly share code, notes, and snippets.

View xavierdecoster's full-sized avatar

Xavier Decoster xavierdecoster

View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">$(MSBuildProjectDirectory)\..\</SolutionDir>
<ModifiedSolutionDir>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)\..\))</ModifiedSolutionDir>
<!-- Enable the restore command to run before builds -->
<RestorePackages Condition=" '$(RestorePackages)' == '' ">false</RestorePackages>
<!-- Property that enables building a package from a project -->