no more remap files. just specify what you want in the yaml.

This commit is contained in:
Chris Forbes
2010-02-28 09:45:39 +13:00
parent ae77b596d3
commit 48d12a55f0
31 changed files with 146 additions and 556 deletions

View File

@@ -30,6 +30,10 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<OutputPath>bin\x86\Debug\</OutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">