mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
24 lines
No EOL
996 B
XML
24 lines
No EOL
996 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup Label="Globals">
|
|
<SccProjectName>%24/Development/ServerManagers/Main/Plugin.Common</SccProjectName>
|
|
<SccProvider>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</SccProvider>
|
|
<SccAuxPath>https://dev.azure.com/bretthewitson</SccAuxPath>
|
|
<SccLocalPath>.</SccLocalPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<TargetFramework>net462</TargetFramework>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<RootNamespace>ServerManagerTool.Plugin.Common</RootNamespace>
|
|
<AssemblyName>ServerManager.Plugin.Common</AssemblyName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<DebugType>none</DebugType>
|
|
<DebugSymbols>false</DebugSymbols>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="PresentationCore" />
|
|
<Reference Include="PresentationFramework" />
|
|
<Reference Include="System.Xaml" />
|
|
<Reference Include="WindowsBase" />
|
|
</ItemGroup>
|
|
</Project> |