|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
4 |
| - <PropertyGroup> |
5 |
| - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 |
| - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 4 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
7 | 5 | <DebugSymbols>true</DebugSymbols>
|
8 | 6 | <DebugType>full</DebugType>
|
9 | 7 | <Optimize>false</Optimize>
|
10 |
| - <OutputPath>..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Batch\</OutputPath> |
| 8 | + <OutputPath>bin\Debug\</OutputPath> |
| 9 | + <ProjectGuid>{374701E4-539A-459A-9A00-B04E51652997}</ProjectGuid> |
| 10 | + <OutputType>Exe</OutputType> |
| 11 | + <AppDesignerFolder>Properties</AppDesignerFolder> |
| 12 | + <RootNamespace>BatchModelGenerator</RootNamespace> |
| 13 | + <AssemblyName>BatchModelGenerator</AssemblyName> |
| 14 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
| 15 | + <FileAlignment>512</FileAlignment> |
| 16 | + <TargetFrameworkProfile /> |
| 17 | + </PropertyGroup> |
| 18 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 19 | + <DebugSymbols>true</DebugSymbols> |
| 20 | + <DebugType>full</DebugType> |
| 21 | + <Optimize>false</Optimize> |
| 22 | + <OutputPath>bin\Debug\</OutputPath> |
11 | 23 | <ProjectGuid>{374701E4-539A-459A-9A00-B04E51652997}</ProjectGuid>
|
12 | 24 | <OutputType>Exe</OutputType>
|
13 | 25 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
0 commit comments