Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'OCTOPUS|AnyCPU'">
  2. <OutputPath>.binny</OutputPath>
  3. <DefineConstants>TRACE</DefineConstants>
  4. <Optimize>true</Optimize>
  5. <DebugType>pdbonly</DebugType>
  6. <PlatformTarget>AnyCPU</PlatformTarget>
  7. <ErrorReport>prompt</ErrorReport>
  8. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  9. </PropertyGroup>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement