forked from mcartoixa/Common.FileTransfer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCommon.FileTransfer.proj
More file actions
35 lines (29 loc) · 983 Bytes
/
Common.FileTransfer.proj
File metadata and controls
35 lines (29 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<Project
DefaultTargets="Rebuild"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
ToolsVersion="12.0"
>
<PropertyGroup>
<ProjectName Condition="'$(ProjectName)'==''">$(MSBuildProjectName)</ProjectName>
<WindowsSdkVersion>v8.0A</WindowsSdkVersion>
<VisualStudioVersion>12.0</VisualStudioVersion>
</PropertyGroup>
<!-- Projects -->
<ItemDefinitionGroup>
<Projects>
<Configuration>Release</Configuration>
<Platform>Any CPU</Platform>
<Constants>TRACE</Constants>
<Library>True</Library>
<Packaged>True</Packaged>
<Released>True</Released>
</Projects>
</ItemDefinitionGroup>
<ItemGroup>
<Projects Include="Common.FileTransfer.sln">
<Properties>VisualStudioVersion=$(VisualStudioVersion)</Properties>
</Projects>
</ItemGroup>
<!-- Import external targets -->
<Import Project="$(MSBuildProjectDirectory)\packages\Isogeo.Build.*\tools\build\Isogeo.Common.targets" />
</Project>