ui/wpf/UIcore/UIcore.csproj

changeset 81
5eb765a7a793
parent 78
135920fe441b
child 83
a38aec91bd66
equal deleted inserted replaced
80:40be5c189e2e 81:5eb765a7a793
23 <PlatformTarget>AnyCPU</PlatformTarget> 23 <PlatformTarget>AnyCPU</PlatformTarget>
24 </PropertyGroup> 24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType> 26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize> 27 <Optimize>true</Optimize>
28 <OutputPath>bin\Release\</OutputPath> 28 <OutputPath>..\..\..\build\UIcore\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants> 29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport> 30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel> 31 <WarningLevel>4</WarningLevel>
32 </PropertyGroup> 32 </PropertyGroup>
33 <ItemGroup> 33 <ItemGroup>
44 <Reference Include="System.Data" /> 44 <Reference Include="System.Data" />
45 <Reference Include="System.Xml" /> 45 <Reference Include="System.Xml" />
46 <Reference Include="WindowsBase" /> 46 <Reference Include="WindowsBase" />
47 </ItemGroup> 47 </ItemGroup>
48 <ItemGroup> 48 <ItemGroup>
49 <Compile Include="Menu.cs" />
49 <Compile Include="Toolkit.cs" /> 50 <Compile Include="Toolkit.cs" />
50 <Compile Include="Window.cs" /> 51 <Compile Include="Window.cs" />
51 <Compile Include="Application.cs" /> 52 <Compile Include="Application.cs" />
52 <Compile Include="Properties\AssemblyInfo.cs" /> 53 <Compile Include="Properties\AssemblyInfo.cs" />
53 </ItemGroup> 54 </ItemGroup>

mercurial