2013-12-12 09:52:42 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
<StartWorkingDirectory>C:\Code\PdfScribe\PdfScribeUnitTests\</StartWorkingDirectory>
|
|
|
|
<StartArguments>PdfScribeUnitTests.csproj</StartArguments>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
<StartWorkingDirectory>C:\Code\PdfScribe\PdfScribeUnitTests\</StartWorkingDirectory>
|
|
|
|
<StartArguments>PdfScribeUnitTests.csproj</StartArguments>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
<StartWorkingDirectory>C:\Code\PdfScribe\PdfScribeUnitTests\</StartWorkingDirectory>
|
|
|
|
<StartArguments>PdfScribeUnitTests.csproj</StartArguments>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
<StartWorkingDirectory>C:\Code\PdfScribe\PdfScribeUnitTests\</StartWorkingDirectory>
|
|
|
|
<StartArguments>PdfScribeUnitTests.csproj</StartArguments>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<PublishUrlHistory>publish\</PublishUrlHistory>
|
|
|
|
<InstallUrlHistory />
|
|
|
|
<SupportUrlHistory />
|
|
|
|
<UpdateUrlHistory />
|
|
|
|
<BootstrapperUrlHistory />
|
|
|
|
<ErrorReportUrlHistory />
|
|
|
|
<FallbackCulture>en-US</FallbackCulture>
|
|
|
|
<VerifyUploadedFiles>false</VerifyUploadedFiles>
|
2013-12-23 14:47:53 +08:00
|
|
|
<ProjectView>ShowAllFiles</ProjectView>
|
2013-12-12 09:52:42 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|
<ReferencePath>
|
|
|
|
</ReferencePath>
|
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|