Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Thick-Common
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
Thick-Common
Commits
d2745d61
Commit
d2745d61
authored
Jan 25, 2019
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加fodyweavers.xml
parent
a6ea33f2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
0 deletions
+35
-0
FodyWeavers.xml
Project.FLY.FlyADBase/FLYAD7_Simulation_Wpf/FodyWeavers.xml
+4
-0
FodyWeavers.xsd
Project.FLY.FlyADBase/FLYAD7_Simulation_Wpf/FodyWeavers.xsd
+26
-0
packages.config
Project.FLY.FlyADBase/FLYAD7_Simulation_Wpf/packages.config
+5
-0
No files found.
Project.FLY.FlyADBase/FLYAD7_Simulation_Wpf/FodyWeavers.xml
0 → 100644
View file @
d2745d61
<?xml version="1.0" encoding="utf-8"?>
<Weavers
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"FodyWeavers.xsd"
>
<PropertyChanged2
/>
</Weavers>
\ No newline at end of file
Project.FLY.FlyADBase/FLYAD7_Simulation_Wpf/FodyWeavers.xsd
0 → 100644
View file @
d2745d61
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. -->
<xs:element
name=
"Weavers"
>
<xs:complexType>
<xs:all>
<xs:element
name=
"PropertyChanged2"
minOccurs=
"0"
maxOccurs=
"1"
type=
"xs:anyType"
/>
</xs:all>
<xs:attribute
name=
"VerifyAssembly"
type=
"xs:boolean"
>
<xs:annotation>
<xs:documentation>
'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute
name=
"VerifyIgnoreCodes"
type=
"xs:string"
>
<xs:annotation>
<xs:documentation>
A comma-separated list of error codes that can be safely ignored in assembly verification.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute
name=
"GenerateXsd"
type=
"xs:boolean"
>
<xs:annotation>
<xs:documentation>
'false' to turn off automatic generation of the XML Schema file.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:schema>
\ No newline at end of file
Project.FLY.FlyADBase/FLYAD7_Simulation_Wpf/packages.config
0 → 100644
View file @
d2745d61
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"Fody"
version
=
"3.3.5"
targetFramework
=
"net40"
developmentDependency
=
"true"
/>
<
package
id
=
"PropertyChanged2.Fody"
version
=
"2.6.0"
targetFramework
=
"net40"
/>
</
packages
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment