OSDN Git Service

first commit
[dokopop/dokopop.git] / amodi / amodi / amodi.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{211FD925-C172-418B-A746-83DBCE9D339F}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>amodi</RootNamespace>
12     <AssemblyName>amodi</AssemblyName>
13     <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
14     <TargetFrameworkProfile>
15     </TargetFrameworkProfile>
16     <FileAlignment>512</FileAlignment>
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <PlatformTarget>AnyCPU</PlatformTarget>
20     <DebugSymbols>true</DebugSymbols>
21     <DebugType>full</DebugType>
22     <Optimize>false</Optimize>
23     <OutputPath>bin\Debug\</OutputPath>
24     <DefineConstants>DEBUG;TRACE</DefineConstants>
25     <ErrorReport>prompt</ErrorReport>
26     <WarningLevel>4</WarningLevel>
27     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30     <PlatformTarget>AnyCPU</PlatformTarget>
31     <DebugType>pdbonly</DebugType>
32     <Optimize>true</Optimize>
33     <OutputPath>bin\Release\</OutputPath>
34     <DefineConstants>TRACE</DefineConstants>
35     <ErrorReport>prompt</ErrorReport>
36     <WarningLevel>4</WarningLevel>
37     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
38   </PropertyGroup>
39   <PropertyGroup>
40     <StartupObject>
41     </StartupObject>
42   </PropertyGroup>
43   <ItemGroup>
44     <Reference Include="System" />
45     <Reference Include="System.Core" />
46     <Reference Include="System.Xml.Linq" />
47     <Reference Include="System.Data.DataSetExtensions" />
48     <Reference Include="System.Data" />
49     <Reference Include="System.Deployment" />
50     <Reference Include="System.Drawing" />
51     <Reference Include="System.Windows.Forms" />
52     <Reference Include="System.Xml" />
53   </ItemGroup>
54   <ItemGroup>
55     <Compile Include="MainForm.cs">
56       <SubType>Form</SubType>
57     </Compile>
58     <Compile Include="MainForm.Designer.cs">
59       <DependentUpon>MainForm.cs</DependentUpon>
60     </Compile>
61     <Compile Include="Program.cs" />
62     <Compile Include="Properties\AssemblyInfo.cs" />
63     <EmbeddedResource Include="MainForm.resx">
64       <DependentUpon>MainForm.cs</DependentUpon>
65     </EmbeddedResource>
66     <EmbeddedResource Include="Properties\Resources.resx">
67       <Generator>ResXFileCodeGenerator</Generator>
68       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
69       <SubType>Designer</SubType>
70     </EmbeddedResource>
71     <Compile Include="Properties\Resources.Designer.cs">
72       <AutoGen>True</AutoGen>
73       <DependentUpon>Resources.resx</DependentUpon>
74       <DesignTime>True</DesignTime>
75     </Compile>
76     <None Include="app.config" />
77     <None Include="Properties\Settings.settings">
78       <Generator>SettingsSingleFileGenerator</Generator>
79       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
80     </None>
81     <Compile Include="Properties\Settings.Designer.cs">
82       <AutoGen>True</AutoGen>
83       <DependentUpon>Settings.settings</DependentUpon>
84       <DesignTimeSharedInput>True</DesignTimeSharedInput>
85     </Compile>
86   </ItemGroup>
87   <ItemGroup>
88     <COMReference Include="MODI">
89       <Guid>{A5EDEDF4-2BBC-45F3-822B-E60C278A1A79}</Guid>
90       <VersionMajor>12</VersionMajor>
91       <VersionMinor>0</VersionMinor>
92       <Lcid>0</Lcid>
93       <WrapperTool>tlbimp</WrapperTool>
94       <Isolated>False</Isolated>
95       <EmbedInteropTypes>True</EmbedInteropTypes>
96     </COMReference>
97   </ItemGroup>
98   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
100        Other similar extension points exist, see Microsoft.Common.targets.
101   <Target Name="BeforeBuild">
102   </Target>
103   <Target Name="AfterBuild">
104   </Target>
105   -->
106 </Project>