|
|
|
|
@ -34,22 +34,24 @@
@@ -34,22 +34,24 @@
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
|
<OutputPath>..\ICSharpCode.NRefactory\bin\Debug\</OutputPath> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
|
|
|
|
<OutputPath>..\ICSharpCode.NRefactory\bin\Release\</OutputPath> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
|
|
<Reference Include="nunit.framework"> |
|
|
|
|
<HintPath>..\..\Mono.Cecil\Test\libs\nunit-2.4.8\nunit.framework.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
<Reference Include="System.Core"> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
|
<Reference Include="System.Xml.Linq"> |
|
|
|
|
</Reference> |
|
|
|
|
<Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77"> |
|
|
|
|
<HintPath>..\..\Mono.Cecil\Test\libs\nunit-2.4.8\nunit.framework.dll</HintPath> |
|
|
|
|
</Reference> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Compile Include="CSharp\Analysis\DefiniteAssignmentTests.cs" /> |
|
|
|
|
|