| 1 |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
<Project ToolsVersion="3.5" 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>9.0.21022</ProductVersion> |
| 7 |
<SchemaVersion>2.0</SchemaVersion> |
| 8 |
<ProjectGuid>{7ED964AE-FD8F-422A-80B8-AD3D77AF073F}</ProjectGuid> |
| 9 |
<OutputType>WinExe</OutputType> |
| 10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
| 11 |
<RootNamespace>UT3_Server_Launcher</RootNamespace> |
| 12 |
<AssemblyName>UT3 Server Launcher</AssemblyName> |
| 13 |
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 14 |
<FileAlignment>512</FileAlignment> |
| 15 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
| 16 |
<ManifestCertificateThumbprint>5AA84ACEA607F49F7147ECFC1D182EDD8D436186</ManifestCertificateThumbprint> |
| 17 |
<ManifestKeyFile>UT3 Server Launcher_TemporaryKey.pfx</ManifestKeyFile> |
| 18 |
<GenerateManifests>true</GenerateManifests> |
| 19 |
<TargetZone>LocalIntranet</TargetZone> |
| 20 |
<ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
| 21 |
<SignManifests>true</SignManifests> |
| 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>2</ApplicationRevision> |
| 33 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 34 |
<UseApplicationTrust>false</UseApplicationTrust> |
| 35 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
| 36 |
</PropertyGroup> |
| 37 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 38 |
<DebugSymbols>true</DebugSymbols> |
| 39 |
<DebugType>full</DebugType> |
| 40 |
<Optimize>false</Optimize> |
| 41 |
<OutputPath>bin\Debug\</OutputPath> |
| 42 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
| 43 |
<ErrorReport>prompt</ErrorReport> |
| 44 |
<WarningLevel>4</WarningLevel> |
| 45 |
</PropertyGroup> |
| 46 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 47 |
<DebugType>pdbonly</DebugType> |
| 48 |
<Optimize>true</Optimize> |
| 49 |
<OutputPath>bin\Release\</OutputPath> |
| 50 |
<DefineConstants>TRACE</DefineConstants> |
| 51 |
<ErrorReport>prompt</ErrorReport> |
| 52 |
<WarningLevel>4</WarningLevel> |
| 53 |
</PropertyGroup> |
| 54 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'JP_debug|AnyCPU' "> |
| 55 |
<DebugSymbols>true</DebugSymbols> |
| 56 |
<OutputPath>bin\JP_debug\</OutputPath> |
| 57 |
<DefineConstants>TRACE;DEBUG;JP</DefineConstants> |
| 58 |
<DebugType>full</DebugType> |
| 59 |
<PlatformTarget>AnyCPU</PlatformTarget> |
| 60 |
<ErrorReport>prompt</ErrorReport> |
| 61 |
</PropertyGroup> |
| 62 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'JP_Release|AnyCPU' "> |
| 63 |
<OutputPath>bin\JP_Release\</OutputPath> |
| 64 |
<DefineConstants>TRACE;JP</DefineConstants> |
| 65 |
<Optimize>true</Optimize> |
| 66 |
<DebugType>pdbonly</DebugType> |
| 67 |
<PlatformTarget>AnyCPU</PlatformTarget> |
| 68 |
<ErrorReport>prompt</ErrorReport> |
| 69 |
</PropertyGroup> |
| 70 |
<ItemGroup> |
| 71 |
<Reference Include="System" /> |
| 72 |
<Reference Include="System.Core"> |
| 73 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 74 |
</Reference> |
| 75 |
<Reference Include="System.Xml.Linq"> |
| 76 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 77 |
</Reference> |
| 78 |
<Reference Include="System.Data.DataSetExtensions"> |
| 79 |
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 80 |
</Reference> |
| 81 |
<Reference Include="System.Data" /> |
| 82 |
<Reference Include="System.Deployment" /> |
| 83 |
<Reference Include="System.Drawing" /> |
| 84 |
<Reference Include="System.Windows.Forms" /> |
| 85 |
<Reference Include="System.Xml" /> |
| 86 |
</ItemGroup> |
| 87 |
<ItemGroup> |
| 88 |
<Compile Include="AboutBox1.cs"> |
| 89 |
<SubType>Form</SubType> |
| 90 |
</Compile> |
| 91 |
<Compile Include="AboutBox1.Designer.cs"> |
| 92 |
<DependentUpon>AboutBox1.cs</DependentUpon> |
| 93 |
</Compile> |
| 94 |
<Compile Include="Data\Bot\Bot.cs" /> |
| 95 |
<Compile Include="Data\Bot\Raito.cs" /> |
| 96 |
<Compile Include="Data\Bot\Skill.cs" /> |
| 97 |
<Compile Include="FormPreferences.cs"> |
| 98 |
<SubType>Form</SubType> |
| 99 |
</Compile> |
| 100 |
<Compile Include="FormPreferences.Designer.cs"> |
| 101 |
<DependentUpon>FormPreferences.cs</DependentUpon> |
| 102 |
</Compile> |
| 103 |
<Compile Include="FormProfile.cs"> |
| 104 |
<SubType>Form</SubType> |
| 105 |
</Compile> |
| 106 |
<Compile Include="FormProfile.Designer.cs"> |
| 107 |
<DependentUpon>FormProfile.cs</DependentUpon> |
| 108 |
</Compile> |
| 109 |
<Compile Include="FormMain.cs"> |
| 110 |
<SubType>Form</SubType> |
| 111 |
</Compile> |
| 112 |
<Compile Include="FormMain.Designer.cs"> |
| 113 |
<DependentUpon>FormMain.cs</DependentUpon> |
| 114 |
</Compile> |
| 115 |
<Compile Include="Data\Map.cs" /> |
| 116 |
<Compile Include="Data\Mode.cs" /> |
| 117 |
<Compile Include="Data\Mut.cs" /> |
| 118 |
<Compile Include="Properties\Resources.ja.Designer.cs"> |
| 119 |
<DependentUpon>Resources.ja.resx</DependentUpon> |
| 120 |
<AutoGen>True</AutoGen> |
| 121 |
<DesignTime>True</DesignTime> |
| 122 |
</Compile> |
| 123 |
<Compile Include="Server.cs" /> |
| 124 |
<Compile Include="Program.cs" /> |
| 125 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
| 126 |
<EmbeddedResource Include="AboutBox1.resx"> |
| 127 |
<DependentUpon>AboutBox1.cs</DependentUpon> |
| 128 |
<SubType>Designer</SubType> |
| 129 |
</EmbeddedResource> |
| 130 |
<EmbeddedResource Include="FormMain.ja.resx"> |
| 131 |
<DependentUpon>FormMain.cs</DependentUpon> |
| 132 |
<SubType>Designer</SubType> |
| 133 |
</EmbeddedResource> |
| 134 |
<EmbeddedResource Include="FormMain.resx"> |
| 135 |
<DependentUpon>FormMain.cs</DependentUpon> |
| 136 |
<SubType>Designer</SubType> |
| 137 |
</EmbeddedResource> |
| 138 |
<EmbeddedResource Include="FormPreferences.ja.resx"> |
| 139 |
<DependentUpon>FormPreferences.cs</DependentUpon> |
| 140 |
<SubType>Designer</SubType> |
| 141 |
</EmbeddedResource> |
| 142 |
<EmbeddedResource Include="FormPreferences.resx"> |
| 143 |
<DependentUpon>FormPreferences.cs</DependentUpon> |
| 144 |
<SubType>Designer</SubType> |
| 145 |
</EmbeddedResource> |
| 146 |
<EmbeddedResource Include="FormProfile.ja.resx"> |
| 147 |
<DependentUpon>FormProfile.cs</DependentUpon> |
| 148 |
<SubType>Designer</SubType> |
| 149 |
</EmbeddedResource> |
| 150 |
<EmbeddedResource Include="FormProfile.resx"> |
| 151 |
<DependentUpon>FormProfile.cs</DependentUpon> |
| 152 |
<SubType>Designer</SubType> |
| 153 |
</EmbeddedResource> |
| 154 |
<EmbeddedResource Include="Properties\Resources.resx"> |
| 155 |
<Generator>ResXFileCodeGenerator</Generator> |
| 156 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
| 157 |
<SubType>Designer</SubType> |
| 158 |
</EmbeddedResource> |
| 159 |
<EmbeddedResource Include="Properties\Resources.ja.resx"> |
| 160 |
<Generator>ResXFileCodeGenerator</Generator> |
| 161 |
<LastGenOutput>Resources.ja.Designer.cs</LastGenOutput> |
| 162 |
<SubType>Designer</SubType> |
| 163 |
</EmbeddedResource> |
| 164 |
<Compile Include="Properties\Resources.Designer.cs"> |
| 165 |
<AutoGen>True</AutoGen> |
| 166 |
<DependentUpon>Resources.resx</DependentUpon> |
| 167 |
<DesignTime>True</DesignTime> |
| 168 |
</Compile> |
| 169 |
<None Include="app.config" /> |
| 170 |
<None Include="Properties\app.manifest" /> |
| 171 |
<None Include="Properties\Settings.settings"> |
| 172 |
<Generator>SettingsSingleFileGenerator</Generator> |
| 173 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
| 174 |
</None> |
| 175 |
<Compile Include="Properties\Settings.Designer.cs"> |
| 176 |
<AutoGen>True</AutoGen> |
| 177 |
<DependentUpon>Settings.settings</DependentUpon> |
| 178 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
| 179 |
</Compile> |
| 180 |
</ItemGroup> |
| 181 |
<ItemGroup> |
| 182 |
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
| 183 |
<Visible>False</Visible> |
| 184 |
<ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
| 185 |
<Install>false</Install> |
| 186 |
</BootstrapperPackage> |
| 187 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
| 188 |
<Visible>False</Visible> |
| 189 |
<ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
| 190 |
<Install>false</Install> |
| 191 |
</BootstrapperPackage> |
| 192 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
| 193 |
<Visible>False</Visible> |
| 194 |
<ProductName>.NET Framework 3.5</ProductName> |
| 195 |
<Install>true</Install> |
| 196 |
</BootstrapperPackage> |
| 197 |
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
| 198 |
<Visible>False</Visible> |
| 199 |
<ProductName>Windows インストーラ 3.1</ProductName> |
| 200 |
<Install>true</Install> |
| 201 |
</BootstrapperPackage> |
| 202 |
</ItemGroup> |
| 203 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 204 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 205 |
Other similar extension points exist, see Microsoft.Common.targets. |
| 206 |
<Target Name="BeforeBuild"> |
| 207 |
</Target> |
| 208 |
<Target Name="AfterBuild"> |
| 209 |
</Target> |
| 210 |
--> |
| 211 |
</Project> |