mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Added Directory.Build.targets, this seems to help to import the target correctly. Removed chocolatey package again, as this seems to be the more stable approach (let's see if the build runs...)
This commit is contained in:
parent
5f242a79c8
commit
6831505ead
24 changed files with 175 additions and 186 deletions
|
@ -18,15 +18,15 @@
|
|||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Windows.Forms;
|
||||
using GreenshotConfluencePlugin;
|
||||
using GreenshotConfluencePlugin.confluence;
|
||||
using GreenshotPlugin.Core;
|
||||
using GreenshotPlugin.IniFile;
|
||||
|
||||
namespace Confluence {
|
||||
namespace GreenshotConfluencePlugin {
|
||||
public class Page {
|
||||
public Page(RemotePage page) {
|
||||
Id = page.id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue