|
@@ -1,8 +1,10 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
- <!-- The configuration and platform will be used to determine which assemblies to include from solution and
|
|
|
|
|
- project documentation sources -->
|
|
|
|
|
|
|
+ <!--
|
|
|
|
|
+ The configuration and platform will be used to determine which assemblies to include from solution and
|
|
|
|
|
+ project documentation sources
|
|
|
|
|
+ -->
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
@@ -51,7 +53,7 @@
|
|
|
<CppCommentsFixup>False</CppCommentsFixup>
|
|
<CppCommentsFixup>False</CppCommentsFixup>
|
|
|
<CleanIntermediates>True</CleanIntermediates>
|
|
<CleanIntermediates>True</CleanIntermediates>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
- <!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
|
|
|
|
|
|
|
+ <!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
|
|
|
the build. The others are optional common platform types that may appear. -->
|
|
the build. The others are optional common platform types that may appear. -->
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|