|
64 | 64 | <Reference Include="Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL"> |
65 | 65 | <HintPath>..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath> |
66 | 66 | </Reference> |
67 | | - <Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL"> |
68 | | - <HintPath>..\packages\Oracle.ManagedDataAccess.19.10.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath> |
69 | | - </Reference> |
70 | 67 | <Reference Include="RGiesecke.DllExport.Metadata, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8f52d83c1a22df51, processorArchitecture=MSIL"> |
71 | 68 | <HintPath>..\packages\UnmanagedExports.1.2.7\lib\net\RGiesecke.DllExport.Metadata.dll</HintPath> |
72 | 69 | <Private>False</Private> |
|
81 | 78 | <Reference Include="System.Xml" /> |
82 | 79 | </ItemGroup> |
83 | 80 | <ItemGroup> |
84 | | - <Compile Include="TestRunner\JUnit4.cs" /> |
85 | | - <Compile Include="TestRunner\RealTimeTestRunner.cs" /> |
86 | | - <Compile Include="TestRunner\TestRunner.cs" /> |
87 | | - <Compile Include="View\RealTimeTestResultWindow.cs"> |
| 81 | + <Compile Include="RealTimeTestResultWindow.cs"> |
88 | 82 | <SubType>Form</SubType> |
89 | 83 | </Compile> |
90 | | - <Compile Include="View\RealTimeTestResultWindow.Designer.cs"> |
| 84 | + <Compile Include="RealTimeTestResultWindow.Designer.cs"> |
91 | 85 | <DependentUpon>RealTimeTestResultWindow.cs</DependentUpon> |
92 | 86 | </Compile> |
93 | | - <Compile Include="View\JUnitTestResultWindow.cs"> |
| 87 | + <Compile Include="JUnitTestResultWindow.cs"> |
94 | 88 | <SubType>Form</SubType> |
95 | 89 | </Compile> |
96 | | - <Compile Include="View\JUnitTestResultWindow.Designer.cs"> |
| 90 | + <Compile Include="JUnitTestResultWindow.Designer.cs"> |
97 | 91 | <DependentUpon>JUnitTestResultWindow.cs</DependentUpon> |
98 | 92 | </Compile> |
99 | 93 | <Compile Include="PlsqlDeveloperUtPlsqlPlugin.cs" /> |
100 | 94 | <Compile Include="Properties\AssemblyInfo.cs" /> |
101 | | - <Compile Include="TestRunner\JUnitTestRunner.cs" /> |
| 95 | + <Compile Include="TestResult.cs" /> |
102 | 96 | </ItemGroup> |
103 | 97 | <ItemGroup> |
104 | | - <EmbeddedResource Include="View\RealTimeTestResultWindow.resx"> |
| 98 | + <EmbeddedResource Include="RealTimeTestResultWindow.resx"> |
105 | 99 | <DependentUpon>RealTimeTestResultWindow.cs</DependentUpon> |
106 | 100 | </EmbeddedResource> |
107 | | - <EmbeddedResource Include="View\JUnitTestResultWindow.resx"> |
| 101 | + <EmbeddedResource Include="JUnitTestResultWindow.resx"> |
108 | 102 | <DependentUpon>JUnitTestResultWindow.cs</DependentUpon> |
109 | 103 | </EmbeddedResource> |
110 | 104 | </ItemGroup> |
|
122 | 116 | <None Include="App.config" /> |
123 | 117 | <None Include="packages.config" /> |
124 | 118 | </ItemGroup> |
| 119 | + <ItemGroup> |
| 120 | + <ProjectReference Include="..\utPLSQL.Lib\utPLSQL.Lib.csproj"> |
| 121 | + <Project>{df09eace-50ec-44ea-849a-80462a219cfc}</Project> |
| 122 | + <Name>utPLSQL.Lib</Name> |
| 123 | + </ProjectReference> |
| 124 | + </ItemGroup> |
125 | 125 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
126 | 126 | <Import Project="..\packages\UnmanagedExports.Repack.1.0.4\build\UnmanagedExports.Repack.targets" Condition="Exists('..\packages\UnmanagedExports.Repack.1.0.4\build\UnmanagedExports.Repack.targets')" /> |
127 | 127 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
|
0 commit comments