You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<EnvironmentFlavor>CLIENTPROFILE</EnvironmentFlavor>
|
|
|
|
|
<EnvironmentTemplate>NET35</EnvironmentTemplate>
|
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<OutputPath>bin\NET35\Debug</OutputPath>
|
|
|
|
|
<IntermediateOutputPath>obj\NET35\Debug\</IntermediateOutputPath>
|
|
|
|
|
<DefineConstants>$(DefineConstants)</DefineConstants>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<OutputPath>bin\NET35\Release</OutputPath>
|
|
|
|
|
<IntermediateOutputPath>obj\NET35\Release\</IntermediateOutputPath>
|
|
|
|
|
<DefineConstants>$(DefineConstants)</DefineConstants>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
</Project>
|