OSDN Git Service

imported
[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.21022</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{C0DE49DD-78AB-4517-8234-7331DEF93472}</ProjectGuid>\r
8     <OutputType>WinExe</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|x64' ">\r
40     <DebugSymbols>true</DebugSymbols>\r
41     <OutputPath>bin\x64\Debug\</OutputPath>\r
42     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
43     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
44     <DebugType>full</DebugType>\r
45     <PlatformTarget>x64</PlatformTarget>\r
46     <ErrorReport>prompt</ErrorReport>\r
47   </PropertyGroup>\r
48   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">\r
49     <OutputPath>bin\x64\Release\</OutputPath>\r
50     <DefineConstants>TRACE</DefineConstants>\r
51     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
52     <Optimize>true</Optimize>\r
53     <DebugType>pdbonly</DebugType>\r
54     <PlatformTarget>x64</PlatformTarget>\r
55     <ErrorReport>prompt</ErrorReport>\r
56   </PropertyGroup>\r
57   <ItemGroup>\r
58     <Reference Include="System" />\r
59     <Reference Include="System.Data" />\r
60     <Reference Include="System.Deployment" />\r
61     <Reference Include="System.Design" />\r
62     <Reference Include="System.Drawing" />\r
63     <Reference Include="System.Windows.Forms" />\r
64     <Reference Include="System.Xml" />\r
65   </ItemGroup>\r
66   <ItemGroup>\r
67     <Compile Include="Config.cs" />\r
68     <Compile Include="Form1.cs">\r
69       <SubType>Form</SubType>\r
70     </Compile>\r
71     <Compile Include="Form1.Designer.cs">\r
72       <DependentUpon>Form1.cs</DependentUpon>\r
73     </Compile>\r
74     <Compile Include="FormMaterial.cs">\r
75       <SubType>Form</SubType>\r
76     </Compile>\r
77     <Compile Include="FormMaterial.Designer.cs">\r
78       <DependentUpon>FormMaterial.cs</DependentUpon>\r
79     </Compile>\r
80     <Compile Include="General.cs" />\r
81     <Compile Include="ImageFile.cs" />\r
82     <Compile Include="ImportInfo.cs" />\r
83     <Compile Include="MqoFile.cs" />\r
84     <Compile Include="MqoWriter.cs" />\r
85     <Compile Include="NvTriStrip.cs" />\r
86     <Compile Include="PointCluster.cs" />\r
87     <Compile Include="Program.cs" />\r
88     <Compile Include="Properties\AssemblyInfo.cs" />\r
89     <EmbeddedResource Include="Form1.resx">\r
90       <SubType>Designer</SubType>\r
91       <DependentUpon>Form1.cs</DependentUpon>\r
92     </EmbeddedResource>\r
93     <EmbeddedResource Include="FormMaterial.resx">\r
94       <SubType>Designer</SubType>\r
95       <DependentUpon>FormMaterial.cs</DependentUpon>\r
96     </EmbeddedResource>\r
97     <EmbeddedResource Include="Properties\Resources.resx">\r
98       <Generator>ResXFileCodeGenerator</Generator>\r
99       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
100       <SubType>Designer</SubType>\r
101     </EmbeddedResource>\r
102     <Compile Include="Properties\Resources.Designer.cs">\r
103       <AutoGen>True</AutoGen>\r
104       <DependentUpon>Resources.resx</DependentUpon>\r
105       <DesignTime>True</DesignTime>\r
106     </Compile>\r
107     <None Include="Properties\Settings.settings">\r
108       <Generator>SettingsSingleFileGenerator</Generator>\r
109       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
110     </None>\r
111     <Compile Include="Properties\Settings.Designer.cs">\r
112       <AutoGen>True</AutoGen>\r
113       <DependentUpon>Settings.settings</DependentUpon>\r
114       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
115     </Compile>\r
116     <Compile Include="RDBBonFile.cs" />\r
117     <Compile Include="TDCGFile.cs" />\r
118     <Compile Include="TSOFile.cs" />\r
119     <Compile Include="TSOGenerateConfig.cs" />\r
120     <Compile Include="TsoGenerator.cs" />\r
121     <Compile Include="TSOWriter.cs" />\r
122     <Compile Include="VertexHeap.cs" />\r
123   </ItemGroup>\r
124   <ItemGroup>\r
125     <Content Include="bin\Debug\config.xml" />\r
126   </ItemGroup>\r
127   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
128   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
129        Other similar extension points exist, see Microsoft.Common.targets.\r
130   <Target Name="BeforeBuild">\r
131   </Target>\r
132   <Target Name="AfterBuild">\r
133   </Target>\r
134   -->\r
135 </Project>\r