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 /BCDD.csproj | |
parent | e385b66ad2c83bf989f9cbe1fb2f2e995e6a0ece (diff) |
* project directory structure
Diffstat (limited to 'BCDD.csproj')
-rw-r--r-- | BCDD.csproj | 16 |
1 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.
|