| 1 |
pex |
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.30729</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="Logger.cs" /> |
| 72 |
|
|
<Compile Include="Program.cs" /> |
| 73 |
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
| 74 |
|
|
<Compile Include="Properties\Resources.Designer.cs"> |
| 75 |
|
|
<AutoGen>True</AutoGen> |
| 76 |
|
|
<DependentUpon>Resources.resx</DependentUpon> |
| 77 |
|
|
<DesignTime>True</DesignTime> |
| 78 |
|
|
</Compile> |
| 79 |
|
|
<None Include="app.config" /> |
| 80 |
|
|
<None Include="Properties\Settings.settings"> |
| 81 |
|
|
<Generator>SettingsSingleFileGenerator</Generator> |
| 82 |
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
| 83 |
|
|
</None> |
| 84 |
|
|
<Compile Include="Properties\Settings.Designer.cs"> |
| 85 |
|
|
<AutoGen>True</AutoGen> |
| 86 |
|
|
<DependentUpon>Settings.settings</DependentUpon> |
| 87 |
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
| 88 |
|
|
</Compile> |
| 89 |
|
|
<Compile Include="RsiEditor.cs"> |
| 90 |
|
|
<SubType>Form</SubType> |
| 91 |
|
|
</Compile> |
| 92 |
|
|
<Compile Include="RsiEditor.Designer.cs"> |
| 93 |
|
|
<DependentUpon>RsiEditor.cs</DependentUpon> |
| 94 |
|
|
</Compile> |
| 95 |
|
|
<Compile Include="RsiManager.cs" /> |
| 96 |
|
|
</ItemGroup> |
| 97 |
|
|
<ItemGroup> |
| 98 |
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
| 99 |
|
|
<Visible>False</Visible> |
| 100 |
|
|
<ProductName>.NET Framework Client Profile</ProductName> |
| 101 |
|
|
<Install>false</Install> |
| 102 |
|
|
</BootstrapperPackage> |
| 103 |
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> |
| 104 |
|
|
<Visible>False</Visible> |
| 105 |
|
|
<ProductName>.NET Framework 2.0 %28x86%29</ProductName> |
| 106 |
|
|
<Install>true</Install> |
| 107 |
|
|
</BootstrapperPackage> |
| 108 |
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> |
| 109 |
|
|
<Visible>False</Visible> |
| 110 |
|
|
<ProductName>.NET Framework 3.0 %28x86%29</ProductName> |
| 111 |
|
|
<Install>false</Install> |
| 112 |
|
|
</BootstrapperPackage> |
| 113 |
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> |
| 114 |
|
|
<Visible>False</Visible> |
| 115 |
|
|
<ProductName>.NET Framework 3.5</ProductName> |
| 116 |
|
|
<Install>false</Install> |
| 117 |
|
|
</BootstrapperPackage> |
| 118 |
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
| 119 |
|
|
<Visible>False</Visible> |
| 120 |
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName> |
| 121 |
|
|
<Install>false</Install> |
| 122 |
|
|
</BootstrapperPackage> |
| 123 |
|
|
</ItemGroup> |
| 124 |
|
|
<ItemGroup> |
| 125 |
|
|
<PublishFile Include="rsieditor_rsimergefile.xml"> |
| 126 |
|
|
<Visible>False</Visible> |
| 127 |
|
|
<Group> |
| 128 |
|
|
</Group> |
| 129 |
|
|
<TargetPath> |
| 130 |
|
|
</TargetPath> |
| 131 |
|
|
<PublishState>Include</PublishState> |
| 132 |
|
|
<IncludeHash>True</IncludeHash> |
| 133 |
|
|
<FileType>File</FileType> |
| 134 |
|
|
</PublishFile> |
| 135 |
|
|
</ItemGroup> |
| 136 |
|
|
<ItemGroup> |
| 137 |
|
|
<None Include="Resources\NewDocument.bmp" /> |
| 138 |
|
|
<Content Include="Resources\Rip.ico" /> |
| 139 |
|
|
<Content Include="RSIEditor_変更履歴.txt" /> |
| 140 |
|
|
<Content Include="RSIEditor_読んでね.txt" /> |
| 141 |
|
|
<Content Include="RSIEditorメモ.txt" /> |
| 142 |
|
|
<Content Include="説明メモ.txt" /> |
| 143 |
|
|
</ItemGroup> |
| 144 |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 145 |
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 146 |
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
| 147 |
|
|
<Target Name="BeforeBuild"> |
| 148 |
|
|
</Target> |
| 149 |
|
|
<Target Name="AfterBuild"> |
| 150 |
|
|
</Target> |
| 151 |
|
|
--> |
| 152 |
|
|
</Project> |