This commit is contained in:
parent
dc2f54bcd2
commit
f01883444e
14 changed files with 21 additions and 20 deletions
|
|
@ -7,6 +7,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||
ProjectSection(SolutionItems) = preProject
|
||||
dmx512_v2_ino.c = dmx512_v2_ino.c
|
||||
dmx512_v2_ino\dmx512_v2_ino.ino = dmx512_v2_ino\dmx512_v2_ino.ino
|
||||
loupiottes.js = loupiottes.js
|
||||
dmx512_micro\dmx512_micro.cpp = dmx512_micro\dmx512_micro.cpp
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
|
|
|
|||
|
|
@ -66,19 +66,19 @@
|
|||
<EmbeddedResource Include="icons\ictir\32.png" />
|
||||
<EmbeddedResource Include="icons\ictir\48.png" />
|
||||
<EmbeddedResource Include="icons\docListe\16.png">
|
||||
<DeployService-UseProjectRelativePath>true</DeployService-UseProjectRelativePath>
|
||||
<DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="icons\docListe\22.png">
|
||||
<DeployService-UseProjectRelativePath>true</DeployService-UseProjectRelativePath>
|
||||
<DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="icons\docListe\24.png">
|
||||
<DeployService-UseProjectRelativePath>true</DeployService-UseProjectRelativePath>
|
||||
<DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="icons\docListe\32.png">
|
||||
<DeployService-UseProjectRelativePath>true</DeployService-UseProjectRelativePath>
|
||||
<DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="icons\docListe\48.png">
|
||||
<DeployService-UseProjectRelativePath>true</DeployService-UseProjectRelativePath>
|
||||
<DeployService-UseProjectRelativePath>True</DeployService-UseProjectRelativePath>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="style.gtkrc">
|
||||
<LogicalName>style.gtkrc</LogicalName>
|
||||
|
|
@ -181,8 +181,8 @@
|
|||
<Policies>
|
||||
<VersionControlPolicy inheritsSet="Mono" />
|
||||
</Policies>
|
||||
<Deployment.LinuxDeployData generateScript="false" />
|
||||
<GtkDesignInfo generateGettext="false" />
|
||||
<Deployment.LinuxDeployData generateScript="False" />
|
||||
<GtkDesignInfo generateGettext="False" />
|
||||
</Properties>
|
||||
</MonoDevelop>
|
||||
</ProjectExtensions>
|
||||
|
|
@ -199,6 +199,5 @@
|
|||
<None Include="html\css\theme\images\ui-icons_ef8c08_256x240.png" />
|
||||
<None Include="html\css\theme\images\ui-icons_ffd27a_256x240.png" />
|
||||
<None Include="html\css\theme\images\ui-icons_ffffff_256x240.png" />
|
||||
<None Include="WebServer.cs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
<target-gtk-version>2.12</target-gtk-version>
|
||||
</configuration>
|
||||
<import>
|
||||
<widget-library name="../bin/Debug/DMX-2.0.exe" internal="true" />
|
||||
<widget-library name="../bin/Release/DMX-2.0.exe" internal="true" />
|
||||
</import>
|
||||
<icon-factory>
|
||||
<icon-set id="tirettes">
|
||||
|
|
|
|||
Loading…
Reference in a new issue