Delete example_conf.json

pull/183/head
Peter Repukat 2 years ago
parent fb861def4f
commit efe89c4e1a

@ -245,10 +245,6 @@
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</DeploymentContent>
</None>
<None Include=".clang-format" />
<None Include="example_conf.json">
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</DeploymentContent>
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent>
</None>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Resource.rc" />

@ -188,9 +188,6 @@
<None Include="..\deps\SFML\out\Debug\lib\Debug\sfml-window-d-2.dll" />
<None Include="..\deps\SFML\out\Debug\lib\Debug\sfml-graphics-d-2.dll" />
<None Include=".clang-format" />
<None Include="example_conf.json">
<Filter>Source Files</Filter>
</None>
<None Include="..\deps\SFML\out\Release\lib\RelWithDebInfo\sfml-graphics-2.dll" />
<None Include="..\deps\SFML\out\Release\lib\RelWithDebInfo\sfml-system-2.dll" />
<None Include="..\deps\SFML\out\Release\lib\RelWithDebInfo\sfml-window-2.dll" />

@ -1,18 +0,0 @@
{
"version": 1,
"launch": {
"launch": false,
"launchPath": "C:\\Users\\Alia5\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe",
"launchAppArgs": "--new-window",
"closeOnExit": true
},
"devices": {
"hideDevices": true
},
"window": {
"windowMode": false,
"maxFps": null,
"scale": null
},
"icon": null
}
Loading…
Cancel
Save