ui/wpf/UIcore/UIcore.csproj

changeset 81
5eb765a7a793
parent 78
135920fe441b
child 83
a38aec91bd66
--- a/ui/wpf/UIcore/UIcore.csproj	Sat Jan 24 19:17:35 2015 +0100
+++ b/ui/wpf/UIcore/UIcore.csproj	Sun Jan 25 15:01:04 2015 +0100
@@ -25,7 +25,7 @@
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
     <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
+    <OutputPath>..\..\..\build\UIcore\</OutputPath>
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
@@ -46,6 +46,7 @@
     <Reference Include="WindowsBase" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="Menu.cs" />
     <Compile Include="Toolkit.cs" />
     <Compile Include="Window.cs" />
     <Compile Include="Application.cs" />

mercurial