71 lines
3.5 KiB
XML
71 lines
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{242A32D8-9A3A-4FE3-902B-AB9C3154723A}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>UniversalEditor.TestProject</RootNamespace>
|
|
<AssemblyName>UniversalEditor.TestProject</AssemblyName>
|
|
<SignAssembly>true</SignAssembly>
|
|
<AssemblyOriginatorKeyFile>..\..\UniversalEditor.snk</AssemblyOriginatorKeyFile>
|
|
<ReleaseVersion>4.0.2019.12</ReleaseVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ExternalConsole>true</ExternalConsole>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ExternalConsole>true</ExternalConsole>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ExtensionMethods.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Plugins\UniversalEditor.Plugins.Microsoft\UniversalEditor.Plugins.Microsoft.csproj">
|
|
<Project>{4698BC3F-EC29-42EB-9AED-3D8F9983A108}</Project>
|
|
<Name>UniversalEditor.Plugins.Microsoft</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.Essential\UniversalEditor.Essential.csproj">
|
|
<Project>{30467E5C-05BC-4856-AADC-13906EF4CADD}</Project>
|
|
<Name>UniversalEditor.Essential</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.Core\UniversalEditor.Core.csproj">
|
|
<Project>{2D4737E6-6D95-408A-90DB-8DFF38147E85}</Project>
|
|
<Name>UniversalEditor.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Plugins\UniversalEditor.Plugins.FileSystem\UniversalEditor.Plugins.FileSystem.csproj">
|
|
<Project>{76FD1306-9CA4-428F-993B-B7E4EEEACBF3}</Project>
|
|
<Name>UniversalEditor.Plugins.FileSystem</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Plugins\UniversalEditor.Plugins.Multimedia\UniversalEditor.Plugins.Multimedia.csproj">
|
|
<Project>{BE4D0BA3-0888-42A5-9C09-FC308A4509D2}</Project>
|
|
<Name>UniversalEditor.Plugins.Multimedia</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Plugins\UniversalEditor.Plugins.Multimedia3D\UniversalEditor.Plugins.Multimedia3D.csproj">
|
|
<Project>{4FD9DB1D-76AA-48D1-8446-95376C4A2BC2}</Project>
|
|
<Name>UniversalEditor.Plugins.Multimedia3D</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Plugins\UniversalEditor.Plugins.Genealogy\UniversalEditor.Plugins.Genealogy.csproj">
|
|
<Project>{74A835FD-93B8-4268-B120-1ACAA128AC7B}</Project>
|
|
<Name>UniversalEditor.Plugins.Genealogy</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project>
|