OSDN Git Service

構成変更のためファイルを置き直し。
[kybernetes/Kybernetes.git] / main / Kybernetes.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>8.0.30703</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{764A64C6-C6EB-4DB0-A346-F7C01C56DAA0}</ProjectGuid>\r
9     <OutputType>WinExe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>com.andoutomo.kybernetes</RootNamespace>\r
12     <AssemblyName>kybernetes</AssemblyName>\r
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
14     <TargetFrameworkProfile>Client</TargetFrameworkProfile>\r
15     <FileAlignment>512</FileAlignment>\r
16     <PublishUrl>publish\</PublishUrl>\r
17     <Install>true</Install>\r
18     <InstallFrom>Disk</InstallFrom>\r
19     <UpdateEnabled>false</UpdateEnabled>\r
20     <UpdateMode>Foreground</UpdateMode>\r
21     <UpdateInterval>7</UpdateInterval>\r
22     <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
23     <UpdatePeriodically>false</UpdatePeriodically>\r
24     <UpdateRequired>false</UpdateRequired>\r
25     <MapFileExtensions>true</MapFileExtensions>\r
26     <ApplicationRevision>0</ApplicationRevision>\r
27     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r
28     <IsWebBootstrapper>false</IsWebBootstrapper>\r
29     <UseApplicationTrust>false</UseApplicationTrust>\r
30     <BootstrapperEnabled>true</BootstrapperEnabled>\r
31   </PropertyGroup>\r
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
33     <PlatformTarget>x86</PlatformTarget>\r
34     <DebugSymbols>true</DebugSymbols>\r
35     <DebugType>full</DebugType>\r
36     <Optimize>false</Optimize>\r
37     <OutputPath>bin\Debug\</OutputPath>\r
38     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
39     <ErrorReport>prompt</ErrorReport>\r
40     <WarningLevel>4</WarningLevel>\r
41   </PropertyGroup>\r
42   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
43     <PlatformTarget>x86</PlatformTarget>\r
44     <DebugType>pdbonly</DebugType>\r
45     <Optimize>true</Optimize>\r
46     <OutputPath>bin\Release\</OutputPath>\r
47     <DefineConstants>TRACE</DefineConstants>\r
48     <ErrorReport>prompt</ErrorReport>\r
49     <WarningLevel>4</WarningLevel>\r
50   </PropertyGroup>\r
51   <PropertyGroup>\r
52     <StartupObject>\r
53     </StartupObject>\r
54   </PropertyGroup>\r
55   <PropertyGroup>\r
56     <ApplicationIcon>kybernetes_icon.ico</ApplicationIcon>\r
57   </PropertyGroup>\r
58   <ItemGroup>\r
59     <Reference Include="System" />\r
60     <Reference Include="System.Core" />\r
61     <Reference Include="System.Xml.Linq" />\r
62     <Reference Include="System.Data.DataSetExtensions" />\r
63     <Reference Include="Microsoft.CSharp" />\r
64     <Reference Include="System.Data" />\r
65     <Reference Include="System.Deployment" />\r
66     <Reference Include="System.Drawing" />\r
67     <Reference Include="System.Windows.Forms" />\r
68     <Reference Include="System.Xml" />\r
69   </ItemGroup>\r
70   <ItemGroup>\r
71     <Compile Include="CmdDispatcher.cs" />\r
72     <Compile Include="Program.cs" />\r
73     <Compile Include="Properties\AssemblyInfo.cs" />\r
74     <EmbeddedResource Include="Properties\Resources.resx">\r
75       <Generator>ResXFileCodeGenerator</Generator>\r
76       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
77       <SubType>Designer</SubType>\r
78     </EmbeddedResource>\r
79     <Compile Include="Properties\Resources.Designer.cs">\r
80       <AutoGen>True</AutoGen>\r
81       <DependentUpon>Resources.resx</DependentUpon>\r
82       <DesignTime>True</DesignTime>\r
83     </Compile>\r
84     <None Include="Properties\Settings.settings">\r
85       <Generator>SettingsSingleFileGenerator</Generator>\r
86       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
87     </None>\r
88     <Compile Include="Properties\Settings.Designer.cs">\r
89       <AutoGen>True</AutoGen>\r
90       <DependentUpon>Settings.settings</DependentUpon>\r
91       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
92     </Compile>\r
93   </ItemGroup>\r
94   <ItemGroup>\r
95     <ProjectReference Include="..\base\Basement.csproj">\r
96       <Project>{0E6CEAEE-475E-4DD0-9568-B25C23D6CCE7}</Project>\r
97       <Name>Basement</Name>\r
98     </ProjectReference>\r
99   </ItemGroup>\r
100   <ItemGroup>\r
101     <Content Include="kybernetes_icon.ico" />\r
102   </ItemGroup>\r
103   <ItemGroup>\r
104     <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">\r
105       <Visible>False</Visible>\r
106       <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 および x64%29</ProductName>\r
107       <Install>true</Install>\r
108     </BootstrapperPackage>\r
109     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
110       <Visible>False</Visible>\r
111       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>\r
112       <Install>false</Install>\r
113     </BootstrapperPackage>\r
114     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
115       <Visible>False</Visible>\r
116       <ProductName>.NET Framework 3.5 SP1</ProductName>\r
117       <Install>false</Install>\r
118     </BootstrapperPackage>\r
119     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">\r
120       <Visible>False</Visible>\r
121       <ProductName>Windows インストーラー 3.1</ProductName>\r
122       <Install>true</Install>\r
123     </BootstrapperPackage>\r
124   </ItemGroup>\r
125   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
126   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
127        Other similar extension points exist, see Microsoft.Common.targets.\r
128   <Target Name="BeforeBuild">\r
129   </Target>\r
130   <Target Name="AfterBuild">\r
131   </Target>\r
132   -->\r
133 </Project>