ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/gr2lib/trunk/gr2lib/gr2lib.csproj
Revision: 79
Committed: Thu Jul 15 21:50:56 2010 UTC (12 years, 8 months ago) by william
File size: 5857 byte(s)
Log Message:
create and implement interfaces for all core classes (for type casting)

File Contents

# Content
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{6D41C73E-34F7-4417-B666-03D29F4FA1F2}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>gr2lib</RootNamespace>
12 <AssemblyName>gr2lib</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 </PropertyGroup>
34 <ItemGroup>
35 <Reference Include="Microsoft.Xna.Framework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d, processorArchitecture=x86" />
36 <Reference Include="PresentationCore">
37 <RequiredTargetFramework>3.0</RequiredTargetFramework>
38 </Reference>
39 <Reference Include="PresentationFramework">
40 <RequiredTargetFramework>3.0</RequiredTargetFramework>
41 </Reference>
42 <Reference Include="System" />
43 <Reference Include="System.Core">
44 <RequiredTargetFramework>3.5</RequiredTargetFramework>
45 </Reference>
46 <Reference Include="System.Data" />
47 <Reference Include="System.Drawing" />
48 <Reference Include="System.Windows.Forms" />
49 <Reference Include="System.Xml" />
50 <Reference Include="WindowsBase">
51 <RequiredTargetFramework>3.0</RequiredTargetFramework>
52 </Reference>
53 </ItemGroup>
54 <ItemGroup>
55 <Compile Include="core\coreclasses\apiversion\granny2apiversion.cs" />
56 <Compile Include="core\coretypes\implementation\ArtToolInfo.cs" />
57 <Compile Include="core\coretypes\implementation\ExporterInfo.cs" />
58 <Compile Include="core\coretypes\implementation\FilePath.cs" />
59 <Compile Include="core\coretypes\implementation\grnfileinfo.cs" />
60 <Compile Include="core\coretypes\implementation\Image.cs" />
61 <Compile Include="core\coretypes\implementation\Layout.cs" />
62 <Compile Include="core\coretypes\implementation\Map.cs" />
63 <Compile Include="core\coretypes\implementation\Material.cs" />
64 <Compile Include="core\coretypes\implementation\MIPLevel.cs" />
65 <Compile Include="core\coretypes\implementation\Pixel.cs" />
66 <Compile Include="core\coretypes\implementation\Texture.cs" />
67 <Compile Include="core\coretypes\native\ArrayOfReferences.cs" />
68 <Compile Include="core\coretypes\native\ArrayOfStructures.cs" />
69 <Compile Include="core\coretypes\native\ArrayOfVariants.cs" />
70 <Compile Include="core\coretypes\native\ArtToolInfo.cs" />
71 <Compile Include="core\coretypes\native\ExporterInfo.cs" />
72 <Compile Include="core\coretypes\native\FileInfo.cs" />
73 <Compile Include="core\coretypes\native\Image.cs" />
74 <Compile Include="core\coretypes\native\Layout.cs" />
75 <Compile Include="core\coretypes\native\Map.cs" />
76 <Compile Include="core\coretypes\native\Material.cs" />
77 <Compile Include="core\coretypes\native\MIPLevel.cs" />
78 <Compile Include="core\coretypes\native\Pixel.cs" />
79 <Compile Include="core\coretypes\native\SizeAttribute.cs" />
80 <Compile Include="core\coretypes\native\Texture.cs" />
81 <Compile Include="core\exceptions\granny2apiloadexception.cs" />
82 <Compile Include="core\helpers\arraytostring.cs" />
83 <Compile Include="core\helpers\Helpers.cs" />
84 <Compile Include="core\interfaces\IArtToolInfo.cs" />
85 <Compile Include="core\interfaces\IExporterInfo.cs" />
86 <Compile Include="core\interfaces\IFilePath.cs" />
87 <Compile Include="core\interfaces\Igrnfileinfo.cs" />
88 <Compile Include="core\interfaces\IImage.cs" />
89 <Compile Include="core\interfaces\ILayout.cs" />
90 <Compile Include="core\interfaces\IMap.cs" />
91 <Compile Include="core\interfaces\IMaterial.cs" />
92 <Compile Include="core\interfaces\IMIPLevel.cs" />
93 <Compile Include="core\interfaces\INativePointer.cs" />
94 <Compile Include="core\interfaces\IPixel.cs" />
95 <Compile Include="core\interfaces\ITexture.cs" />
96 <Compile Include="Properties\AssemblyInfo.cs" />
97 <Compile Include="core\typedefs\typedefs.cs" />
98 <Compile Include="core\coreapi\coreapi.cs" />
99 <Compile Include="core\shared\sharedio.cs" />
100 </ItemGroup>
101 <ItemGroup>
102 <Content Include="bin\Debug\gr2lib.dll" />
103 <Content Include="bin\Debug\gr2lib.pdb" />
104 <Content Include="bin\Debug\granny2.dll" />
105 <Content Include="granny2.dll">
106 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
107 </Content>
108 </ItemGroup>
109 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
111 Other similar extension points exist, see Microsoft.Common.targets.
112 <Target Name="BeforeBuild">
113 </Target>
114 <Target Name="AfterBuild">
115 </Target>
116 -->
117 </Project>