forked from voloda/AsyncDataAdapter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProperties.xml
More file actions
12 lines (12 loc) · 757 Bytes
/
Properties.xml
File metadata and controls
12 lines (12 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Condition="exists('UserProperties.xml')" Project="UserProperties.xml" />
<PropertyGroup>
<MSBuildCommunityTasksPath>$(MSBuildProjectDirectory)\packages\MSBuildTasks.1.5.0.214\tools</MSBuildCommunityTasksPath>
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
<TmpDir Condition="'$(TmpDir)' == ''">TMP</TmpDir>
<DestinationDir Condition="'$(DestinationDir)' == ''">.</DestinationDir>
<SrcRootDir Condition="'$(SrcRootDir)' == ''">.</SrcRootDir>
<NUnitTool Condition="'$(NUnitTool)' == ''">nunit3-console.exe</NUnitTool>
<NugetTool Condition="'$(NugetTool)' == ''">tools\nuget.exe</NugetTool>
</PropertyGroup>
</Project>