Advertisement
Guest User

Untitled

a guest
May 4th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Qa|AnyCPU'">
  2. <DeployIisAppPath>Default Web Site/</DeployIisAppPath>
  3. <DebugType>full</DebugType>
  4. <Optimize>false</Optimize>
  5. <OutputPath>bin</OutputPath>
  6. <DefineConstants>TRACE</DefineConstants>
  7. <PlatformTarget>AnyCPU</PlatformTarget>
  8. <ErrorReport>prompt</ErrorReport>
  9. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  10. <IncludeIisSettings>false</IncludeIisSettings>
  11. <DebugSymbols>true</DebugSymbols>
  12.  
  13. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Local|AnyCPU'">
  14. <DebugType>full</DebugType>
  15. <DebugSymbols>true</DebugSymbols>
  16. <OutputPath>bin</OutputPath>
  17. <DefineConstants>DEBUG;TRACE</DefineConstants>
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <ErrorReport>prompt</ErrorReport>
  20. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement