2018-11-25 14:12:25 -05:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2018-11-29 22:12:40 -05:00
<Import Project= "..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.props" Condition= "Exists('..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.props')" />
2018-11-25 14:12:25 -05:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
2018-11-29 21:20:29 -05:00
<Platform Condition= " '$(Platform)' == '' " > x64</Platform>
2018-11-25 14:12:25 -05:00
<ProjectGuid > {F187FACE-CBA2-4012-8308-06CCDC9D6AB1}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > OpenDiablo2.Core.UT</RootNamespace>
<AssemblyName > OpenDiablo2.Core.UT</AssemblyName>
<TargetFrameworkVersion > v4.6.1</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>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
</PropertyGroup>
2018-11-29 21:20:29 -05:00
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|x64' " >
2018-11-25 14:12:25 -05:00
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<PlatformTarget > x64</PlatformTarget>
</PropertyGroup>
2018-11-29 21:20:29 -05:00
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|x64' " >
2018-11-25 14:12:25 -05:00
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
2018-11-29 22:12:40 -05:00
<HintPath > ..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
2018-11-25 14:12:25 -05:00
</Reference>
<Reference Include= "Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
2018-11-29 22:12:40 -05:00
<HintPath > ..\packages\MSTest.TestFramework.1.4.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
2018-11-25 14:12:25 -05:00
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Core" />
</ItemGroup>
<ItemGroup >
<Compile Include= "Properties\AssemblyInfo.cs" />
2018-11-29 21:20:29 -05:00
<Compile Include= "UT_MobManager.cs" />
2018-11-25 14:12:25 -05:00
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\OpenDiablo2.Common\OpenDiablo2.Common.csproj" >
<Project > {b743160e-a0bb-45dc-9998-967a85e50562}</Project>
<Name > OpenDiablo2.Common</Name>
</ProjectReference>
<ProjectReference Include= "..\OpenDiablo2.Core\OpenDiablo2.Core.csproj" >
<Project > {8fc6bf7d-835a-47c1-a6b2-125495fa0900}</Project>
<Name > OpenDiablo2.Core</Name>
</ProjectReference>
</ItemGroup>
2018-11-29 22:12:40 -05:00
<ItemGroup >
<None Include= "app.config" />
<None Include= "packages.config" />
</ItemGroup>
2018-11-25 14:12:25 -05:00
<Import Project= "$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition= "Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
2018-11-29 22:12:40 -05:00
<Error Condition= "!Exists('..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.props'))" />
<Error Condition= "!Exists('..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.targets'))" />
2018-11-25 14:12:25 -05:00
</Target>
2018-11-29 22:12:40 -05:00
<Import Project= "..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.targets" Condition= "Exists('..\packages\MSTest.TestAdapter.1.4.0\build\net45\MSTest.TestAdapter.targets')" />
2018-11-25 14:12:25 -05:00
</Project>