root/lang/csharp/soyText/soyText/soyText.csproj @ 33507

Revision 33507, 10.4 kB (checked in by hoge1e3, 4 years ago)

インポート時の文字コード判定(thanks TxtEnc? by G-PROJECT)

Line 
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>{3C1CF7A5-F019-466F-BA92-B808ECAC45EC}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>SoyText</RootNamespace>
12    <AssemblyName>soyText</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <IsWebBootstrapper>false</IsWebBootstrapper>
16    <ManifestCertificateThumbprint>68A5D96A718093C49DC0D2B095BB1D76A349E3C2</ManifestCertificateThumbprint>
17    <ManifestKeyFile>soyText_TemporaryKey.pfx</ManifestKeyFile>
18    <GenerateManifests>true</GenerateManifests>
19    <SignManifests>true</SignManifests>
20    <PublishUrl>C:\bin\app\soyText\</PublishUrl>
21    <Install>true</Install>
22    <InstallFrom>Disk</InstallFrom>
23    <UpdateEnabled>false</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>2</ApplicationRevision>
31    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32    <UseApplicationTrust>false</UseApplicationTrust>
33    <PublishWizardCompleted>true</PublishWizardCompleted>
34    <BootstrapperEnabled>true</BootstrapperEnabled>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37    <DebugSymbols>true</DebugSymbols>
38    <DebugType>full</DebugType>
39    <Optimize>false</Optimize>
40    <OutputPath>bin\Debug\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <ErrorReport>prompt</ErrorReport>
43    <WarningLevel>4</WarningLevel>
44  </PropertyGroup>
45  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46    <DebugType>pdbonly</DebugType>
47    <Optimize>true</Optimize>
48    <OutputPath>bin\Release\</OutputPath>
49    <DefineConstants>TRACE</DefineConstants>
50    <ErrorReport>prompt</ErrorReport>
51    <WarningLevel>4</WarningLevel>
52  </PropertyGroup>
53  <ItemGroup>
54    <Reference Include="IronPython, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>..\IronPython.dll</HintPath>
57    </Reference>
58    <Reference Include="IronPython.Modules, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59      <SpecificVersion>False</SpecificVersion>
60      <HintPath>..\IronPython.Modules.dll</HintPath>
61    </Reference>
62    <Reference Include="Microsoft.Scripting, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
63      <SpecificVersion>False</SpecificVersion>
64      <HintPath>..\Microsoft.Scripting.dll</HintPath>
65    </Reference>
66    <Reference Include="Microsoft.Scripting.Core, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
67      <SpecificVersion>False</SpecificVersion>
68      <HintPath>..\Microsoft.Scripting.Core.dll</HintPath>
69    </Reference>
70    <Reference Include="Microsoft.Scripting.ExtensionAttribute, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
71      <SpecificVersion>False</SpecificVersion>
72      <HintPath>..\Microsoft.Scripting.ExtensionAttribute.dll</HintPath>
73    </Reference>
74    <Reference Include="System" />
75    <Reference Include="System.Core">
76      <RequiredTargetFramework>3.5</RequiredTargetFramework>
77    </Reference>
78    <Reference Include="System.DirectoryServices" />
79    <Reference Include="System.Xml.Linq">
80      <RequiredTargetFramework>3.5</RequiredTargetFramework>
81    </Reference>
82    <Reference Include="System.Data.DataSetExtensions">
83      <RequiredTargetFramework>3.5</RequiredTargetFramework>
84    </Reference>
85    <Reference Include="System.Data" />
86    <Reference Include="System.Deployment" />
87    <Reference Include="System.Drawing" />
88    <Reference Include="System.Windows.Forms" />
89    <Reference Include="System.Xml" />
90  </ItemGroup>
91  <ItemGroup>
92    <Compile Include="AndCondition.cs" />
93    <Compile Include="AttributeCondition.cs" />
94    <Compile Include="Debug.cs" />
95    <Compile Include="DocExecutor.cs" />
96    <Compile Include="Document.cs" />
97    <Compile Include="DocumentImporter.cs" />
98    <Compile Include="DocumentLine.cs" />
99    <Compile Include="AnyCondition.cs" />
100    <Compile Include="DocumentSercher.cs" />
101    <Compile Include="DocumentSet.cs" />
102    <Compile Include="EditorTab.cs">
103      <SubType>UserControl</SubType>
104    </Compile>
105    <Compile Include="EditorTab.Designer.cs">
106      <DependentUpon>EditorTab.cs</DependentUpon>
107    </Compile>
108    <Compile Include="ExecForm.cs">
109      <SubType>Form</SubType>
110    </Compile>
111    <Compile Include="ExecForm.Designer.cs">
112      <DependentUpon>ExecForm.cs</DependentUpon>
113    </Compile>
114    <Compile Include="FileReader.cs" />
115    <Compile Include="Form1.cs">
116      <SubType>Form</SubType>
117    </Compile>
118    <Compile Include="Form1.Designer.cs">
119      <DependentUpon>Form1.cs</DependentUpon>
120    </Compile>
121    <Compile Include="Form2.cs">
122      <SubType>Form</SubType>
123    </Compile>
124    <Compile Include="Form2.Designer.cs">
125      <DependentUpon>Form2.cs</DependentUpon>
126    </Compile>
127    <Compile Include="ImportDialog.cs">
128      <SubType>Form</SubType>
129    </Compile>
130    <Compile Include="ImportDialog.Designer.cs">
131      <DependentUpon>ImportDialog.cs</DependentUpon>
132    </Compile>
133    <Compile Include="Indexer.cs" />
134    <Compile Include="MatchLine.cs" />
135    <Compile Include="Mkdir.cs" />
136    <Compile Include="ParsedDocument.cs" />
137    <Compile Include="ProcessExecutor.cs" />
138    <Compile Include="Program.cs" />
139    <Compile Include="Properties\AssemblyInfo.cs" />
140    <EmbeddedResource Include="EditorTab.resx">
141      <DependentUpon>EditorTab.cs</DependentUpon>
142    </EmbeddedResource>
143    <EmbeddedResource Include="ExecForm.resx">
144      <DependentUpon>ExecForm.cs</DependentUpon>
145    </EmbeddedResource>
146    <EmbeddedResource Include="Form1.resx">
147      <DependentUpon>Form1.cs</DependentUpon>
148    </EmbeddedResource>
149    <EmbeddedResource Include="Form2.resx">
150      <DependentUpon>Form2.cs</DependentUpon>
151    </EmbeddedResource>
152    <EmbeddedResource Include="ImportDialog.resx">
153      <DependentUpon>ImportDialog.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    <EmbeddedResource Include="WorkspaceSelector.resx">
161      <DependentUpon>WorkspaceSelector.cs</DependentUpon>
162    </EmbeddedResource>
163    <Compile Include="Properties\Resources.Designer.cs">
164      <AutoGen>True</AutoGen>
165      <DependentUpon>Resources.resx</DependentUpon>
166      <DesignTime>True</DesignTime>
167    </Compile>
168    <None Include="Properties\Settings.settings">
169      <Generator>SettingsSingleFileGenerator</Generator>
170      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
171    </None>
172    <None Include="soyText_TemporaryKey.pfx" />
173    <Compile Include="Properties\Settings.Designer.cs">
174      <AutoGen>True</AutoGen>
175      <DependentUpon>Settings.settings</DependentUpon>
176      <DesignTimeSharedInput>True</DesignTimeSharedInput>
177    </Compile>
178    <Compile Include="Inclusion.cs" />
179    <Compile Include="KeywordCondition.cs" />
180    <Compile Include="PythonEngine.cs" />
181    <Compile Include="Reg.cs" />
182    <Compile Include="SearchCondition.cs" />
183    <Compile Include="SearchLogSet.cs" />
184    <Compile Include="Str.cs" />
185    <Compile Include="SyncUI.cs" />
186    <Compile Include="TabControl2.cs">
187      <SubType>Component</SubType>
188    </Compile>
189    <Compile Include="TerminableThread.cs" />
190    <Compile Include="TimeFormat.cs" />
191    <Compile Include="Token.cs" />
192    <Compile Include="Tokenizer.cs" />
193    <Compile Include="TxtEnc.cs" />
194    <Compile Include="Workspace.cs" />
195    <Compile Include="WorkspaceSelector.cs">
196      <SubType>Form</SubType>
197    </Compile>
198    <Compile Include="WorkspaceSelector.Designer.cs">
199      <DependentUpon>WorkspaceSelector.cs</DependentUpon>
200    </Compile>
201  </ItemGroup>
202  <ItemGroup>
203    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
204      <Visible>False</Visible>
205      <ProductName>.NET Framework Client Profile</ProductName>
206      <Install>false</Install>
207    </BootstrapperPackage>
208    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
209      <Visible>False</Visible>
210      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
211      <Install>false</Install>
212    </BootstrapperPackage>
213    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
214      <Visible>False</Visible>
215      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
216      <Install>false</Install>
217    </BootstrapperPackage>
218    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
219      <Visible>False</Visible>
220      <ProductName>.NET Framework 3.5</ProductName>
221      <Install>false</Install>
222    </BootstrapperPackage>
223    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
224      <Visible>False</Visible>
225      <ProductName>.NET Framework 3.5 SP1</ProductName>
226      <Install>true</Install>
227    </BootstrapperPackage>
228    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
229      <Visible>False</Visible>
230      <ProductName>Windows インストーラ 3.1</ProductName>
231      <Install>true</Install>
232    </BootstrapperPackage>
233  </ItemGroup>
234  <ItemGroup>
235    <Folder Include="Search\" />
236  </ItemGroup>
237  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
238  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
239       Other similar extension points exist, see Microsoft.Common.targets.
240  <Target Name="BeforeBuild">
241  </Target>
242  <Target Name="AfterBuild">
243  </Target>
244  -->
245</Project>
Note: See TracBrowser for help on using the browser.