forked from mcartoixa/NetMonkey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NetMonkey.proj
36 lines (30 loc) · 1013 Bytes
/
NetMonkey.proj
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
36
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets="Rebuild"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
ToolsVersion="14.0"
>
<PropertyGroup>
<ProjectName Condition="'$(ProjectName)'==''">$(MSBuildProjectName)</ProjectName>
<WindowsSdkVersion>v10.0A</WindowsSdkVersion>
<VisualStudioVersion>14.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="NetMonkey.sln">
<Properties>VisualStudioVersion=$(VisualStudioVersion)</Properties>
</Projects>
</ItemGroup>
<!-- Import external targets -->
<Import Project="$(MSBuildProjectDirectory)\packages\Isogeo.Build.*\tools\build\Isogeo.Common.targets" />
</Project>