This commit is contained in:
2018-06-24 00:21:15 +02:00
parent e56547d25f
commit b93db116e1
7 changed files with 2506 additions and 43 deletions

View File

@ -14,7 +14,7 @@
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<EnableDefaultCompileItems>true</EnableDefaultCompileItems>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -71,47 +71,6 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Compile Include="IBaseTrackedEntity.cs" />
<Compile Include="IIdentified.cs" />
<Compile Include="ITitle.cs" />
<Compile Include="Billing\IAccountBalance.cs" />
<Compile Include="Billing\IBillable.cs" />
<Compile Include="Billing\IBillingImpacter.cs" />
<Compile Include="Billing\IBillItem.cs" />
<Compile Include="Billing\ICommandLine.cs" />
<Compile Include="Billing\IEstimate.cs" />
<Compile Include="Workflow\IRating.cs" />
<Compile Include="Blogspot\IBlog.cs" />
<Compile Include="Identity\IApplicationUser.cs" />
<Compile Include="Identity\UserInfo.cs" />
<Compile Include="Identity\Security\ICircleAuthorization.cs" />
<Compile Include="Identity\Security\ICircleAuthorized.cs" />
<Compile Include="IT\ICode.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Workflow\IActivity.cs" />
<Compile Include="Workflow\IBlackListed.cs" />
<Compile Include="Workflow\ICommandForm.cs" />
<Compile Include="Workflow\IContact.cs" />
<Compile Include="Workflow\ICoWorking.cs" />
<Compile Include="Workflow\IGoogleCloudMobileDeclaration.cs" />
<Compile Include="Workflow\ILocation.cs" />
<Compile Include="Workflow\IPerformerProfile.cs" />
<Compile Include="Workflow\IPosition.cs" />
<Compile Include="Workflow\ISpecializationSettings.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="MarkdownParser.y" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="project.json" />
<Content Include="Workflow\IQuery.cs" />
<Content Include="YavscLib.sln" />
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">