summaryrefslogtreecommitdiff
path: root/Source/ModelViewer
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-07-26 15:34:01 -0700
committerGravatar wuestholz <unknown>2013-07-26 15:34:01 -0700
commit4f04e945cf94f0cfb0ac713b0cd24767191381f8 (patch)
treefe5b68ae3ae126dc4c8c79540957f54afd8e639f /Source/ModelViewer
parenta54d2bcc125945bc30b08a9457c7954a53510f1c (diff)
Make 'Model' a proper project.
Diffstat (limited to 'Source/ModelViewer')
-rw-r--r--Source/ModelViewer/ModelViewer.csproj8
1 files changed, 6 insertions, 2 deletions
diff --git a/Source/ModelViewer/ModelViewer.csproj b/Source/ModelViewer/ModelViewer.csproj
index 75e5521c..30f444c6 100644
--- a/Source/ModelViewer/ModelViewer.csproj
+++ b/Source/ModelViewer/ModelViewer.csproj
@@ -123,8 +123,6 @@
<Compile Include="Main.Designer.cs">
<DependentUpon>Main.cs</DependentUpon>
</Compile>
- <Compile Include="..\Model\Model.cs" />
- <Compile Include="..\Model\ModelParser.cs" />
<Compile Include="Namer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SourceView.cs">
@@ -187,6 +185,12 @@
<ItemGroup>
<Content Include="bvdicon.ico" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Model\Model.csproj">
+ <Project>{acef88d5-dadd-46da-bae1-2144d63f4c83}</Project>
+ <Name>Model</Name>
+ </ProjectReference>
+ </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.