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.
86 lines
3.9 KiB
86 lines
3.9 KiB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
|
<PropertyGroup> |
|
<ProjectGuid>{833904AB-3CD4-4071-9B48-5770E44685AA}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>Python.Build.Tasks.Tests</RootNamespace> |
|
<AssemblyName>Python.Build.Tasks.Tests</AssemblyName> |
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<OutputPath>..\..\..\..\..\..\bin\UnitTests\</OutputPath> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<Optimize>False</Optimize> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<OutputPath>..\..\..\..\..\..\bin\UnitTests\</OutputPath> |
|
<DebugSymbols>false</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<Optimize>False</Optimize> |
|
</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="IronPython"> |
|
<HintPath>..\..\RequiredLibraries\IronPython.dll</HintPath> |
|
<SpecificVersion>False</SpecificVersion> |
|
</Reference> |
|
<Reference Include="Microsoft.Build.Engine" /> |
|
<Reference Include="Microsoft.Build.Framework" /> |
|
<Reference Include="Microsoft.Build.Tasks" /> |
|
<Reference Include="Microsoft.Build.Utilities.v3.5"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="Microsoft.Scripting"> |
|
<HintPath>..\..\RequiredLibraries\Microsoft.Scripting.dll</HintPath> |
|
</Reference> |
|
<Reference Include="Microsoft.Scripting.Core"> |
|
<HintPath>..\..\RequiredLibraries\Microsoft.Scripting.Core.dll</HintPath> |
|
</Reference> |
|
<Reference Include="nunit.framework"> |
|
<HintPath>..\..\..\..\..\Tools\NUnit\nunit.framework.dll</HintPath> |
|
<SpecificVersion>False</SpecificVersion> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Xml" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="AssemblyInfo.cs" /> |
|
<Compile Include="CompileResourcesTestFixture.cs" /> |
|
<Compile Include="DifferentTargetTypesTestFixture.cs" /> |
|
<Compile Include="DummyPythonCompilerTask.cs" /> |
|
<Compile Include="IncludeDebugInfoTestFixture.cs" /> |
|
<Compile Include="IOErrorTestFixture.cs" /> |
|
<Compile Include="MainEntryPointTestFixture.cs" /> |
|
<Compile Include="MissingMainEntryPointTestFixture.cs" /> |
|
<Compile Include="MockPythonCompiler.cs" /> |
|
<Compile Include="CompileSingleSourceFileTestFixture.cs" /> |
|
<Compile Include="PlatformTestFixture.cs" /> |
|
<Compile Include="PythonCompilerTests.cs" /> |
|
<Compile Include="RelativeReferenceTestFixture.cs" /> |
|
<Compile Include="RelativeResourceFileTestFixture.cs" /> |
|
<Compile Include="SyntaxErrorTestFixture.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\Project\Python.Build.Tasks.csproj"> |
|
<Project>{D332F2D1-2CF1-43B7-903C-844BD5211A7E}</Project> |
|
<Name>Python.Build.Tasks</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
</Project> |