OSDN Git Service

move generator classes.
[tdcgexplorer/tso2mqo.git] / Tso2MqoGui.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{C0DE49DD-78AB-4517-8234-7331DEF93472}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Tso2MqoGui</RootNamespace>
12     <AssemblyName>Tso2MqoGui</AssemblyName>
13     <FileUpgradeFlags>
14     </FileUpgradeFlags>
15     <OldToolsVersion>3.5</OldToolsVersion>
16     <UpgradeBackupLocation>
17     </UpgradeBackupLocation>
18     <StartupObject>
19     </StartupObject>
20     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
21   </PropertyGroup>
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23     <DebugSymbols>true</DebugSymbols>
24     <DebugType>full</DebugType>
25     <Optimize>false</Optimize>
26     <OutputPath>bin\Debug\</OutputPath>
27     <DefineConstants>DEBUG;TRACE</DefineConstants>
28     <ErrorReport>prompt</ErrorReport>
29     <WarningLevel>4</WarningLevel>
30     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
31   </PropertyGroup>
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33     <DebugType>pdbonly</DebugType>
34     <Optimize>true</Optimize>
35     <OutputPath>bin\Release\</OutputPath>
36     <DefineConstants>TRACE</DefineConstants>
37     <ErrorReport>prompt</ErrorReport>
38     <WarningLevel>4</WarningLevel>
39     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
40   </PropertyGroup>
41   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
42     <PlatformTarget>x86</PlatformTarget>
43     <OutputPath>bin\x86\Debug\</OutputPath>
44     <DefineConstants>TRACE;DEBUG</DefineConstants>
45     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
46   </PropertyGroup>
47   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
48     <PlatformTarget>x86</PlatformTarget>
49     <OutputPath>bin\x86\Release\</OutputPath>
50     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
51     <Optimize>true</Optimize>
52   </PropertyGroup>
53   <ItemGroup>
54     <Reference Include="System" />
55     <Reference Include="System.Data" />
56     <Reference Include="System.Deployment" />
57     <Reference Include="System.Design" />
58     <Reference Include="System.Drawing" />
59     <Reference Include="System.Windows.Forms" />
60     <Reference Include="System.Xml" />
61   </ItemGroup>
62   <ItemGroup>
63     <Compile Include="Config.cs" />
64     <Compile Include="Form1.cs">
65       <SubType>Form</SubType>
66     </Compile>
67     <Compile Include="Form1.Designer.cs">
68       <DependentUpon>Form1.cs</DependentUpon>
69     </Compile>
70     <Compile Include="FormMaterial.cs">
71       <SubType>Form</SubType>
72     </Compile>
73     <Compile Include="FormMaterial.Designer.cs">
74       <DependentUpon>FormMaterial.cs</DependentUpon>
75     </Compile>
76     <Compile Include="General.cs" />
77     <Compile Include="ImageFile.cs" />
78     <Compile Include="ImportInfo.cs" />
79     <Compile Include="MqoFile.cs" />
80     <Compile Include="MqoGenerator.cs" />
81     <Compile Include="MqoReader.cs" />
82     <Compile Include="MqoWriter.cs" />
83     <Compile Include="MqxWriter.cs" />
84     <Compile Include="NvTriStrip.cs" />
85     <Compile Include="PointCluster.cs" />
86     <Compile Include="Program.cs" />
87     <Compile Include="Properties\AssemblyInfo.cs" />
88     <EmbeddedResource Include="Form1.resx">
89       <SubType>Designer</SubType>
90       <DependentUpon>Form1.cs</DependentUpon>
91     </EmbeddedResource>
92     <EmbeddedResource Include="FormMaterial.resx">
93       <SubType>Designer</SubType>
94       <DependentUpon>FormMaterial.cs</DependentUpon>
95     </EmbeddedResource>
96     <EmbeddedResource Include="Properties\Resources.resx">
97       <Generator>ResXFileCodeGenerator</Generator>
98       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
99       <SubType>Designer</SubType>
100     </EmbeddedResource>
101     <Compile Include="Properties\Resources.Designer.cs">
102       <AutoGen>True</AutoGen>
103       <DependentUpon>Resources.resx</DependentUpon>
104       <DesignTime>True</DesignTime>
105     </Compile>
106     <None Include="Properties\Settings.settings">
107       <Generator>SettingsSingleFileGenerator</Generator>
108       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
109     </None>
110     <Compile Include="Properties\Settings.Designer.cs">
111       <AutoGen>True</AutoGen>
112       <DependentUpon>Settings.settings</DependentUpon>
113       <DesignTimeSharedInput>True</DesignTimeSharedInput>
114     </Compile>
115     <Compile Include="RDBBonFile.cs" />
116     <Compile Include="TDCGFile.cs" />
117     <Compile Include="TSOFile.cs" />
118     <Compile Include="TSOGeneratorConfig.cs" />
119     <Compile Include="TSOGenerator.cs" />
120     <Compile Include="TSOGeneratorOneBone.cs" />
121     <Compile Include="TSOGeneratorRefBone.cs" />
122     <Compile Include="TSOWriter.cs" />
123     <Compile Include="VertexHeap.cs" />
124   </ItemGroup>
125   <ItemGroup>
126     <Content Include="bin\Debug\config.xml" />
127   </ItemGroup>
128   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
129   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
130        Other similar extension points exist, see Microsoft.Common.targets.
131   <Target Name="BeforeBuild">
132   </Target>
133   <Target Name="AfterBuild">
134   </Target>
135   -->
136 </Project>