Merge pull request #2822 from sylveon/master

Add default build configuration and platform for Greenshot Editor
This commit is contained in:
Jaex 2017-10-06 00:38:19 +03:00 committed by GitHub
commit 1219ef78b7

View file

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Greenshot</RootNamespace>