| 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>{8FD19941-9931-48B1-B3E7-66EB8AB50926}</ProjectGuid> |
| 9 |
<OutputType>WinExe</OutputType> |
| 10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
| 11 |
<RootNamespace>RsiEditor</RootNamespace> |
| 12 |
<AssemblyName>RsiEditor</AssemblyName> |
| 13 |
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
| 14 |
<FileAlignment>512</FileAlignment> |
| 15 |
<IsWebBootstrapper>true</IsWebBootstrapper> |
| 16 |
<StartupObject>RipSync.RsiEditor.Program</StartupObject> |
| 17 |
<SignAssembly>false</SignAssembly> |
| 18 |
<SignManifests>false</SignManifests> |
| 19 |
<ApplicationIcon>Resources\Rip.ico</ApplicationIcon> |
| 20 |
<PublishUrl>http://localhost/RsiEditor/</PublishUrl> |
| 21 |
<Install>true</Install> |
| 22 |
<InstallFrom>Web</InstallFrom> |
| 23 |
<UpdateEnabled>true</UpdateEnabled> |
| 24 |
<UpdateMode>Foreground</UpdateMode> |
| 25 |
<UpdateInterval>7</UpdateInterval> |
| 26 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
| 27 |
<UpdatePeriodically>false</UpdatePeriodically> |
| 28 |
<UpdateRequired>false</UpdateRequired> |
| 29 |
<MapFileExtensions>true</MapFileExtensions> |
| 30 |
<ApplicationRevision>0</ApplicationRevision> |
| 31 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
| 32 |
<UseApplicationTrust>false</UseApplicationTrust> |
| 33 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
| 34 |
</PropertyGroup> |
| 35 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 36 |
<DebugSymbols>false</DebugSymbols> |
| 37 |
<DebugType>full</DebugType> |
| 38 |
<Optimize>false</Optimize> |
| 39 |
<OutputPath>bin\Debug\</OutputPath> |
| 40 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
| 41 |
<ErrorReport>prompt</ErrorReport> |
| 42 |
<WarningLevel>4</WarningLevel> |
| 43 |
</PropertyGroup> |
| 44 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 45 |
<DebugType>none</DebugType> |
| 46 |
<Optimize>true</Optimize> |
| 47 |
<OutputPath>bin\Release\</OutputPath> |
| 48 |
<DefineConstants>TRACE</DefineConstants> |
| 49 |
<ErrorReport>prompt</ErrorReport> |
| 50 |
<WarningLevel>4</WarningLevel> |
| 51 |
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
| 52 |
</PropertyGroup> |
| 53 |
<ItemGroup> |
| 54 |
<Reference Include="System" /> |
| 55 |
<Reference Include="System.Data" /> |
| 56 |
<Reference Include="System.Deployment" /> |
| 57 |
<Reference Include="System.Drawing" /> |
| 58 |
<Reference Include="System.Windows.Forms" /> |
| 59 |
<Reference Include="System.Xml" /> |
| 60 |
</ItemGroup> |
| 61 |
<ItemGroup> |
| 62 |
<EmbeddedResource Include="Properties\Resources.resx"> |
| 63 |
<Generator>ResXFileCodeGenerator</Generator> |
| 64 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
| 65 |
<SubType>Designer</SubType> |
| 66 |
</EmbeddedResource> |
| 67 |
<EmbeddedResource Include="RsiEditor.resx"> |
| 68 |
<DependentUpon>RsiEditor.cs</DependentUpon> |
| 69 |
<SubType>Designer</SubType> |
| 70 |
</EmbeddedResource> |
| 71 |
<Compile Include="ApplicationManager.cs" /> |
| 72 |
<Compile Include="Configuration.cs" /> |
| 73 |
<Compile Include="Lang.cs" /> |
| 74 |
<Compile Include="Logger.cs" /> |
| 75 |
<Compile Include="Program.cs" /> |
| 76 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
| 77 |
<Compile Include="Properties\Resources.Designer.cs"> |
| 78 |
<AutoGen>True</AutoGen> |
| 79 |
<DependentUpon>Resources.resx</DependentUpon> |
| 80 |
<DesignTime>True</DesignTime> |
| 81 |
</Compile> |
| 82 |
<None Include="app.config" /> |
| 83 |
<None Include="Properties\Settings.settings"> |
| 84 |
<Generator>SettingsSingleFileGenerator</Generator> |
| 85 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
| 86 |
</None> |
| 87 |
<Compile Include="Properties\Settings.Designer.cs"> |
| 88 |
<AutoGen>True</AutoGen> |
| 89 |
<DependentUpon>Settings.settings</DependentUpon> |
| 90 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
| 91 |
</Compile> |
| 92 |
<Compile Include="RsiEditor.cs"> |
| 93 |
<SubType>Form</SubType> |
| 94 |
</Compile> |
| 95 |
<Compile Include="RsiEditor.Designer.cs"> |
| 96 |
<DependentUpon>RsiEditor.cs</DependentUpon> |
| 97 |
</Compile> |
| 98 |
<Compile Include="RsiManager.cs" /> |
| 99 |
</ItemGroup> |
| 100 |
<ItemGroup> |
| 101 |
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
| 102 |
<Visible>False</Visible> |
| 103 |
<ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
| 104 |
<Install>true</Install> |
| 105 |
</BootstrapperPackage> |
| 106 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
| 107 |
<Visible>False</Visible> |
| 108 |
<ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
| 109 |
<Install>false</Install> |
| 110 |
</BootstrapperPackage> |
| 111 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
| 112 |
<Visible>False</Visible> |
| 113 |
<ProductName>.NET Framework 3.5</ProductName> |
| 114 |
<Install>false</Install> |
| 115 |
</BootstrapperPackage> |
| 116 |
</ItemGroup> |
| 117 |
<ItemGroup> |
| 118 |
<PublishFile Include="rsieditor_rsimergefile.xml"> |
| 119 |
<Visible>False</Visible> |
| 120 |
<Group> |
| 121 |
</Group> |
| 122 |
<TargetPath> |
| 123 |
</TargetPath> |
| 124 |
<PublishState>Include</PublishState> |
| 125 |
<FileType>File</FileType> |
| 126 |
</PublishFile> |
| 127 |
</ItemGroup> |
| 128 |
<ItemGroup> |
| 129 |
<None Include="Resources\NewDocument.bmp" /> |
| 130 |
<Content Include="Resources\Rip.ico" /> |
| 131 |
<Content Include="RSIEditor_変更履歴.txt" /> |
| 132 |
<Content Include="RSIEditor_読んでね.txt" /> |
| 133 |
<Content Include="RSIEditorメモ.txt" /> |
| 134 |
<Content Include="説明メモ.txt" /> |
| 135 |
</ItemGroup> |
| 136 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 137 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 138 |
Other similar extension points exist, see Microsoft.Common.targets. |
| 139 |
<Target Name="BeforeBuild"> |
| 140 |
</Target> |
| 141 |
<Target Name="AfterBuild"> |
| 142 |
</Target> |
| 143 |
--> |
| 144 |
</Project> |