forked from henon/GitSharp
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTestSuite.gallio
More file actions
21 lines (21 loc) · 969 Bytes
/
TestSuite.gallio
File metadata and controls
21 lines (21 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.gallio.org/">
<testPackageConfig>
<assemblyFiles>
<assemblyFile>.\Tests\bin\Debug\GitSharp.Tests.dll</assemblyFile>
</assemblyFiles>
<hintDirectories />
<excludedFrameworkIds />
<hostSetup enableShadowCopy="false" debug="false" configurationFileLocation="appBase" processorArchitecture="None">
<configuration legacyUnhandledExceptionPolicyEnabled="true" assertUiEnabled="false" remotingCustomErrorsEnabled="false">
<assemblyQualifications />
<assemblyDependencies />
<supportedRuntimeVersions />
</configuration>
</hostSetup>
</testPackageConfig>
<testFilters>
<testFilter filterName="LastRun" filter="Id: 886160fe35c5d987" />
<testFilter filterName="AutoSave" filter="" />
</testFilters>
</project>