This commit is contained in:
Luong Hoang 2015-12-29 23:24:40 -05:00
Родитель e2a4532341
Коммит c14e9aa3e9
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -88,8 +88,8 @@
</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>"$(MSBuildBinPath)\msbuild.exe" "$(SolutionDir)\..\explore-csharp\explore.sln" /p:Configuration=Release;Platform="Any CPU" /t:Clean,Build
"$(MSBuildBinPath)\msbuild.exe" "$(SolutionDir)\..\explore-cpp\explore.sln" /p:Configuration=Release;Platform=x64 /t:Clean,Build</PostBuildEvent>
<PostBuildEvent>"$(MSBuildBinPath)\msbuild.exe" "$(SolutionDir)..\explore-csharp\explore.sln" /p:Configuration=Release;Platform="Any CPU" /t:Clean,Build
"$(MSBuildBinPath)\msbuild.exe" "$(SolutionDir)..\explore-cpp\explore.sln" /p:Configuration=Release;Platform=x64 /t:Clean,Build</PostBuildEvent>
</PropertyGroup>
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">