| 1 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> |
| 2 |
<PropertyGroup> |
| 3 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 4 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 5 |
<ProductVersion>9.0.30729</ProductVersion> |
| 6 |
<SchemaVersion>2.0</SchemaVersion> |
| 7 |
<ProjectGuid>{C0D05887-6C0E-4798-BD36-E0585132E907}</ProjectGuid> |
| 8 |
<OutputType>WinExe</OutputType> |
| 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
| 10 |
<RootNamespace>Somali</RootNamespace> |
| 11 |
<AssemblyName>Somali</AssemblyName> |
| 12 |
<SignAssembly>false</SignAssembly> |
| 13 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
| 14 |
<FileUpgradeFlags> |
| 15 |
</FileUpgradeFlags> |
| 16 |
<UpgradeBackupLocation> |
| 17 |
</UpgradeBackupLocation> |
| 18 |
<OldToolsVersion>2.0</OldToolsVersion> |
| 19 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 20 |
<TargetFrameworkSubset> |
| 21 |
</TargetFrameworkSubset> |
| 22 |
<PublishUrl>publish\</PublishUrl> |
| 23 |
<Install>true</Install> |
| 24 |
<InstallFrom>Disk</InstallFrom> |
| 25 |
<UpdateEnabled>false</UpdateEnabled> |
| 26 |
<UpdateMode>Foreground</UpdateMode> |
| 27 |
<UpdateInterval>7</UpdateInterval> |
| 28 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 29 |
<UpdatePeriodically>false</UpdatePeriodically> |
| 30 |
<UpdateRequired>false</UpdateRequired> |
| 31 |
<MapFileExtensions>true</MapFileExtensions> |
| 32 |
<ApplicationRevision>0</ApplicationRevision> |
| 33 |
<ApplicationVersion>0.0.1.%2a</ApplicationVersion> |
| 34 |
<UseApplicationTrust>false</UseApplicationTrust> |
| 35 |
<CreateDesktopShortcut>true</CreateDesktopShortcut> |
| 36 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
| 37 |
</PropertyGroup> |
| 38 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 39 |
<DebugSymbols>true</DebugSymbols> |
| 40 |
<DebugType>full</DebugType> |
| 41 |
<Optimize>false</Optimize> |
| 42 |
<OutputPath>bin\Debug\</OutputPath> |
| 43 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
| 44 |
<ErrorReport>prompt</ErrorReport> |
| 45 |
<WarningLevel>4</WarningLevel> |
| 46 |
</PropertyGroup> |
| 47 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 48 |
<DebugType>none</DebugType> |
| 49 |
<Optimize>true</Optimize> |
| 50 |
<OutputPath>bin\Release\</OutputPath> |
| 51 |
<DefineConstants>TRACE</DefineConstants> |
| 52 |
<ErrorReport>prompt</ErrorReport> |
| 53 |
<WarningLevel>4</WarningLevel> |
| 54 |
<UseVSHostingProcess>false</UseVSHostingProcess> |
| 55 |
</PropertyGroup> |
| 56 |
<ItemGroup> |
| 57 |
<Reference Include="Azuki, Version=1.5.7.28200, Culture=neutral, PublicKeyToken=46b77eb7f2d82aba, processorArchitecture=MSIL"> |
| 58 |
<SpecificVersion>False</SpecificVersion> |
| 59 |
<HintPath>..\..\..\VSLib\Azuki\Azuki.dll</HintPath> |
| 60 |
</Reference> |
| 61 |
<Reference Include="System" /> |
| 62 |
<Reference Include="System.Core"> |
| 63 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 64 |
</Reference> |
| 65 |
<Reference Include="System.Data" /> |
| 66 |
<Reference Include="System.Deployment" /> |
| 67 |
<Reference Include="System.Drawing" /> |
| 68 |
<Reference Include="System.Windows.Forms" /> |
| 69 |
<Reference Include="System.Xml" /> |
| 70 |
<Reference Include="System.Xml.Linq"> |
| 71 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 72 |
</Reference> |
| 73 |
<Reference Include="WeifenLuo.WinFormsUI.Docking, Version=2.3.1.24483, Culture=neutral, processorArchitecture=MSIL"> |
| 74 |
<SpecificVersion>False</SpecificVersion> |
| 75 |
<HintPath>..\..\..\..\..\..\..\Develop\VSLib\DockPanel\WeifenLuo.WinFormsUI.Docking.dll</HintPath> |
| 76 |
</Reference> |
| 77 |
</ItemGroup> |
| 78 |
<ItemGroup> |
| 79 |
<Compile Include="BaseClass\BaseSecretary.cs" /> |
| 80 |
<Compile Include="BaseClass\Model.cs" /> |
| 81 |
<Compile Include="BaseClass\SomaliActionArgs.cs" /> |
| 82 |
<Compile Include="BaseClass\SomaliBaseForm.cs"> |
| 83 |
<SubType>Form</SubType> |
| 84 |
</Compile> |
| 85 |
<Compile Include="BaseClass\WindowStateChangedEventArgs.cs" /> |
| 86 |
<Compile Include="BaseClass\WindowStateChangingEventArgs.cs" /> |
| 87 |
<Compile Include="BaseInterface\IActionColleague.cs" /> |
| 88 |
<Compile Include="BaseInterface\IActionMediator.cs" /> |
| 89 |
<Compile Include="BaseInterface\IWindowPreservable.cs" /> |
| 90 |
<Compile Include="EnvControl\CentralMediator.Action.cs" /> |
| 91 |
<Compile Include="EnvControl\CentralMediator.cs" /> |
| 92 |
<Compile Include="EnvControl\ResourceSecretary.cs" /> |
| 93 |
<Compile Include="Forms\AboutBox.cs"> |
| 94 |
<SubType>Form</SubType> |
| 95 |
</Compile> |
| 96 |
<Compile Include="Forms\AboutBox.Designer.cs"> |
| 97 |
<DependentUpon>AboutBox.cs</DependentUpon> |
| 98 |
</Compile> |
| 99 |
<Compile Include="EnvControl\LayoutSecretary.cs" /> |
| 100 |
<Compile Include="Forms\EditorForm.cs"> |
| 101 |
<SubType>Form</SubType> |
| 102 |
</Compile> |
| 103 |
<Compile Include="Forms\EditorForm.Designer.cs"> |
| 104 |
<DependentUpon>EditorForm.cs</DependentUpon> |
| 105 |
</Compile> |
| 106 |
<Compile Include="Forms\ExplorerForm.cs"> |
| 107 |
<SubType>Form</SubType> |
| 108 |
</Compile> |
| 109 |
<Compile Include="Forms\ExplorerForm.Designer.cs"> |
| 110 |
<DependentUpon>ExplorerForm.cs</DependentUpon> |
| 111 |
</Compile> |
| 112 |
<Compile Include="Forms\MainForm.cs"> |
| 113 |
<SubType>Form</SubType> |
| 114 |
</Compile> |
| 115 |
<Compile Include="Forms\MainForm.Designer.cs"> |
| 116 |
<DependentUpon>MainForm.cs</DependentUpon> |
| 117 |
</Compile> |
| 118 |
<Compile Include="Forms\OutlineForm.cs"> |
| 119 |
<SubType>Form</SubType> |
| 120 |
</Compile> |
| 121 |
<Compile Include="Forms\OutlineForm.Designer.cs"> |
| 122 |
<DependentUpon>OutlineForm.cs</DependentUpon> |
| 123 |
</Compile> |
| 124 |
<Compile Include="Forms\PreferencesForm.cs"> |
| 125 |
<SubType>Form</SubType> |
| 126 |
</Compile> |
| 127 |
<Compile Include="Forms\PreferencesForm.Designer.cs"> |
| 128 |
<DependentUpon>PreferencesForm.cs</DependentUpon> |
| 129 |
</Compile> |
| 130 |
<Compile Include="EnvControl\PreferencesSecretary.cs" /> |
| 131 |
<Compile Include="Models\ExplorerModel.cs" /> |
| 132 |
<Compile Include="Models\OutlineModel.cs" /> |
| 133 |
<Compile Include="Program.cs" /> |
| 134 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
| 135 |
<EmbeddedResource Include="Forms\AboutBox.resx"> |
| 136 |
<DependentUpon>AboutBox.cs</DependentUpon> |
| 137 |
</EmbeddedResource> |
| 138 |
<EmbeddedResource Include="Forms\EditorForm.resx"> |
| 139 |
<SubType>Designer</SubType> |
| 140 |
<DependentUpon>EditorForm.cs</DependentUpon> |
| 141 |
</EmbeddedResource> |
| 142 |
<EmbeddedResource Include="Forms\ExplorerForm.resx"> |
| 143 |
<DependentUpon>ExplorerForm.cs</DependentUpon> |
| 144 |
</EmbeddedResource> |
| 145 |
<EmbeddedResource Include="Forms\MainForm.resx"> |
| 146 |
<SubType>Designer</SubType> |
| 147 |
<DependentUpon>MainForm.cs</DependentUpon> |
| 148 |
</EmbeddedResource> |
| 149 |
<EmbeddedResource Include="Forms\OutlineForm.resx"> |
| 150 |
<DependentUpon>OutlineForm.cs</DependentUpon> |
| 151 |
</EmbeddedResource> |
| 152 |
<EmbeddedResource Include="Forms\PreferencesForm.resx"> |
| 153 |
<DependentUpon>PreferencesForm.cs</DependentUpon> |
| 154 |
</EmbeddedResource> |
| 155 |
<EmbeddedResource Include="Properties\Resources.resx"> |
| 156 |
<Generator>ResXFileCodeGenerator</Generator> |
| 157 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
| 158 |
<SubType>Designer</SubType> |
| 159 |
</EmbeddedResource> |
| 160 |
<Compile Include="Properties\Resources.Designer.cs"> |
| 161 |
<AutoGen>True</AutoGen> |
| 162 |
<DependentUpon>Resources.resx</DependentUpon> |
| 163 |
<DesignTime>True</DesignTime> |
| 164 |
</Compile> |
| 165 |
<Compile Include="Util\Util.IO.cs" /> |
| 166 |
<Compile Include="BaseClass\XIO.cs" /> |
| 167 |
</ItemGroup> |
| 168 |
<ItemGroup> |
| 169 |
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 170 |
<Visible>False</Visible> |
| 171 |
<ProductName>.NET Framework Client Profile</ProductName> |
| 172 |
<Install>false</Install> |
| 173 |
</BootstrapperPackage> |
| 174 |
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
| 175 |
<Visible>False</Visible> |
| 176 |
<ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
| 177 |
<Install>false</Install> |
| 178 |
</BootstrapperPackage> |
| 179 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
| 180 |
<Visible>False</Visible> |
| 181 |
<ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
| 182 |
<Install>false</Install> |
| 183 |
</BootstrapperPackage> |
| 184 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
| 185 |
<Visible>False</Visible> |
| 186 |
<ProductName>.NET Framework 3.5</ProductName> |
| 187 |
<Install>false</Install> |
| 188 |
</BootstrapperPackage> |
| 189 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 190 |
<Visible>False</Visible> |
| 191 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
| 192 |
<Install>true</Install> |
| 193 |
</BootstrapperPackage> |
| 194 |
</ItemGroup> |
| 195 |
<ItemGroup> |
| 196 |
<ProjectReference Include="..\Tanba\Tanba.csproj"> |
| 197 |
<Project>{57970298-5687-4517-98B8-4138956F7756}</Project> |
| 198 |
<Name>Tanba</Name> |
| 199 |
</ProjectReference> |
| 200 |
</ItemGroup> |
| 201 |
<ItemGroup> |
| 202 |
<None Include="Resources\folder_explore.png" /> |
| 203 |
</ItemGroup> |
| 204 |
<ItemGroup> |
| 205 |
<None Include="Resources\paste_plain.png" /> |
| 206 |
</ItemGroup> |
| 207 |
<ItemGroup> |
| 208 |
<None Include="Resources\folder_go.png" /> |
| 209 |
</ItemGroup> |
| 210 |
<ItemGroup> |
| 211 |
<None Include="Resources\arrow_redo.png" /> |
| 212 |
</ItemGroup> |
| 213 |
<ItemGroup> |
| 214 |
<None Include="Resources\arrow_undo.png" /> |
| 215 |
</ItemGroup> |
| 216 |
<ItemGroup> |
| 217 |
<None Include="Resources\page_copy.png" /> |
| 218 |
</ItemGroup> |
| 219 |
<ItemGroup> |
| 220 |
<WCFMetadata Include="Service References\" /> |
| 221 |
</ItemGroup> |
| 222 |
<ItemGroup> |
| 223 |
<EmbeddedResource Include="Resources\DefaultLayout.xml"> |
| 224 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 225 |
</EmbeddedResource> |
| 226 |
</ItemGroup> |
| 227 |
<ItemGroup> |
| 228 |
<None Include="Resources\arrow_refresh.png" /> |
| 229 |
</ItemGroup> |
| 230 |
<ItemGroup> |
| 231 |
<None Include="Resources\bullet_toggle_plus.png" /> |
| 232 |
</ItemGroup> |
| 233 |
<ItemGroup> |
| 234 |
<None Include="Resources\bullet_toggle_minus.png" /> |
| 235 |
</ItemGroup> |
| 236 |
<ItemGroup> |
| 237 |
<None Include="Resources\folder.png" /> |
| 238 |
</ItemGroup> |
| 239 |
<ItemGroup> |
| 240 |
<None Include="Resources\folder_page.png" /> |
| 241 |
</ItemGroup> |
| 242 |
<ItemGroup> |
| 243 |
<None Include="Resources\page_white_text.png" /> |
| 244 |
</ItemGroup> |
| 245 |
<ItemGroup> |
| 246 |
<Folder Include="Core\" /> |
| 247 |
</ItemGroup> |
| 248 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 249 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 250 |
Other similar extension points exist, see Microsoft.Common.targets. |
| 251 |
<Target Name="BeforeBuild"> |
| 252 |
</Target> |
| 253 |
<Target Name="AfterBuild"> |
| 254 |
</Target> |
| 255 |
--> |
| 256 |
</Project> |