summaryrefslogtreecommitdiff
path: root/Source/ModelViewer/ModelViewer.csproj
diff options
context:
space:
mode:
authorGravatar Pantazis Deligiannis <pdeligia@me.com>2013-07-19 11:13:36 +0100
committerGravatar Pantazis Deligiannis <pdeligia@me.com>2013-07-19 11:13:36 +0100
commit5f26d6075b8493f3e240c5d356b5fc588c5d7985 (patch)
tree834d1be7b2127bb49b4da949e523ca291a1e6144 /Source/ModelViewer/ModelViewer.csproj
parent3c5116cd8a4b58bc220f0d1ff068564556c7ab07 (diff)
parent51f2fa80a101ffae855c848ed83b889f1becbdd3 (diff)
merge
Diffstat (limited to 'Source/ModelViewer/ModelViewer.csproj')
-rw-r--r--Source/ModelViewer/ModelViewer.csproj14
1 files changed, 6 insertions, 8 deletions
diff --git a/Source/ModelViewer/ModelViewer.csproj b/Source/ModelViewer/ModelViewer.csproj
index 49965d5e..75e5521c 100644
--- a/Source/ModelViewer/ModelViewer.csproj
+++ b/Source/ModelViewer/ModelViewer.csproj
@@ -6,10 +6,10 @@
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{A678C6EB-B329-46A9-BBFC-7585F01ACD7C}</ProjectGuid>
- <OutputType>WinExe</OutputType>
+ <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.Boogie.ModelViewer</RootNamespace>
- <AssemblyName>BVD</AssemblyName>
+ <AssemblyName>ModelViewer</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
@@ -100,18 +100,17 @@
<WarningLevel>4</WarningLevel>
<Optimize>false</Optimize>
</PropertyGroup>
+ <PropertyGroup>
+ <StartupObject />
+ </PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
- <Reference Include="System.Numerics" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
+ <Reference Include="System.Numerics" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BaseProvider.cs" />
@@ -127,7 +126,6 @@
<Compile Include="..\Model\Model.cs" />
<Compile Include="..\Model\ModelParser.cs" />
<Compile Include="Namer.cs" />
- <Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SourceView.cs">
<SubType>Form</SubType>