OSDN Git Service

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