<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{A8FE69E5-3588-46F5-BE58-50325387F496}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>P4API</RootNamespace>
<AssemblyName>P4API.Bootstrapper.Test</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\build\P4.Net.snk</AssemblyOriginatorKeyFile>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup>
<SccProjectName>p4net</SccProjectName>
<SccLocalPath>..</SccLocalPath>
<SccProvider>MSSCCI:Perforce SCM</SccProvider>
<OutputPath>$(MSBuildProjectDirectory)\..\BuildOutput\$(Configuration)\</OutputPath>
<DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile>
<ReferencePath>$(MSBuildProjectDirectory)\..\..\bin\nt.x86.sn</ReferencePath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<DefineConstants>CODE_ANALYSIS;TRACE;DEBUG</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<DefineConstants>CODE_ANALYSIS;TRACE</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="p4api">
<Private>True</Private>
</Reference>
<Reference Include="p4dn">
<Private>False</Private>
</Reference>
<ProjectReference Include="..\P4API.Bootstrapper\P4API.Bootstrapper.csproj">
<Project>{25CC8DB7-101E-468B-B1E4-64379B936546}</Project>
<Private>True</Private>
<Name>P4API.Bootstrapper</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Test.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\build\P4.Net.snk">
<Link>Properties\P4.Net.snk</Link>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
# |
Change |
User |
Description |
Committed |
|
#2
|
6511 |
Milan Gardian |
Add comments + include ILMerge execution as a post-build step ( P4.NET ) |
|
|
#1
|
6509 |
Milan Gardian |
Add test project + initial implementation of custom assembly resolver logic ( P4.NET ) |
|
|