This repository was archived by the owner on Jul 12, 2022. It is now read-only.
File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <package >
3
+ <metadata >
4
+ <id >CodeFormatter</id >
5
+ <version >1.0.0-prerelease</version >
6
+ <title >CodeFormatter</title >
7
+ <authors >Microsoft</authors >
8
+ <owners >Microsoft</owners >
9
+ <description >CodeFormatter tool that enforces default coding guidelines.</description >
10
+ <copyright >Copyright © Microsoft Corporation</copyright >
11
+ <dependencies >
12
+ <dependency id =" Microsoft.CodeAnalysis" version =" 1.0.0-beta1-20141031-01" />
13
+ <dependency id =" Microsoft.CodeAnalysis.CSharp.Workspaces" version =" 1.0.0-beta1-20141031-01" />
14
+ <dependency id =" Microsoft.CodeAnalysis.VisualBasic.Workspaces" version =" 1.0.0-beta1-20141031-01" />
15
+ <dependency id =" Microsoft.CodeAnalysis.Workspaces.Common" version =" 1.0.0-beta1-20141031-01" />
16
+ <dependency id =" Microsoft.Composition" version =" 1.0.0-beta1-20141031-01" />
17
+ <dependency id =" System.Reflection.Metadata" version =" 1.0.0-beta1-20141031-01" />
18
+ </dependencies >
19
+ </metadata >
20
+ <files >
21
+ <file src =" CodeFormatter.exe" target =" lib\net45" />
22
+ <file src =" Microsoft.DotNet.CodeFormatting.dll" target =" lib\net45" />
23
+ <file src =" CopyrightHeader.md" target =" lib\net45" />
24
+ <file src =" IllegalHeaders.md" target =" lib\net45" />
25
+ <file src =" MSTestNamespaces.txt" target =" lib\net45" />
26
+ </files >
27
+ </package >
You can’t perform that action at this time.
0 commit comments