OSDN Git Service

v1.1.6.4
[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="command\batch\batchCommand.cs" />\r
73     <Compile Include="command\batch\BatchCommandArg.cs" />\r
74     <Compile Include="command\batch\beditCommand.cs" />\r
75     <Compile Include="command\Control\AddProjectCommand.cs" />\r
76     <Compile Include="command\Control\AddProjectCommandArg.cs" />\r
77     <Compile Include="command\Control\AddTagCommand.cs" />\r
78     <Compile Include="command\Control\AddTagCommandArg.cs" />\r
79     <Compile Include="command\Control\ChAreaCommand.cs" />\r
80     <Compile Include="command\Control\ChAreaCommandArg.cs" />\r
81     <Compile Include="command\Control\CheckCommand.cs" />\r
82     <Compile Include="command\Control\CheckCommandArg.cs" />\r
83     <Compile Include="command\Control\ChnumCommand.cs" />\r
84     <Compile Include="command\Control\ChnumCommandArg.cs" />\r
85     <Compile Include="command\Control\ClearCommand.cs" />\r
86     <Compile Include="command\Control\ClearCommandArg.cs" />\r
87     <Compile Include="command\Control\ClearCommentCommand.cs" />\r
88     <Compile Include="command\Control\ClearCommentCommandArg.cs" />\r
89     <Compile Include="command\Control\ClearTagCommand.cs" />\r
90     <Compile Include="command\Control\ClearTagCommandArg.cs" />\r
91     <Compile Include="command\Control\CommentCommand.cs" />\r
92     <Compile Include="command\Control\CommentCommandArg.cs" />\r
93     <Compile Include="command\Control\DelayCommand.cs" />\r
94     <Compile Include="command\Control\DelayCommandArg.cs" />\r
95     <Compile Include="command\Control\DuplicateCommand.cs" />\r
96     <Compile Include="command\Control\DuplicateCommandArg.cs" />\r
97     <Compile Include="command\Control\EndCommand.cs" />\r
98     <Compile Include="command\Control\EndCommandArg.cs" />\r
99     <Compile Include="command\Control\RepeatCommand.cs" />\r
100     <Compile Include="command\Control\RepeatCommandArg.cs" />\r
101     <Compile Include="command\Control\ReportCommand.cs" />\r
102     <Compile Include="command\Control\ReportCommandArg.cs" />\r
103     <Compile Include="command\Control\StartCommand.cs" />\r
104     <Compile Include="command\Control\StartCommandArg.cs" />\r
105     <Compile Include="command\Control\SVCallCommand.cs" />\r
106     <Compile Include="command\Control\SVCallCommandArg.cs" />\r
107     <Compile Include="command\Control\SVEndCallCommand.cs" />\r
108     <Compile Include="command\CRUD\AddCommand.cs" />\r
109     <Compile Include="command\CRUD\AddCommandArg.cs" />\r
110     <Compile Include="command\CRUD\DeleteCommand.cs" />\r
111     <Compile Include="command\CRUD\DeleteCommandArg.cs" />\r
112     <Compile Include="command\CRUD\EstimateCommand.cs" />\r
113     <Compile Include="command\CRUD\EstimateCommandArg.cs" />\r
114     <Compile Include="command\CRUD\ListAllCommandArg.cs" />\r
115     <Compile Include="command\CRUD\ListCommand.cs" />\r
116     <Compile Include="command\CRUD\ListCommandArg.cs" />\r
117     <Compile Include="command\CRUD\ListGoingCommandArg.cs" />\r
118     <Compile Include="command\CRUD\ListRemainCommandArg.cs" />\r
119     <Compile Include="command\CRUD\RenumCommand.cs" />\r
120     <Compile Include="command\CRUD\UpdateCommand.cs" />\r
121     <Compile Include="command\CRUD\UpdateCommandArg.cs" />\r
122     <Compile Include="command\reference\FindCommand.cs" />\r
123     <Compile Include="command\reference\FindCommandArg.cs" />\r
124     <Compile Include="command\reference\PwdCommand.cs" />\r
125     <Compile Include="command\reference\ShowCommand.cs" />\r
126     <Compile Include="command\reference\ShowCommandArg.cs" />\r
127     <Compile Include="command\reference\SimulateCommand.cs" />\r
128     <Compile Include="command\reference\SimulateCommandArg.cs" />\r
129     <Compile Include="command\reference\SumCommand.cs" />\r
130     <Compile Include="command\reference\SumCommandArg.cs" />\r
131     <Compile Include="command\SYSTEM\AllCategInner.cs" />\r
132     <Compile Include="command\SYSTEM\BGColorCommand.cs" />\r
133     <Compile Include="command\SYSTEM\ClsCommand.cs" />\r
134     <Compile Include="command\SYSTEM\CreditCommand.cs" />\r
135     <Compile Include="command\SYSTEM\DateCommand.cs" />\r
136     <Compile Include="command\SYSTEM\DateCommandArg.cs" />\r
137     <Compile Include="command\SYSTEM\DmpCommand.cs" />\r
138     <Compile Include="command\SYSTEM\EchoCommand.cs" />\r
139     <Compile Include="command\SYSTEM\EchoCommandArg.cs" />\r
140     <Compile Include="command\SYSTEM\ExitCommand.cs" />\r
141     <Compile Include="command\SYSTEM\ExpCommand.cs" />\r
142     <Compile Include="command\SYSTEM\FrColorCommand.cs" />\r
143     <Compile Include="command\SYSTEM\HelpCommand.cs" />\r
144     <Compile Include="command\SYSTEM\HelpCommandArg.cs" />\r
145     <Compile Include="command\SYSTEM\LinkCommand.cs" />\r
146     <Compile Include="command\SYSTEM\LinkCommandArg.cs" />\r
147     <Compile Include="command\SYSTEM\LogModeCommand.cs" />\r
148     <Compile Include="command\SYSTEM\LogModeCommandArg.cs" />\r
149     <Compile Include="command\SYSTEM\TimeAreaSettingCommand.cs" />\r
150     <Compile Include="command\SYSTEM\TimerCommand.cs" />\r
151     <Compile Include="command\SYSTEM\TimerCommandArg.cs" />\r
152     <Compile Include="command\SYSTEM\TodayCommand.cs" />\r
153     <Compile Include="Program.cs" />\r
154     <Compile Include="Properties\AssemblyInfo.cs" />\r
155     <EmbeddedResource Include="Properties\Resources.resx">\r
156       <Generator>ResXFileCodeGenerator</Generator>\r
157       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
158       <SubType>Designer</SubType>\r
159     </EmbeddedResource>\r
160     <Compile Include="Properties\Resources.Designer.cs">\r
161       <AutoGen>True</AutoGen>\r
162       <DependentUpon>Resources.resx</DependentUpon>\r
163       <DesignTime>True</DesignTime>\r
164     </Compile>\r
165     <None Include="Properties\Settings.settings">\r
166       <Generator>SettingsSingleFileGenerator</Generator>\r
167       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
168     </None>\r
169     <Compile Include="Properties\Settings.Designer.cs">\r
170       <AutoGen>True</AutoGen>\r
171       <DependentUpon>Settings.settings</DependentUpon>\r
172       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
173     </Compile>\r
174   </ItemGroup>\r
175   <ItemGroup>\r
176     <ProjectReference Include="..\base\Basement.csproj">\r
177       <Project>{0E6CEAEE-475E-4DD0-9568-B25C23D6CCE7}</Project>\r
178       <Name>Basement</Name>\r
179     </ProjectReference>\r
180   </ItemGroup>\r
181   <ItemGroup>\r
182     <Content Include="kybernetes_icon.ico" />\r
183   </ItemGroup>\r
184   <ItemGroup>\r
185     <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">\r
186       <Visible>False</Visible>\r
187       <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 および x64%29</ProductName>\r
188       <Install>true</Install>\r
189     </BootstrapperPackage>\r
190     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
191       <Visible>False</Visible>\r
192       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>\r
193       <Install>false</Install>\r
194     </BootstrapperPackage>\r
195     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
196       <Visible>False</Visible>\r
197       <ProductName>.NET Framework 3.5 SP1</ProductName>\r
198       <Install>false</Install>\r
199     </BootstrapperPackage>\r
200     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">\r
201       <Visible>False</Visible>\r
202       <ProductName>Windows インストーラー 3.1</ProductName>\r
203       <Install>true</Install>\r
204     </BootstrapperPackage>\r
205   </ItemGroup>\r
206   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
207   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
208        Other similar extension points exist, see Microsoft.Common.targets.\r
209   <Target Name="BeforeBuild">\r
210   </Target>\r
211   <Target Name="AfterBuild">\r
212   </Target>\r
213   -->\r
214 </Project>