summaryrefslogtreecommitdiff
path: root/Source/ModelViewer/ModelViewer.csproj
diff options
context:
space:
mode:
authorGravatar MichalMoskal <unknown>2010-12-10 20:41:40 +0000
committerGravatar MichalMoskal <unknown>2010-12-10 20:41:40 +0000
commit704a19e2d65378b15ecc36fd7a82422810132f4b (patch)
tree0388309ce07d5ad29fd1b608fcd193b3ed4b4a00 /Source/ModelViewer/ModelViewer.csproj
parent05f2c57cfbce16c40aecc30191e44e43fbaa69ef (diff)
Add an icon. Get rid of SearchBox (not used).
Diffstat (limited to 'Source/ModelViewer/ModelViewer.csproj')
-rw-r--r--Source/ModelViewer/ModelViewer.csproj12
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/ModelViewer/ModelViewer.csproj b/Source/ModelViewer/ModelViewer.csproj
index ac06676e..d374851f 100644
--- a/Source/ModelViewer/ModelViewer.csproj
+++ b/Source/ModelViewer/ModelViewer.csproj
@@ -54,6 +54,9 @@
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\InterimKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
+ <PropertyGroup>
+ <ApplicationIcon>bvdicon.ico</ApplicationIcon>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
@@ -79,12 +82,6 @@
<Compile Include="Namer.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SearchBox.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="SearchBox.Designer.cs">
- <DependentUpon>SearchBox.cs</DependentUpon>
- </Compile>
<Compile Include="TreeSkeleton.cs" />
<Compile Include="VccProvider.cs" />
<EmbeddedResource Include="Main.resx">
@@ -139,6 +136,9 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
+ <ItemGroup>
+ <Content Include="bvdicon.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.
Other similar extension points exist, see Microsoft.Common.targets.