-
Notifications
You must be signed in to change notification settings - Fork 0
/
GrooperGit.csproj
executable file
·160 lines (160 loc) · 6.62 KB
/
GrooperGit.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{1151EBFF-BDEF-44E7-8B3C-267475346731}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GrooperGit</RootNamespace>
<AssemblyName>GrooperGit</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>GrooperGit.xml</DocumentationFile>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x64</PlatformTarget>
<CustomCommands>
<CustomCommands>
<Command>
<type>AfterBuild</type>
<command>../../../debug.sh</command>
<externalConsole>True</externalConsole>
<pauseExternalConsole>True</pauseExternalConsole>
</Command>
</CustomCommands>
</CustomCommands>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>GrooperGit.xml</DocumentationFile>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<GrooperPath Condition="'$(OS)' == 'Windows_NT'">C:\Program Files\BIS\Grooper\</GrooperPath>
<GrooperPath Condition="'$(OS)' != 'Windows_NT'">/Users/stevenrotelli/Grooper/</GrooperPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="Grooper">
<HintPath>$(GrooperPath)Grooper.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Grooper.CMIS">
<HintPath>$(GrooperPath)Grooper.CMIS.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Grooper.Activities">
<HintPath>$(GrooperPath)Grooper.Activities.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Grooper.Core">
<HintPath>$(GrooperPath)Grooper.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Grooper.Services">
<HintPath>$(GrooperPath)Grooper.Services.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Grooper.Extract">
<HintPath>$(GrooperPath)Grooper.Extract.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Classes\Utils.cs" />
<Compile Include="Classes\GitHubOauth.cs" />
<Compile Include="Classes\GitRepository.cs" />
<Compile Include="Classes\Shell.cs" />
<Compile Include="Classes\NodeAsFile.cs" />
<Compile Include="Node Types\GitProject.cs" />
<Compile Include="Object Commands\ConvertToGitProject.cs" />
<Compile Include="Object Commands\GitCommand.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="ScriptingSession.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UI\Property Grid\Editors\ChangedNodeListEditor.cs" />
<Compile Include="UI\Property Grid\Editors\MarkDownEditor.cs" />
<Compile Include="UI\Property Grid\Type Converters\BranchListConverter.cs" />
<Compile Include="Object Commands\Stage.cs" />
<Compile Include="Object Commands\Commit.cs" />
<Compile Include="Object Commands\Remove.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Images\BlueCheck.png" />
<Content Include="Images\Branch.png" />
<Content Include="Images\Commit.png" />
<Content Include="Images\Diff.png" />
<Content Include="Images\Fetch.png" />
<Content Include="Images\Fetch_old.png" />
<Content Include="Images\Git.png" />
<Content Include="Images\GitProject.png" />
<Content Include="Images\Green Check.png" />
<Content Include="Images\GrooperGit.png" />
<Content Include="Images\GrooperGitProject.png" />
<Content Include="Images\markdown.png" />
<Content Include="Images\Merge.png" />
<Content Include="Images\Pull.png" />
<Content Include="Images\Pull_old.png" />
<Content Include="Images\Push.png" />
<Content Include="Images\Search.png" />
<Content Include="Images\Stage.png" />
<Content Include="Images\Unstage.png" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include=".editorconfig" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ProjectExtensions>
<MonoDevelop>
<Properties>
<Policies>
<DotNetNamingPolicy ResourceNamePolicy="FileFormatDefault" DirectoryNamespaceAssociation="PrefixedHierarchical" />
</Policies>
</Properties>
</MonoDevelop>
</ProjectExtensions>
</Project>