~twpol/or/separate-formats

« back to all changes in this revision

Viewing changes to Source/Orts.Parsers.OR/Orts.Parsers.OR.csproj

  • Committer: James Ross
  • Date: 2015-06-16 17:06:50 UTC
  • Revision ID: silver@warwickcompsoc.co.uk-20150616170650-97zuzfndzrvetktc
https://code.launchpad.net/~twpol/or/saparate-parsers
Fix for lost output path in new project.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
  </PropertyGroup>
15
15
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
16
16
    <DebugSymbols>true</DebugSymbols>
17
 
    <OutputPath>bin\x86\Debug\</OutputPath>
 
17
    <OutputPath>..\..\Program\</OutputPath>
18
18
    <DefineConstants>DEBUG;TRACE</DefineConstants>
19
19
    <DebugType>full</DebugType>
20
20
    <PlatformTarget>x86</PlatformTarget>
22
22
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
23
23
  </PropertyGroup>
24
24
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
25
 
    <OutputPath>bin\x86\Release\</OutputPath>
 
25
    <OutputPath>..\..\Program\</OutputPath>
26
26
    <DefineConstants>TRACE</DefineConstants>
27
27
    <DocumentationFile>..\..\Program\Orts.Parsers.OR.xml</DocumentationFile>
28
28
    <Optimize>true</Optimize>