summaryrefslogtreecommitdiff
path: root/BCT/RegressionTests/TranslationTest/TranslationTest.csproj
diff options
context:
space:
mode:
authorGravatar mikebarnett <unknown>2011-01-21 19:00:11 +0000
committerGravatar mikebarnett <unknown>2011-01-21 19:00:11 +0000
commit9baf6ef4653655e9893e29c0ebf4fedcbed7666a (patch)
tree6dc314df8103b47b5453e7338f4c676647b0247e /BCT/RegressionTests/TranslationTest/TranslationTest.csproj
parent94af5d3681e1cd1af9b648ecd8e55074958415f3 (diff)
Added a better options parsing by using functionality from MemberHelper.
Added a new heap representation, TwoDBoxHeap. Made method names unique (previously, overloads all shared the same procedure name). As part of that, no longer require method references to be resolved in order to generate a name. Added a regression test for TwoDBoxHeap. Added tests for method overloads for unique name generation.
Diffstat (limited to 'BCT/RegressionTests/TranslationTest/TranslationTest.csproj')
-rw-r--r--BCT/RegressionTests/TranslationTest/TranslationTest.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/BCT/RegressionTests/TranslationTest/TranslationTest.csproj b/BCT/RegressionTests/TranslationTest/TranslationTest.csproj
index 6620b0c4..0487fefc 100644
--- a/BCT/RegressionTests/TranslationTest/TranslationTest.csproj
+++ b/BCT/RegressionTests/TranslationTest/TranslationTest.csproj
@@ -107,6 +107,9 @@
<ItemGroup>
<EmbeddedResource Include="SplitFieldsHeapInput.txt" />
</ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="TwoDBoxHeapInput.txt" />
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.