Skip to content

Commit 4eb17fc

Browse files
authored
Move generated code to top level (#351)
1 parent 139aaf8 commit 4eb17fc

File tree

82 files changed

+2
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+2
-2
lines changed

DocumentFormat.OpenXml/DocumentFormat.OpenXml.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112

113113
<!-- Include the constraint data that are stored in bin files -->
114114
<ItemGroup>
115-
<EmbeddedResource Include="src\GeneratedCode\*.bin" />
115+
<EmbeddedResource Include="GeneratedCode\*.bin" />
116116
</ItemGroup>
117117

118118
<ItemGroup>

DocumentFormat.OpenXml/src/GeneratedCode/O12SchemaConstraintDatas.bin renamed to DocumentFormat.OpenXml/GeneratedCode/O12SchemaConstraintDatas.bin

File renamed without changes.

DocumentFormat.OpenXml/src/GeneratedCode/O12UnionHelper.g.cs renamed to DocumentFormat.OpenXml/GeneratedCode/O12UnionHelper.g.cs

File renamed without changes.

DocumentFormat.OpenXml/src/GeneratedCode/O14SchemaConstraintDatas.bin renamed to DocumentFormat.OpenXml/GeneratedCode/O14SchemaConstraintDatas.bin

File renamed without changes.

DocumentFormat.OpenXml/src/GeneratedCode/O14UnionHelper.g.cs renamed to DocumentFormat.OpenXml/GeneratedCode/O14UnionHelper.g.cs

File renamed without changes.

DocumentFormat.OpenXml/src/GeneratedCode/O15SchemaConstraintDatas.bin renamed to DocumentFormat.OpenXml/GeneratedCode/O15SchemaConstraintDatas.bin

File renamed without changes.

DocumentFormat.OpenXml/src/GeneratedCode/O15UnionHelper.g.cs renamed to DocumentFormat.OpenXml/GeneratedCode/O15UnionHelper.g.cs

File renamed without changes.

DocumentFormat.OpenXml/src/GeneratedCode/PartParitalDef.g.cs renamed to DocumentFormat.OpenXml/GeneratedCode/PartParitalDef.g.cs

File renamed without changes.

DocumentFormat.OpenXml/src/GeneratedCode/PartialSemanticConstraintRegistry.g.cs renamed to DocumentFormat.OpenXml/GeneratedCode/PartialSemanticConstraintRegistry.g.cs

File renamed without changes.

DocumentFormat.OpenXml/src/GeneratedCode/RootElementFactory.g.cs renamed to DocumentFormat.OpenXml/GeneratedCode/RootElementFactory.g.cs

File renamed without changes.

0 commit comments

Comments
 (0)