34 lines
1.5 KiB
XML
34 lines
1.5 KiB
XML
<?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>
|
|
<ProjectView>ShowAllFiles</ProjectView>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ReferencePath>
|
|
</ReferencePath>
|
|
</PropertyGroup>
|
|
</Project> |