|
|
|
@ -38,10 +38,7 @@
@@ -38,10 +38,7 @@
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="Gallio, Version=3.3.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL"> |
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="MbUnit, Version=3.3.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e, processorArchitecture=MSIL"> |
|
|
|
|
<Reference Include="nunit.framework, Version=2.5.9.10348, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
@ -59,10 +56,10 @@
@@ -59,10 +56,10 @@
|
|
|
|
|
<Compile Include="Helpers\RemoveCompilerAttribute.cs" /> |
|
|
|
|
<Compile Include="Types\EnumTests.cs" /> |
|
|
|
|
<Compile Include="Types\TypeTests.cs" /> |
|
|
|
|
<None Include="Types\S_DelegateConstruction.cs" /> |
|
|
|
|
<Compile Include="DelegateConstruction.cs" /> |
|
|
|
|
<None Include="CustomAttributes\S_CustomAttributes.cs" /> |
|
|
|
|
<None Include="Loops.cs" /> |
|
|
|
|
<None Include="Types\S_PropertiesAndEvents.cs" /> |
|
|
|
|
<Compile Include="Loops.cs" /> |
|
|
|
|
<Compile Include="PropertiesAndEvents.cs" /> |
|
|
|
|
<None Include="CustomAttributes\S_CustomAttributeSamples.cs" /> |
|
|
|
|
<Compile Include="CodeSampleFileParser.cs" /> |
|
|
|
|
<Compile Include="CustomAttributes\CustomAttributeTests.cs" /> |
|
|
|
@ -72,7 +69,7 @@
@@ -72,7 +69,7 @@
|
|
|
|
|
<Compile Include="Generics.cs" /> |
|
|
|
|
<Compile Include="MultidimensionalArray.cs" /> |
|
|
|
|
<Compile Include="TestRunner.cs" /> |
|
|
|
|
<None Include="Types\S_ValueTypes.cs" /> |
|
|
|
|
<Compile Include="ValueTypes.cs" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<ProjectReference Include="..\..\Mono.Cecil\Mono.Cecil.csproj"> |
|
|
|
|