This commit is contained in:
parent
5163fe6d82
commit
25cd22ee7d
2 changed files with 17 additions and 0 deletions
|
|
@ -16,5 +16,13 @@ Global
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(MonoDevelopProperties) = preSolution
|
GlobalSection(MonoDevelopProperties) = preSolution
|
||||||
StartupItem = DMX-2.0\DMX-2.0.csproj
|
StartupItem = DMX-2.0\DMX-2.0.csproj
|
||||||
|
Policies = $0
|
||||||
|
$0.VersionControlPolicy = $1
|
||||||
|
$1.inheritsSet = Mono
|
||||||
|
$0.ChangeLogPolicy = $2
|
||||||
|
$2.UpdateMode = None
|
||||||
|
$2.MessageStyle = $3
|
||||||
|
$3.LineAlign = 0
|
||||||
|
$2.inheritsSet = Mono
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|
|
||||||
|
|
@ -109,4 +109,13 @@
|
||||||
<Compile Include="SequenceurMaitre.cs" />
|
<Compile Include="SequenceurMaitre.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
|
<ProjectExtensions>
|
||||||
|
<MonoDevelop>
|
||||||
|
<Properties>
|
||||||
|
<Policies>
|
||||||
|
<VersionControlPolicy inheritsSet="Mono" />
|
||||||
|
</Policies>
|
||||||
|
</Properties>
|
||||||
|
</MonoDevelop>
|
||||||
|
</ProjectExtensions>
|
||||||
</Project>
|
</Project>
|
||||||
Loading…
Reference in a new issue