2024-07-09 11:42:04 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<ProjectGuid>{B1FF561D-1677-4B06-9168-E7B024084B69}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>DakotaUnitTest</RootNamespace>
|
|
|
|
|
|
<AssemblyName>DakotaUnitTest</AssemblyName>
|
|
|
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
|
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
|
|
|
|
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
|
|
|
|
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
|
|
|
|
|
|
<IsCodedUITest>False</IsCodedUITest>
|
|
|
|
|
|
<TestProjectType>UnitTest</TestProjectType>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="System" />
|
2025-02-05 15:29:44 +01:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2024-07-09 11:42:04 +02:00
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2024-07-09 13:07:01 +02:00
|
|
|
|
<Compile Include="DakotaReaderUnitTest.cs" />
|
2024-07-22 10:33:37 +02:00
|
|
|
|
<Compile Include="GkvObjectUnitTest.cs" />
|
2025-02-05 15:29:44 +01:00
|
|
|
|
<Compile Include="GkvSumServer.cs" />
|
2024-11-07 13:10:08 +01:00
|
|
|
|
<Compile Include="MailUnitTest.cs" />
|
2024-07-09 11:42:04 +02:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2024-11-22 10:46:39 +01:00
|
|
|
|
<None Include="App.config" />
|
2024-07-09 11:42:04 +02:00
|
|
|
|
</ItemGroup>
|
2024-07-09 13:07:01 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Dakota\Dakota.csproj">
|
|
|
|
|
|
<Project>{47331732-DD96-4075-869F-83AA9F3F9937}</Project>
|
|
|
|
|
|
<Name>Dakota</Name>
|
|
|
|
|
|
</ProjectReference>
|
2026-07-06 14:48:54 +02:00
|
|
|
|
<ProjectReference Include="..\Server\Components\ServerUtils\ServerUtils.csproj">
|
|
|
|
|
|
<Project>{EC2349FB-7FE0-4AD1-B28B-A7A27AF80A57}</Project>
|
|
|
|
|
|
<Name>ServerUtils</Name>
|
|
|
|
|
|
</ProjectReference>
|
2024-11-07 13:10:08 +01:00
|
|
|
|
<ProjectReference Include="..\Service\Service.csproj">
|
|
|
|
|
|
<Project>{094331c3-ecee-4c89-bbfd-4c9ded89f0ef}</Project>
|
|
|
|
|
|
<Name>Service</Name>
|
|
|
|
|
|
</ProjectReference>
|
2024-07-22 10:33:37 +02:00
|
|
|
|
<ProjectReference Include="..\Shared\Shared.csproj">
|
|
|
|
|
|
<Project>{2f50b83d-a3f0-4ec4-979a-3f9b7e3d8ed4}</Project>
|
|
|
|
|
|
<Name>Shared</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="fehler_example.xml">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2024-07-09 13:07:01 +02:00
|
|
|
|
</ItemGroup>
|
2024-07-09 11:42:04 +02:00
|
|
|
|
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
|
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2026-08-07 13:07:23 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" />
|
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" />
|
|
|
|
|
|
</ItemGroup>
|
2024-07-09 11:42:04 +02:00
|
|
|
|
</Project>
|