|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 |
| - <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 3 | <PropertyGroup>
|
5 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
7 |
| - <ProjectGuid>{FC331A95-FCA4-4764-8004-0884665DD01F}</ProjectGuid> |
8 |
| - <OutputType>Library</OutputType> |
9 | 6 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 |
| - <RootNamespace>OneTrueError.Api</RootNamespace> |
11 | 7 | <AssemblyName>OneTrueError.Api</AssemblyName>
|
12 |
| - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
13 | 8 | <FileAlignment>512</FileAlignment>
|
| 9 | + <OutputType>Library</OutputType> |
| 10 | + <ProjectGuid>{FC331A95-FCA4-4764-8004-0884665DD01F}</ProjectGuid> |
| 11 | + <RootNamespace>OneTrueError.Api</RootNamespace> |
| 12 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
14 | 13 | </PropertyGroup>
|
15 | 14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
16 | 15 | <DebugSymbols>true</DebugSymbols>
|
17 | 16 | <DebugType>full</DebugType>
|
18 |
| - <Optimize>false</Optimize> |
19 |
| - <OutputPath>bin\Debug\</OutputPath> |
20 | 17 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
| 18 | + <DocumentationFile>bin\Debug\OneTrueError.Api.XML</DocumentationFile> |
21 | 19 | <ErrorReport>prompt</ErrorReport>
|
| 20 | + <Optimize>false</Optimize> |
| 21 | + <OutputPath>bin\Debug\</OutputPath> |
22 | 22 | <WarningLevel>4</WarningLevel>
|
23 |
| - <DocumentationFile>bin\Debug\OneTrueError.Api.XML</DocumentationFile> |
24 | 23 | </PropertyGroup>
|
25 | 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
26 | 25 | <DebugType>pdbonly</DebugType>
|
27 |
| - <Optimize>true</Optimize> |
28 |
| - <OutputPath>bin\Release\</OutputPath> |
29 | 26 | <DefineConstants>TRACE</DefineConstants>
|
| 27 | + <DocumentationFile>bin\Release\OneTrueError.Api.XML</DocumentationFile> |
30 | 28 | <ErrorReport>prompt</ErrorReport>
|
| 29 | + <Optimize>true</Optimize> |
| 30 | + <OutputPath>bin\Release\</OutputPath> |
31 | 31 | <WarningLevel>4</WarningLevel>
|
32 |
| - <DocumentationFile>bin\Release\OneTrueError.Api.XML</DocumentationFile> |
33 | 32 | </PropertyGroup>
|
34 | 33 | <ItemGroup>
|
35 | 34 | <Reference Include="DotNetCqs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
44 | 43 | <HintPath>..\packages\Griffin.Framework.1.0.39\lib\net45\Griffin.Core.dll</HintPath>
|
45 | 44 | <Private>True</Private>
|
46 | 45 | </Reference>
|
| 46 | + <Reference Include="Microsoft.CSharp" /> |
47 | 47 | <Reference Include="System" />
|
48 | 48 | <Reference Include="System.ComponentModel.DataAnnotations" />
|
49 | 49 | <Reference Include="System.Core" />
|
50 |
| - <Reference Include="System.Xml.Linq" /> |
51 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
52 |
| - <Reference Include="Microsoft.CSharp" /> |
53 | 50 | <Reference Include="System.Data" />
|
| 51 | + <Reference Include="System.Data.DataSetExtensions" /> |
54 | 52 | <Reference Include="System.Net.Http" />
|
55 | 53 | <Reference Include="System.Xml" />
|
| 54 | + <Reference Include="System.Xml.Linq" /> |
56 | 55 | </ItemGroup>
|
57 | 56 | <ItemGroup>
|
58 | 57 | <Compile Include="AuthorizeAttribute.cs" />
|
|
63 | 62 | <Compile Include="Core\Accounts\Events\AccountRegistered.cs" />
|
64 | 63 | <Compile Include="Core\Accounts\Events\InvitationAccepted.cs" />
|
65 | 64 | <Compile Include="Core\Accounts\Events\LoginFailed.cs" />
|
66 |
| - <Compile Include="Core\Applications\Commands\RemoveTeamMember.cs" /> |
67 |
| - <Compile Include="Core\Applications\Commands\UpdateApplication.cs" /> |
68 |
| - <Compile Include="Core\Applications\Events\UserAddedToApplication.cs" /> |
69 | 65 | <Compile Include="Core\Accounts\NamespaceDoc.cs" />
|
70 | 66 | <Compile Include="Core\Accounts\Queries\AccountDTO.cs" />
|
71 | 67 | <Compile Include="Core\Accounts\Queries\AccountStateDTO.cs" />
|
72 | 68 | <Compile Include="Core\Accounts\Queries\FindAccountByUserName.cs" />
|
| 69 | + <Compile Include="Core\Accounts\Queries\FindAccountByUserNameResult.cs" /> |
73 | 70 | <Compile Include="Core\Accounts\Queries\GetAccountById.cs" />
|
74 | 71 | <Compile Include="Core\Accounts\Queries\GetAccountEmailById.cs" />
|
75 |
| - <Compile Include="Core\Accounts\Queries\FindAccountByUserNameResult.cs" /> |
76 | 72 | <Compile Include="Core\Accounts\RegisterSimple.cs" />
|
77 | 73 | <Compile Include="Core\Accounts\Requests\AcceptInvitation.cs" />
|
78 | 74 | <Compile Include="Core\Accounts\Requests\AcceptInvitationReply.cs" />
|
|
101 | 97 | <Compile Include="Core\Applications\ApplicationListItem.cs" />
|
102 | 98 | <Compile Include="Core\Applications\Commands\CreateApplication.cs" />
|
103 | 99 | <Compile Include="Core\Applications\Commands\DeleteApplication.cs" />
|
104 |
| - <Compile Include="Core\Applications\Events\ApplicationDeleted.cs" /> |
105 |
| - <Compile Include="Core\Applications\NamespaceDoc.cs" /> |
106 |
| - <Compile Include="Core\Applications\Queries\GetApplicationTeamResult.cs" /> |
107 |
| - <Compile Include="Core\Applications\Queries\OverviewStatSummary.cs" /> |
108 |
| - <Compile Include="Core\Feedback\Events\FeedbackAttachedToIncident.cs" /> |
109 |
| - <Compile Include="Core\Feedback\NamespaceDoc.cs" /> |
110 |
| - <Compile Include="Core\Incidents\NamespaceDoc.cs" /> |
111 |
| - <Compile Include="Core\Invitations\Commands\InviteUser.cs" /> |
| 100 | + <Compile Include="Core\Applications\Commands\RemoveTeamMember.cs" /> |
| 101 | + <Compile Include="Core\Applications\Commands\UpdateApplication.cs" /> |
112 | 102 | <Compile Include="Core\Applications\Events\ApplicationCreated.cs" />
|
| 103 | + <Compile Include="Core\Applications\Events\ApplicationDeleted.cs" /> |
| 104 | + <Compile Include="Core\Applications\Events\UserAddedToApplication.cs" /> |
113 | 105 | <Compile Include="Core\Applications\Events\UserInvitedToApplication.cs" />
|
| 106 | + <Compile Include="Core\Applications\NamespaceDoc.cs" /> |
114 | 107 | <Compile Include="Core\Applications\Queries\GetApplicationIdByKey.cs" />
|
115 | 108 | <Compile Include="Core\Applications\Queries\GetApplicationIdByKeyResult.cs" />
|
116 | 109 | <Compile Include="Core\Applications\Queries\GetApplicationInfo.cs" />
|
|
119 | 112 | <Compile Include="Core\Applications\Queries\GetApplicationOverviewResult.cs" />
|
120 | 113 | <Compile Include="Core\Applications\Queries\GetApplicationTeam.cs" />
|
121 | 114 | <Compile Include="Core\Applications\Queries\GetApplicationTeamMember.cs" />
|
| 115 | + <Compile Include="Core\Applications\Queries\GetApplicationTeamResult.cs" /> |
122 | 116 | <Compile Include="Core\Applications\Queries\GetApplicationTeamResultInvitation.cs" />
|
123 | 117 | <Compile Include="Core\Applications\Queries\GetOverview.cs" />
|
| 118 | + <Compile Include="Core\Applications\Queries\OverviewStatSummary.cs" /> |
124 | 119 | <Compile Include="Core\Applications\TypeOfApplication.cs" />
|
125 | 120 | <Compile Include="Core\EnumExtensions.cs" />
|
126 | 121 | <Compile Include="Core\Feedback\Commands\SubmitFeedback.cs" />
|
127 |
| - <Compile Include="Core\Invitations\NamespaceDoc.cs" /> |
128 |
| - <Compile Include="Core\Messaging\Commands\SendSms.cs" /> |
129 |
| - <Compile Include="Core\Messaging\NamespaceDoc.cs" /> |
130 |
| - <Compile Include="Core\NamespaceDoc.cs" /> |
131 |
| - <Compile Include="Core\Reports\NamespaceDoc.cs" /> |
132 |
| - <Compile Include="Core\Support\NamespaceDoc.cs" /> |
133 |
| - <Compile Include="Core\Users\NamespaceDoc.cs" /> |
134 |
| - <Compile Include="Modules\ErrorOrigins\Queries\GetOriginsForIncident.cs" /> |
135 |
| - <Compile Include="Modules\ErrorOrigins\Queries\GetOriginsForIncidentResult.cs" /> |
136 |
| - <Compile Include="Modules\ErrorOrigins\Queries\GetOriginsForIncidentResultItem.cs" /> |
137 |
| - <Compile Include="NamespaceDoc.cs" /> |
138 |
| - <Compile Include="Web\Feedback\Queries\GetFeedbackForApplication.cs" /> |
139 |
| - <Compile Include="Web\Feedback\Queries\GetFeedbackForApplicationResult.cs" /> |
140 |
| - <Compile Include="Web\Feedback\Queries\GetFeedbackForApplicationResultItem.cs" /> |
141 |
| - <Compile Include="Web\Feedback\Queries\GetIncidentFeedback.cs" /> |
142 |
| - <Compile Include="Web\Feedback\Queries\GetIncidentFeedbackResult.cs" /> |
143 |
| - <Compile Include="Web\Feedback\Queries\GetIncidentFeedbackResultItem.cs" /> |
144 |
| - <Compile Include="Web\Feedback\Queries\GetFeedbackForDashboardPage.cs" /> |
145 |
| - <Compile Include="Web\Feedback\Queries\GetFeedbackForDashboardPageResult.cs" /> |
146 |
| - <Compile Include="Web\Feedback\Queries\GetFeedbackForDashboardPageResultItem.cs" /> |
| 122 | + <Compile Include="Core\Feedback\Events\FeedbackAttachedToIncident.cs" /> |
| 123 | + <Compile Include="Core\Feedback\NamespaceDoc.cs" /> |
147 | 124 | <Compile Include="Core\IgnoreFieldAttribute.cs" />
|
148 | 125 | <Compile Include="Core\Incidents\Commands\CloseIncident.cs" />
|
149 | 126 | <Compile Include="Core\Incidents\Commands\IgnoreIncident.cs" />
|
|
152 | 129 | <Compile Include="Core\Incidents\Events\ReportAddedToIncident.cs" />
|
153 | 130 | <Compile Include="Core\Incidents\IncidentOrder.cs" />
|
154 | 131 | <Compile Include="Core\Incidents\IncidentSummaryDTO.cs" />
|
| 132 | + <Compile Include="Core\Incidents\NamespaceDoc.cs" /> |
155 | 133 | <Compile Include="Core\Incidents\Queries\FindIncidentResult.cs" />
|
156 | 134 | <Compile Include="Core\Incidents\Queries\FindIncidentResultItem.cs" />
|
157 | 135 | <Compile Include="Core\Incidents\Queries\FindIncidents.cs" />
|
|
162 | 140 | <Compile Include="Core\Incidents\Queries\GetIncidentStatistics.cs" />
|
163 | 141 | <Compile Include="Core\Incidents\Queries\GetIncidentStatisticsResult.cs" />
|
164 | 142 | <Compile Include="Core\Incidents\Queries\ReportDay.cs" />
|
| 143 | + <Compile Include="Core\Invitations\Commands\InviteUser.cs" /> |
| 144 | + <Compile Include="Core\Invitations\NamespaceDoc.cs" /> |
165 | 145 | <Compile Include="Core\Invitations\Queries\GetInvitationByKey.cs" />
|
166 | 146 | <Compile Include="Core\Invitations\Queries\GetInvitationByKeyResult.cs" />
|
167 | 147 | <Compile Include="Core\Messaging\Commands\SendEmail.cs" />
|
| 148 | + <Compile Include="Core\Messaging\Commands\SendSms.cs" /> |
168 | 149 | <Compile Include="Core\Messaging\Commands\SendTemplateEmail.cs" />
|
169 | 150 | <Compile Include="Core\Messaging\EmailAddress.cs" />
|
170 | 151 | <Compile Include="Core\Messaging\EmailMessage.cs" />
|
171 | 152 | <Compile Include="Core\Messaging\EmailResource.cs" />
|
| 153 | + <Compile Include="Core\Messaging\NamespaceDoc.cs" /> |
| 154 | + <Compile Include="Core\NamespaceDoc.cs" /> |
172 | 155 | <Compile Include="Core\Reports\ContextCollectionDTO.cs" />
|
| 156 | + <Compile Include="Core\Reports\NamespaceDoc.cs" /> |
173 | 157 | <Compile Include="Core\Reports\Queries\GetReport.cs" />
|
174 | 158 | <Compile Include="Core\Reports\Queries\GetReportException.cs" />
|
175 | 159 | <Compile Include="Core\Reports\Queries\GetReportList.cs" />
|
|
180 | 164 | <Compile Include="Core\Reports\Queries\KeyValuePair.cs" />
|
181 | 165 | <Compile Include="Core\Reports\ReportDTO.cs" />
|
182 | 166 | <Compile Include="Core\Reports\ReportExeptionDTO.cs" />
|
| 167 | + <Compile Include="Core\Support\NamespaceDoc.cs" /> |
183 | 168 | <Compile Include="Core\Support\SendSupportRequest.cs" />
|
184 | 169 | <Compile Include="Core\Users\Commands\UpdateNotifications.cs" />
|
185 | 170 | <Compile Include="Core\Users\Commands\UpdatePersonalSettings.cs" />
|
| 171 | + <Compile Include="Core\Users\NamespaceDoc.cs" /> |
186 | 172 | <Compile Include="Core\Users\NotificationSettings.cs" />
|
187 | 173 | <Compile Include="Core\Users\NotificationState.cs" />
|
188 | 174 | <Compile Include="Core\Users\Queries\GetUserSettings.cs" />
|
|
192 | 178 | <Compile Include="Modules\ContextData\Queries\GetSimilaritiesResult.cs" />
|
193 | 179 | <Compile Include="Modules\ContextData\Queries\GetSimilaritiesSimilarity.cs" />
|
194 | 180 | <Compile Include="Modules\ContextData\Queries\GetSimilaritiesValue.cs" />
|
| 181 | + <Compile Include="Modules\ErrorOrigins\Queries\GetOriginsForIncident.cs" /> |
| 182 | + <Compile Include="Modules\ErrorOrigins\Queries\GetOriginsForIncidentResult.cs" /> |
| 183 | + <Compile Include="Modules\ErrorOrigins\Queries\GetOriginsForIncidentResultItem.cs" /> |
195 | 184 | <Compile Include="Modules\Tagging\Events\TagAttachedToIncident.cs" />
|
196 | 185 | <Compile Include="Modules\Tagging\Queries\GetTagsForIncident.cs" />
|
197 | 186 | <Compile Include="Modules\Tagging\TagDTO.cs" />
|
|
206 | 195 | <Compile Include="Modules\Triggers\Queries\GetTriggersForApplication.cs" />
|
207 | 196 | <Compile Include="Modules\Triggers\TriggerActionDataDTO.cs" />
|
208 | 197 | <Compile Include="Modules\Triggers\TriggerContextRule.cs" />
|
| 198 | + <Compile Include="Modules\Triggers\TriggerDTO.cs" /> |
209 | 199 | <Compile Include="Modules\Triggers\TriggerExceptionRule.cs" />
|
210 | 200 | <Compile Include="Modules\Triggers\TriggerFilterCondition.cs" />
|
211 |
| - <Compile Include="Modules\Triggers\TriggerDTO.cs" /> |
212 | 201 | <Compile Include="Modules\Triggers\TriggerRuleAction.cs" />
|
213 | 202 | <Compile Include="Modules\Triggers\TriggerRuleBase.cs" />
|
| 203 | + <Compile Include="NamespaceDoc.cs" /> |
214 | 204 | <Compile Include="Properties\AssemblyInfo.cs" />
|
| 205 | + <Compile Include="Web\Feedback\Queries\GetFeedbackForApplication.cs" /> |
| 206 | + <Compile Include="Web\Feedback\Queries\GetFeedbackForApplicationResult.cs" /> |
| 207 | + <Compile Include="Web\Feedback\Queries\GetFeedbackForApplicationResultItem.cs" /> |
| 208 | + <Compile Include="Web\Feedback\Queries\GetFeedbackForDashboardPage.cs" /> |
| 209 | + <Compile Include="Web\Feedback\Queries\GetFeedbackForDashboardPageResult.cs" /> |
| 210 | + <Compile Include="Web\Feedback\Queries\GetFeedbackForDashboardPageResultItem.cs" /> |
| 211 | + <Compile Include="Web\Feedback\Queries\GetIncidentFeedback.cs" /> |
| 212 | + <Compile Include="Web\Feedback\Queries\GetIncidentFeedbackResult.cs" /> |
| 213 | + <Compile Include="Web\Feedback\Queries\GetIncidentFeedbackResultItem.cs" /> |
215 | 214 | <Compile Include="Web\Overview\Queries\GetOverview.cs" />
|
216 | 215 | <Compile Include="Web\Overview\Queries\GetOverviewApplicationResult.cs" />
|
217 | 216 | <Compile Include="Web\Overview\Queries\GetOverviewResult.cs" />
|
218 | 217 | <Compile Include="Web\Overview\Queries\OverviewStatSummary.cs" />
|
219 | 218 | </ItemGroup>
|
220 |
| - <ItemGroup /> |
221 | 219 | <ItemGroup>
|
222 | 220 | <None Include="Core\Accounts\ReadMe.md" />
|
223 | 221 | <None Include="Core\ApiKeys\ReadMe.md" />
|
|
234 | 232 | <None Include="packages.config" />
|
235 | 233 | <None Include="ReadMe.md" />
|
236 | 234 | </ItemGroup>
|
| 235 | + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
237 | 236 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
238 | 237 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
239 | 238 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments