diff options
author | emkael <emkael@tlen.pl> | 2016-05-25 13:30:33 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-05-25 13:30:33 +0200 |
commit | 4f653cdfabb3a4dbfca11c903282cf24bc02623f (patch) | |
tree | 5be70e7210cce267d1452493328d93c9ae525f3a | |
parent | d76442512fd4314fcedbdc28a611f676ab70ce2b (diff) |
* project cleanup
-rw-r--r-- | BCDD.csproj | 3 | ||||
-rw-r--r-- | app.config | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/BCDD.csproj b/BCDD.csproj index e284380..dbb0e10 100644 --- a/BCDD.csproj +++ b/BCDD.csproj @@ -60,9 +60,6 @@ <Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="app.config" />
- </ItemGroup>
- <ItemGroup>
<Content Include="res\playing-cards.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
diff --git a/app.config b/app.config deleted file mode 100644 index 8494f72..0000000 --- a/app.config +++ /dev/null @@ -1,3 +0,0 @@ -<?xml version="1.0"?>
-<configuration>
-<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
|