diff options
author | emkael <emkael@tlen.pl> | 2016-05-25 13:28:25 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-05-25 13:28:25 +0200 |
commit | d76442512fd4314fcedbdc28a611f676ab70ce2b (patch) | |
tree | 21b01a4ed029cb8b7d844edb7f546926b140d1e4 | |
parent | e385b66ad2c83bf989f9cbe1fb2f2e995e6a0ece (diff) |
* project directory structure
-rw-r--r-- | BCDD.csproj | 16 | ||||
-rw-r--r-- | res/playing-cards.ico (renamed from playing-cards.ico) | bin | 67646 -> 67646 bytes | |||
-rw-r--r-- | src/BCalcWrapper.cs (renamed from BCalcWrapper.cs) | 0 | ||||
-rw-r--r-- | src/DDTable.cs (renamed from DDTable.cs) | 0 | ||||
-rw-r--r-- | src/PBNBoard.cs (renamed from PBNBoard.cs) | 0 | ||||
-rw-r--r-- | src/PBNFile.cs (renamed from PBNFile.cs) | 0 | ||||
-rw-r--r-- | src/ParContract.cs (renamed from ParContract.cs) | 0 | ||||
-rw-r--r-- | src/ParScore.cs (renamed from ParScore.cs) | 0 |
8 files changed, 8 insertions, 8 deletions
diff --git a/BCDD.csproj b/BCDD.csproj index c2f181b..e284380 100644 --- a/BCDD.csproj +++ b/BCDD.csproj @@ -38,7 +38,7 @@ <StartupObject>BCDD.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
- <ApplicationIcon>playing-cards.ico</ApplicationIcon>
+ <ApplicationIcon>res\playing-cards.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -50,12 +50,12 @@ <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
- <Compile Include="BCalcWrapper.cs" />
- <Compile Include="DDTable.cs" />
- <Compile Include="ParContract.cs" />
- <Compile Include="ParScore.cs" />
- <Compile Include="PBNBoard.cs" />
- <Compile Include="PBNFile.cs" />
+ <Compile Include="src\BCalcWrapper.cs" />
+ <Compile Include="src\DDTable.cs" />
+ <Compile Include="src\ParContract.cs" />
+ <Compile Include="src\ParScore.cs" />
+ <Compile Include="src\PBNBoard.cs" />
+ <Compile Include="src\PBNFile.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
@@ -63,7 +63,7 @@ <None Include="app.config" />
</ItemGroup>
<ItemGroup>
- <Content Include="playing-cards.ico" />
+ <Content Include="res\playing-cards.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
diff --git a/playing-cards.ico b/res/playing-cards.ico Binary files differindex b487755..b487755 100644 --- a/playing-cards.ico +++ b/res/playing-cards.ico diff --git a/BCalcWrapper.cs b/src/BCalcWrapper.cs index d2d0aa2..d2d0aa2 100644 --- a/BCalcWrapper.cs +++ b/src/BCalcWrapper.cs diff --git a/DDTable.cs b/src/DDTable.cs index 7ba8568..7ba8568 100644 --- a/DDTable.cs +++ b/src/DDTable.cs diff --git a/PBNBoard.cs b/src/PBNBoard.cs index 72f87a4..72f87a4 100644 --- a/PBNBoard.cs +++ b/src/PBNBoard.cs diff --git a/PBNFile.cs b/src/PBNFile.cs index 5526623..5526623 100644 --- a/PBNFile.cs +++ b/src/PBNFile.cs diff --git a/ParContract.cs b/src/ParContract.cs index 9a6c500..9a6c500 100644 --- a/ParContract.cs +++ b/src/ParContract.cs diff --git a/ParScore.cs b/src/ParScore.cs index b1561fc..b1561fc 100644 --- a/ParScore.cs +++ b/src/ParScore.cs |