~peter-golde/carto/trunk

« back to all changes in this revision

Viewing changes to src/Cartographer/Cartographer.csproj

  • Committer: Peter Golde
  • Date: 2008-12-16 08:03:26 UTC
  • Revision ID: peter@golde.org-20081216080326-h9nmfy2kb6i1jj77
Added cool icon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16
16
    <WarningLevel>4</WarningLevel>
17
17
    <ApplicationManifest>app.manifest</ApplicationManifest>
 
18
    <ApplicationIcon>cartographer.ico</ApplicationIcon>
18
19
  </PropertyGroup>
19
20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20
21
    <DebugSymbols>true</DebugSymbols>
130
131
  <ItemGroup>
131
132
    <Resource Include="images\openSmall.png" />
132
133
  </ItemGroup>
 
134
  <ItemGroup>
 
135
    <Resource Include="images\cartographer.png" />
 
136
  </ItemGroup>
 
137
  <ItemGroup>
 
138
    <Resource Include="images\cartographer.ico" />
 
139
  </ItemGroup>
 
140
  <ItemGroup>
 
141
    <Resource Include="cartographer.ico" />
 
142
  </ItemGroup>
133
143
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
134
144
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
135
145
       Other similar extension points exist, see Microsoft.Common.targets.