Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 234:8dd666e6b6bf v2
Added implab nuget spec
author | cin |
---|---|
date | Thu, 05 Oct 2017 09:21:23 +0300 |
parents | d6fe09f5592c |
children | b49969a7043c |
comparison
equal
deleted
inserted
replaced
233:d6fe09f5592c | 234:8dd666e6b6bf |
---|---|
64 <OutputPath>bin\Release</OutputPath> | 64 <OutputPath>bin\Release</OutputPath> |
65 <DefineConstants>NET_4_5;MONO;</DefineConstants> | 65 <DefineConstants>NET_4_5;MONO;</DefineConstants> |
66 <ErrorReport>prompt</ErrorReport> | 66 <ErrorReport>prompt</ErrorReport> |
67 <WarningLevel>4</WarningLevel> | 67 <WarningLevel>4</WarningLevel> |
68 <ConsolePause>false</ConsolePause> | 68 <ConsolePause>false</ConsolePause> |
69 </PropertyGroup> | |
70 <PropertyGroup> | |
71 <SignAssembly>true</SignAssembly> | |
72 </PropertyGroup> | |
73 <PropertyGroup> | |
74 <AssemblyOriginatorKeyFile>implab.snk</AssemblyOriginatorKeyFile> | |
69 </PropertyGroup> | 75 </PropertyGroup> |
70 <ItemGroup> | 76 <ItemGroup> |
71 <Reference Include="System" /> | 77 <Reference Include="System" /> |
72 <Reference Include="System.Xml" /> | 78 <Reference Include="System.Xml" /> |
73 <Reference Include="mscorlib" /> | 79 <Reference Include="mscorlib" /> |
205 <Compile Include="Xml\SerializersPool.cs" /> | 211 <Compile Include="Xml\SerializersPool.cs" /> |
206 <Compile Include="Xml\XmlSimpleAttribute.cs" /> | 212 <Compile Include="Xml\XmlSimpleAttribute.cs" /> |
207 <Compile Include="Xml\XmlNameContext.cs" /> | 213 <Compile Include="Xml\XmlNameContext.cs" /> |
208 </ItemGroup> | 214 </ItemGroup> |
209 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 215 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
210 <ItemGroup /> | 216 <ItemGroup> |
217 <None Include="Implab.nuspec"> | |
218 <SubType>Designer</SubType> | |
219 </None> | |
220 <None Include="implab.snk" /> | |
221 </ItemGroup> | |
211 <ProjectExtensions> | 222 <ProjectExtensions> |
212 <MonoDevelop> | 223 <MonoDevelop> |
213 <Properties> | 224 <Properties> |
214 <Policies> | 225 <Policies> |
215 <CSharpFormattingPolicy IndentBlock="True" IndentBraces="False" IndentSwitchSection="False" IndentSwitchCaseSection="True" LabelPositioning="OneLess" NewLinesForBracesInProperties="False" NewLinesForBracesInAccessors="False" NewLinesForBracesInAnonymousMethods="False" NewLinesForBracesInControlBlocks="False" NewLinesForBracesInAnonymousTypes="False" NewLinesForBracesInObjectCollectionArrayInitializers="False" NewLinesForBracesInLambdaExpressionBody="False" NewLineForElse="False" NewLineForCatch="False" NewLineForFinally="False" NewLineForMembersInObjectInit="False" NewLineForMembersInAnonymousTypes="False" NewLineForClausesInQuery="False" SpaceWithinMethodDeclarationParenthesis="False" SpaceBetweenEmptyMethodDeclarationParentheses="False" SpaceWithinMethodCallParentheses="False" SpaceBetweenEmptyMethodCallParentheses="False" SpaceAfterControlFlowStatementKeyword="True" SpaceWithinExpressionParentheses="False" SpaceWithinCastParentheses="False" SpaceWithinOtherParentheses="False" SpaceAfterCast="False" SpacesIgnoreAroundVariableDeclaration="False" SpaceBetweenEmptySquareBrackets="False" SpaceWithinSquareBrackets="False" SpaceAfterColonInBaseTypeDeclaration="True" SpaceAfterComma="True" SpaceAfterDot="False" SpaceAfterSemicolonsInForStatement="True" SpaceBeforeComma="False" SpaceBeforeDot="False" SpaceBeforeSemicolonsInForStatement="False" SpacingAroundBinaryOperator="Single" WrappingPreserveSingleLine="True" WrappingKeepStatementsOnSingleLine="True" PlaceSystemDirectiveFirst="True" NewLinesForBracesInTypes="True" NewLinesForBracesInMethods="True" SpacingAfterMethodDeclarationName="True" SpaceAfterMethodCallName="True" SpaceBeforeOpenSquareBracket="True" SpaceBeforeColonInBaseTypeDeclaration="True" scope="text/x-csharp" /> | 226 <CSharpFormattingPolicy IndentBlock="True" IndentBraces="False" IndentSwitchSection="False" IndentSwitchCaseSection="True" LabelPositioning="OneLess" NewLinesForBracesInProperties="False" NewLinesForBracesInAccessors="False" NewLinesForBracesInAnonymousMethods="False" NewLinesForBracesInControlBlocks="False" NewLinesForBracesInAnonymousTypes="False" NewLinesForBracesInObjectCollectionArrayInitializers="False" NewLinesForBracesInLambdaExpressionBody="False" NewLineForElse="False" NewLineForCatch="False" NewLineForFinally="False" NewLineForMembersInObjectInit="False" NewLineForMembersInAnonymousTypes="False" NewLineForClausesInQuery="False" SpaceWithinMethodDeclarationParenthesis="False" SpaceBetweenEmptyMethodDeclarationParentheses="False" SpaceWithinMethodCallParentheses="False" SpaceBetweenEmptyMethodCallParentheses="False" SpaceAfterControlFlowStatementKeyword="True" SpaceWithinExpressionParentheses="False" SpaceWithinCastParentheses="False" SpaceWithinOtherParentheses="False" SpaceAfterCast="False" SpacesIgnoreAroundVariableDeclaration="False" SpaceBetweenEmptySquareBrackets="False" SpaceWithinSquareBrackets="False" SpaceAfterColonInBaseTypeDeclaration="True" SpaceAfterComma="True" SpaceAfterDot="False" SpaceAfterSemicolonsInForStatement="True" SpaceBeforeComma="False" SpaceBeforeDot="False" SpaceBeforeSemicolonsInForStatement="False" SpacingAroundBinaryOperator="Single" WrappingPreserveSingleLine="True" WrappingKeepStatementsOnSingleLine="True" PlaceSystemDirectiveFirst="True" NewLinesForBracesInTypes="True" NewLinesForBracesInMethods="True" SpacingAfterMethodDeclarationName="True" SpaceAfterMethodCallName="True" SpaceBeforeOpenSquareBracket="True" SpaceBeforeColonInBaseTypeDeclaration="True" scope="text/x-csharp" /> |
277 </NameConventionPolicy> | 288 </NameConventionPolicy> |
278 </Policies> | 289 </Policies> |
279 </Properties> | 290 </Properties> |
280 </MonoDevelop> | 291 </MonoDevelop> |
281 </ProjectExtensions> | 292 </ProjectExtensions> |
282 <ItemGroup /> | 293 <ItemGroup> |
294 <Content Include="license.txt" /> | |
295 </ItemGroup> | |
283 </Project> | 296 </Project> |