You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
4.5 KiB
93 lines
4.5 KiB
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<ProjectGuid>{DD9AE6A5-2B9D-443A-BC71-38BE578C36BD}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ResourceToolkit.Tests</RootNamespace> |
|
<AssemblyName>ResourceToolkit.Tests</AssemblyName> |
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<OutputPath>..\..\..\..\..\bin\UnitTests\</OutputPath> |
|
<Optimize>False</Optimize> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<DefineConstants>TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<FileAlignment>4096</FileAlignment> |
|
</PropertyGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
<ItemGroup> |
|
<Reference Include="nunit.framework"> |
|
<HintPath>..\..\..\..\Tools\NUnit\nunit.framework.dll</HintPath> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="System.Xml.Linq"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="AbstractResourceResolverTestFixture.cs" /> |
|
<Compile Include="AbstractTestProjectTestFixture.cs" /> |
|
<Compile Include="CSharp\AbstractCSharpResourceResolverTestFixture.cs" /> |
|
<Compile Include="CSharp\AnyResourceReferenceFinderTests.cs" /> |
|
<Compile Include="CSharp\BclNRefactoryResourceResolverTests.cs" /> |
|
<Compile Include="CSharp\ICSharpCodeCoreNRefactoryResourceResolverTests.cs" /> |
|
<Compile Include="CSharp\ICSharpCodeCoreResourceResolverTests.cs" /> |
|
<Compile Include="CSharp\SpecificResourceReferenceFinderTests.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="TestHelper.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\..\..\..\Libraries\ICSharpCode.TextEditor\Project\ICSharpCode.TextEditor.csproj"> |
|
<Project>{2D18BE89-D210-49EB-A9DD-2246FBB3DF6D}</Project> |
|
<Name>ICSharpCode.TextEditor</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj"> |
|
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project> |
|
<Name>ICSharpCode.SharpDevelop</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\Main\Core\Project\ICSharpCode.Core.csproj"> |
|
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project> |
|
<Name>ICSharpCode.Core</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj"> |
|
<Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project> |
|
<Name>ICSharpCode.SharpDevelop.Dom</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\BackendBindings\CSharpBinding\Project\CSharpBinding.csproj"> |
|
<Project>{1F1AC7CD-D154-45BB-8EAF-804CA8055F5A}</Project> |
|
<Name>CSharpBinding</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\BackendBindings\VBNetBinding\Project\VBNetBinding.csproj"> |
|
<Project>{BF38FB72-B380-4196-AF8C-95749D726C61}</Project> |
|
<Name>VBNetBinding</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\Project\ResourceToolkit.csproj"> |
|
<Project>{461606BD-E824-4D0A-8CBA-01810B1F5E02}</Project> |
|
<Name>ResourceToolkit</Name> |
|
</ProjectReference> |
|
<Folder Include="CSharp" /> |
|
</ItemGroup> |
|
</Project> |