Skip to content

Commit 0192fd1

Browse files
author
gauffininteractive
committed
sorted csproj files to make future merges easier.
1 parent 78297c1 commit 0192fd1

File tree

9 files changed

+558
-572
lines changed

9 files changed

+558
-572
lines changed

src/Server/OneTrueError.Api/OneTrueError.Api.csproj

Lines changed: 47 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,34 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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')" />
43
<PropertyGroup>
54
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
65
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{FC331A95-FCA4-4764-8004-0884665DD01F}</ProjectGuid>
8-
<OutputType>Library</OutputType>
96
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>OneTrueError.Api</RootNamespace>
117
<AssemblyName>OneTrueError.Api</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
138
<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>
1413
</PropertyGroup>
1514
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1615
<DebugSymbols>true</DebugSymbols>
1716
<DebugType>full</DebugType>
18-
<Optimize>false</Optimize>
19-
<OutputPath>bin\Debug\</OutputPath>
2017
<DefineConstants>DEBUG;TRACE</DefineConstants>
18+
<DocumentationFile>bin\Debug\OneTrueError.Api.XML</DocumentationFile>
2119
<ErrorReport>prompt</ErrorReport>
20+
<Optimize>false</Optimize>
21+
<OutputPath>bin\Debug\</OutputPath>
2222
<WarningLevel>4</WarningLevel>
23-
<DocumentationFile>bin\Debug\OneTrueError.Api.XML</DocumentationFile>
2423
</PropertyGroup>
2524
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2625
<DebugType>pdbonly</DebugType>
27-
<Optimize>true</Optimize>
28-
<OutputPath>bin\Release\</OutputPath>
2926
<DefineConstants>TRACE</DefineConstants>
27+
<DocumentationFile>bin\Release\OneTrueError.Api.XML</DocumentationFile>
3028
<ErrorReport>prompt</ErrorReport>
29+
<Optimize>true</Optimize>
30+
<OutputPath>bin\Release\</OutputPath>
3131
<WarningLevel>4</WarningLevel>
32-
<DocumentationFile>bin\Release\OneTrueError.Api.XML</DocumentationFile>
3332
</PropertyGroup>
3433
<ItemGroup>
3534
<Reference Include="DotNetCqs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
@@ -44,15 +43,15 @@
4443
<HintPath>..\packages\Griffin.Framework.1.0.39\lib\net45\Griffin.Core.dll</HintPath>
4544
<Private>True</Private>
4645
</Reference>
46+
<Reference Include="Microsoft.CSharp" />
4747
<Reference Include="System" />
4848
<Reference Include="System.ComponentModel.DataAnnotations" />
4949
<Reference Include="System.Core" />
50-
<Reference Include="System.Xml.Linq" />
51-
<Reference Include="System.Data.DataSetExtensions" />
52-
<Reference Include="Microsoft.CSharp" />
5350
<Reference Include="System.Data" />
51+
<Reference Include="System.Data.DataSetExtensions" />
5452
<Reference Include="System.Net.Http" />
5553
<Reference Include="System.Xml" />
54+
<Reference Include="System.Xml.Linq" />
5655
</ItemGroup>
5756
<ItemGroup>
5857
<Compile Include="AuthorizeAttribute.cs" />
@@ -63,16 +62,13 @@
6362
<Compile Include="Core\Accounts\Events\AccountRegistered.cs" />
6463
<Compile Include="Core\Accounts\Events\InvitationAccepted.cs" />
6564
<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" />
6965
<Compile Include="Core\Accounts\NamespaceDoc.cs" />
7066
<Compile Include="Core\Accounts\Queries\AccountDTO.cs" />
7167
<Compile Include="Core\Accounts\Queries\AccountStateDTO.cs" />
7268
<Compile Include="Core\Accounts\Queries\FindAccountByUserName.cs" />
69+
<Compile Include="Core\Accounts\Queries\FindAccountByUserNameResult.cs" />
7370
<Compile Include="Core\Accounts\Queries\GetAccountById.cs" />
7471
<Compile Include="Core\Accounts\Queries\GetAccountEmailById.cs" />
75-
<Compile Include="Core\Accounts\Queries\FindAccountByUserNameResult.cs" />
7672
<Compile Include="Core\Accounts\RegisterSimple.cs" />
7773
<Compile Include="Core\Accounts\Requests\AcceptInvitation.cs" />
7874
<Compile Include="Core\Accounts\Requests\AcceptInvitationReply.cs" />
@@ -101,16 +97,13 @@
10197
<Compile Include="Core\Applications\ApplicationListItem.cs" />
10298
<Compile Include="Core\Applications\Commands\CreateApplication.cs" />
10399
<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" />
112102
<Compile Include="Core\Applications\Events\ApplicationCreated.cs" />
103+
<Compile Include="Core\Applications\Events\ApplicationDeleted.cs" />
104+
<Compile Include="Core\Applications\Events\UserAddedToApplication.cs" />
113105
<Compile Include="Core\Applications\Events\UserInvitedToApplication.cs" />
106+
<Compile Include="Core\Applications\NamespaceDoc.cs" />
114107
<Compile Include="Core\Applications\Queries\GetApplicationIdByKey.cs" />
115108
<Compile Include="Core\Applications\Queries\GetApplicationIdByKeyResult.cs" />
116109
<Compile Include="Core\Applications\Queries\GetApplicationInfo.cs" />
@@ -119,31 +112,15 @@
119112
<Compile Include="Core\Applications\Queries\GetApplicationOverviewResult.cs" />
120113
<Compile Include="Core\Applications\Queries\GetApplicationTeam.cs" />
121114
<Compile Include="Core\Applications\Queries\GetApplicationTeamMember.cs" />
115+
<Compile Include="Core\Applications\Queries\GetApplicationTeamResult.cs" />
122116
<Compile Include="Core\Applications\Queries\GetApplicationTeamResultInvitation.cs" />
123117
<Compile Include="Core\Applications\Queries\GetOverview.cs" />
118+
<Compile Include="Core\Applications\Queries\OverviewStatSummary.cs" />
124119
<Compile Include="Core\Applications\TypeOfApplication.cs" />
125120
<Compile Include="Core\EnumExtensions.cs" />
126121
<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" />
147124
<Compile Include="Core\IgnoreFieldAttribute.cs" />
148125
<Compile Include="Core\Incidents\Commands\CloseIncident.cs" />
149126
<Compile Include="Core\Incidents\Commands\IgnoreIncident.cs" />
@@ -152,6 +129,7 @@
152129
<Compile Include="Core\Incidents\Events\ReportAddedToIncident.cs" />
153130
<Compile Include="Core\Incidents\IncidentOrder.cs" />
154131
<Compile Include="Core\Incidents\IncidentSummaryDTO.cs" />
132+
<Compile Include="Core\Incidents\NamespaceDoc.cs" />
155133
<Compile Include="Core\Incidents\Queries\FindIncidentResult.cs" />
156134
<Compile Include="Core\Incidents\Queries\FindIncidentResultItem.cs" />
157135
<Compile Include="Core\Incidents\Queries\FindIncidents.cs" />
@@ -162,14 +140,20 @@
162140
<Compile Include="Core\Incidents\Queries\GetIncidentStatistics.cs" />
163141
<Compile Include="Core\Incidents\Queries\GetIncidentStatisticsResult.cs" />
164142
<Compile Include="Core\Incidents\Queries\ReportDay.cs" />
143+
<Compile Include="Core\Invitations\Commands\InviteUser.cs" />
144+
<Compile Include="Core\Invitations\NamespaceDoc.cs" />
165145
<Compile Include="Core\Invitations\Queries\GetInvitationByKey.cs" />
166146
<Compile Include="Core\Invitations\Queries\GetInvitationByKeyResult.cs" />
167147
<Compile Include="Core\Messaging\Commands\SendEmail.cs" />
148+
<Compile Include="Core\Messaging\Commands\SendSms.cs" />
168149
<Compile Include="Core\Messaging\Commands\SendTemplateEmail.cs" />
169150
<Compile Include="Core\Messaging\EmailAddress.cs" />
170151
<Compile Include="Core\Messaging\EmailMessage.cs" />
171152
<Compile Include="Core\Messaging\EmailResource.cs" />
153+
<Compile Include="Core\Messaging\NamespaceDoc.cs" />
154+
<Compile Include="Core\NamespaceDoc.cs" />
172155
<Compile Include="Core\Reports\ContextCollectionDTO.cs" />
156+
<Compile Include="Core\Reports\NamespaceDoc.cs" />
173157
<Compile Include="Core\Reports\Queries\GetReport.cs" />
174158
<Compile Include="Core\Reports\Queries\GetReportException.cs" />
175159
<Compile Include="Core\Reports\Queries\GetReportList.cs" />
@@ -180,9 +164,11 @@
180164
<Compile Include="Core\Reports\Queries\KeyValuePair.cs" />
181165
<Compile Include="Core\Reports\ReportDTO.cs" />
182166
<Compile Include="Core\Reports\ReportExeptionDTO.cs" />
167+
<Compile Include="Core\Support\NamespaceDoc.cs" />
183168
<Compile Include="Core\Support\SendSupportRequest.cs" />
184169
<Compile Include="Core\Users\Commands\UpdateNotifications.cs" />
185170
<Compile Include="Core\Users\Commands\UpdatePersonalSettings.cs" />
171+
<Compile Include="Core\Users\NamespaceDoc.cs" />
186172
<Compile Include="Core\Users\NotificationSettings.cs" />
187173
<Compile Include="Core\Users\NotificationState.cs" />
188174
<Compile Include="Core\Users\Queries\GetUserSettings.cs" />
@@ -192,6 +178,9 @@
192178
<Compile Include="Modules\ContextData\Queries\GetSimilaritiesResult.cs" />
193179
<Compile Include="Modules\ContextData\Queries\GetSimilaritiesSimilarity.cs" />
194180
<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" />
195184
<Compile Include="Modules\Tagging\Events\TagAttachedToIncident.cs" />
196185
<Compile Include="Modules\Tagging\Queries\GetTagsForIncident.cs" />
197186
<Compile Include="Modules\Tagging\TagDTO.cs" />
@@ -206,18 +195,27 @@
206195
<Compile Include="Modules\Triggers\Queries\GetTriggersForApplication.cs" />
207196
<Compile Include="Modules\Triggers\TriggerActionDataDTO.cs" />
208197
<Compile Include="Modules\Triggers\TriggerContextRule.cs" />
198+
<Compile Include="Modules\Triggers\TriggerDTO.cs" />
209199
<Compile Include="Modules\Triggers\TriggerExceptionRule.cs" />
210200
<Compile Include="Modules\Triggers\TriggerFilterCondition.cs" />
211-
<Compile Include="Modules\Triggers\TriggerDTO.cs" />
212201
<Compile Include="Modules\Triggers\TriggerRuleAction.cs" />
213202
<Compile Include="Modules\Triggers\TriggerRuleBase.cs" />
203+
<Compile Include="NamespaceDoc.cs" />
214204
<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" />
215214
<Compile Include="Web\Overview\Queries\GetOverview.cs" />
216215
<Compile Include="Web\Overview\Queries\GetOverviewApplicationResult.cs" />
217216
<Compile Include="Web\Overview\Queries\GetOverviewResult.cs" />
218217
<Compile Include="Web\Overview\Queries\OverviewStatSummary.cs" />
219218
</ItemGroup>
220-
<ItemGroup />
221219
<ItemGroup>
222220
<None Include="Core\Accounts\ReadMe.md" />
223221
<None Include="Core\ApiKeys\ReadMe.md" />
@@ -234,6 +232,7 @@
234232
<None Include="packages.config" />
235233
<None Include="ReadMe.md" />
236234
</ItemGroup>
235+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
237236
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
238237
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
239238
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)