Skip to content

Commit

Permalink
Version 1.4.223
Browse files Browse the repository at this point in the history
Small fixes for new update files
  • Loading branch information
Jays2Kings committed Jan 17, 2015
1 parent 1439973 commit 9fdaaad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion DS4Control/DS4Control.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.fr-FR.resx" />
<EmbeddedResource Include="Properties\Resources.es.resx" />
Expand All @@ -99,7 +100,7 @@
<EmbeddedResource Include="Properties\Resources.ru-RU.resx" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Metal Gear Solid_ Alert %28!%29.wav" />
<None Include="Resources\EE.wav" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
2 changes: 1 addition & 1 deletion DS4Control/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="EE" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Metal Gear Solid_ Alert (!).wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>..\Resources\EE.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="FoundController" xml:space="preserve">
<value>Found Controller: </value>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion DS4Tool/DS4Form.cs
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ void NewVersion()
}
}
catch { }
finally { File.Delete(exepath + "\\1.4.22.ds4w"); }
}
File.Delete(exepath + "\\1.4.22.ds4w");
}
}

Expand Down

0 comments on commit 9fdaaad

Please sign in to comment.