Skip to content

Commit 648c9dc

Browse files
committed
Change Test project to library
1 parent d4410f9 commit 648c9dc

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

PlsqlDeveloperUtPlsqlPlugin/utPLSQL.Lib.Test/Program.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

PlsqlDeveloperUtPlsqlPlugin/utPLSQL.Lib.Test/utPLSQL.Lib.Test.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
77
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
88
<ProjectGuid>{8E898B26-0A4C-4DDA-9820-D5D050D2336E}</ProjectGuid>
9-
<OutputType>Exe</OutputType>
9+
<OutputType>Library</OutputType>
1010
<RootNamespace>utPLSQL</RootNamespace>
1111
<AssemblyName>utPLSQL.Lib.Test</AssemblyName>
1212
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
@@ -37,6 +37,9 @@
3737
<WarningLevel>4</WarningLevel>
3838
<Prefer32Bit>false</Prefer32Bit>
3939
</PropertyGroup>
40+
<PropertyGroup>
41+
<StartupObject />
42+
</PropertyGroup>
4043
<ItemGroup>
4144
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
4245
<HintPath>..\packages\MSTest.TestFramework.2.1.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
@@ -53,7 +56,6 @@
5356
<Reference Include="System.Xml" />
5457
</ItemGroup>
5558
<ItemGroup>
56-
<Compile Include="Program.cs" />
5759
<Compile Include="Properties\AssemblyInfo.cs" />
5860
<Compile Include="RealTimeTestRunnerTest.cs" />
5961
</ItemGroup>

0 commit comments

Comments
 (0)