Renamed / moved / updated the SFML.Net examples (still in progress... having troubles with SVN)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1560 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
002902319c
commit
2d83514452
28 changed files with 103 additions and 121 deletions
|
@ -3,7 +3,7 @@ using System.Threading;
|
|||
using SFML;
|
||||
using SFML.Audio;
|
||||
|
||||
namespace sample_soundcapture
|
||||
namespace sound_capture
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
|
|
|
@ -7,10 +7,9 @@
|
|||
<ProjectGuid>{F2F48990-F81E-41BA-AD01-168F6178C807}</ProjectGuid>
|
||||
<OutputType>Exe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>sample_soundcapture</RootNamespace>
|
||||
<AssemblyName>sound-capture</AssemblyName>
|
||||
<StartupObject>
|
||||
</StartupObject>
|
||||
<RootNamespace>sound_capture</RootNamespace>
|
||||
<AssemblyName>sound_capture</AssemblyName>
|
||||
<StartupObject>sound_capture.Program</StartupObject>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<OldToolsVersion>2.0</OldToolsVersion>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>..\bin\</OutputPath>
|
||||
<OutputPath>.\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
Loading…
Add table
Add a link
Reference in a new issue