Clean up des tâches à faire et ajout de doc pour les protections de poussière
This commit is contained in:
BIN
Ressource/Bellows/Software/bin/Release/Bellows.exe
Normal file
BIN
Ressource/Bellows/Software/bin/Release/Bellows.exe
Normal file
Binary file not shown.
21
Ressource/Bellows/Software/bin/Release/Bellows.exe.config
Normal file
21
Ressource/Bellows/Software/bin/Release/Bellows.exe.config
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<section name="BellowConfig" type="Bellows.BellowConfig, Bellows, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" allowLocation="true" allowDefinition="Everywhere" allowExeDefinition="MachineToApplication" restartOnExternalChanges="true" requirePermission="true" />
|
||||
</configSections>
|
||||
<BellowConfig SelectedItem="Y Lo">
|
||||
<Bellows>
|
||||
<clear />
|
||||
<add Name="X High" BellowsShape="HalfCover" Inversions="2" Width="190"
|
||||
Height="85" Length="400" FoldWidth="20" MountFolds="4" AlternateFolds="true" />
|
||||
<add Name="X Low" BellowsShape="HalfCover" Inversions="2" Width="190"
|
||||
Height="85" Length="360" FoldWidth="20" MountFolds="4" AlternateFolds="true" />
|
||||
<add Name="Y High" BellowsShape="HalfCover" Inversions="2" Width="120"
|
||||
Height="70" Length="584" FoldWidth="10" MountFolds="4" AlternateFolds="true" />
|
||||
<add Name="Test" BellowsShape="HalfCover" Inversions="2" Width="90"
|
||||
Height="50" Length="150" FoldWidth="20" MountFolds="4" AlternateFolds="true" />
|
||||
<add Name="Y Lo" BellowsShape="HalfCover" Inversions="2" Width="123"
|
||||
Height="60" Length="660" FoldWidth="10" MountFolds="4" AlternateFolds="true" />
|
||||
</Bellows>
|
||||
</BellowConfig>
|
||||
</configuration>
|
BIN
Ressource/Bellows/Software/bin/Release/Bellows.pdb
Normal file
BIN
Ressource/Bellows/Software/bin/Release/Bellows.pdb
Normal file
Binary file not shown.
BIN
Ressource/Bellows/Software/bin/Release/Bellows.vshost.exe
Normal file
BIN
Ressource/Bellows/Software/bin/Release/Bellows.vshost.exe
Normal file
Binary file not shown.
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<section name="BellowConfig" type="Bellows.BellowConfig, Bellows, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" allowLocation="true" allowDefinition="Everywhere" allowExeDefinition="MachineToApplication" restartOnExternalChanges="true" requirePermission="true" />
|
||||
</configSections>
|
||||
<BellowConfig SelectedItem="Y Lo">
|
||||
<Bellows>
|
||||
<clear />
|
||||
<add Name="X High" BellowsShape="HalfCover" Inversions="2" Width="190"
|
||||
Height="85" Length="400" FoldWidth="20" MountFolds="4" AlternateFolds="true" />
|
||||
<add Name="X Low" BellowsShape="HalfCover" Inversions="2" Width="190"
|
||||
Height="85" Length="360" FoldWidth="20" MountFolds="4" AlternateFolds="true" />
|
||||
<add Name="Y High" BellowsShape="HalfCover" Inversions="2" Width="120"
|
||||
Height="70" Length="584" FoldWidth="10" MountFolds="4" AlternateFolds="true" />
|
||||
<add Name="Test" BellowsShape="HalfCover" Inversions="2" Width="90"
|
||||
Height="50" Length="150" FoldWidth="20" MountFolds="4" AlternateFolds="true" />
|
||||
<add Name="Y Lo" BellowsShape="HalfCover" Inversions="2" Width="123"
|
||||
Height="60" Length="660" FoldWidth="10" MountFolds="4" AlternateFolds="true" />
|
||||
</Bellows>
|
||||
</BellowConfig>
|
||||
</configuration>
|
Reference in New Issue
Block a user