OSDN Git Service

svnから移動
[assistrb/assistrb.git] / src / AssistRB / AssistRB.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{87CC2E6A-739E-457B-B2C6-E6F6878CD6ED}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>AssistRB</RootNamespace>
12     <AssemblyName>AssistRB</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <TargetFrameworkProfile>
15     </TargetFrameworkProfile>
16     <FileAlignment>512</FileAlignment>
17     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
18     <WarningLevel>4</WarningLevel>
19     <IsWebBootstrapper>false</IsWebBootstrapper>
20     <PublishUrl>publish\</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>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|x86' ">
36     <PlatformTarget>x86</PlatformTarget>
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|x86' ">
46     <PlatformTarget>x86</PlatformTarget>
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   <ItemGroup>
55     <Reference Include="System" />
56     <Reference Include="System.Data" />
57     <Reference Include="System.Net" />
58     <Reference Include="System.Runtime.Serialization" />
59     <Reference Include="System.Web" />
60     <Reference Include="System.Xml" />
61     <Reference Include="Microsoft.CSharp" />
62     <Reference Include="System.Core" />
63     <Reference Include="System.Xml.Linq" />
64     <Reference Include="System.Data.DataSetExtensions" />
65     <Reference Include="System.Xaml">
66       <RequiredTargetFramework>4.0</RequiredTargetFramework>
67     </Reference>
68     <Reference Include="WindowsBase" />
69     <Reference Include="PresentationCore" />
70     <Reference Include="PresentationFramework" />
71   </ItemGroup>
72   <ItemGroup>
73     <ApplicationDefinition Include="App.xaml">
74       <Generator>MSBuild:Compile</Generator>
75       <SubType>Designer</SubType>
76     </ApplicationDefinition>
77     <Compile Include="DlnaItemList.cs" />
78     <Compile Include="FindRecbox.cs" />
79     <Compile Include="RecboxController.cs" />
80     <Compile Include="ToolLog.cs" />
81     <Compile Include="TransferStatusChecker.cs" />
82     <Compile Include="WebLowLayer.cs" />
83     <Compile Include="WindowConnection.xaml.cs">
84       <DependentUpon>WindowConnection.xaml</DependentUpon>
85     </Compile>
86     <Page Include="MainWindow.xaml">
87       <Generator>MSBuild:Compile</Generator>
88       <SubType>Designer</SubType>
89     </Page>
90     <Compile Include="App.xaml.cs">
91       <DependentUpon>App.xaml</DependentUpon>
92       <SubType>Code</SubType>
93     </Compile>
94     <Compile Include="DynamicJson.cs" />
95     <Compile Include="MainWindow.xaml.cs">
96       <DependentUpon>MainWindow.xaml</DependentUpon>
97       <SubType>Code</SubType>
98     </Compile>
99     <Page Include="WindowConnection.xaml">
100       <SubType>Designer</SubType>
101       <Generator>MSBuild:Compile</Generator>
102     </Page>
103   </ItemGroup>
104   <ItemGroup>
105     <Compile Include="Properties\AssemblyInfo.cs">
106       <SubType>Code</SubType>
107     </Compile>
108     <Compile Include="Properties\Resources.Designer.cs">
109       <AutoGen>True</AutoGen>
110       <DesignTime>True</DesignTime>
111       <DependentUpon>Resources.resx</DependentUpon>
112     </Compile>
113     <Compile Include="Properties\Settings.Designer.cs">
114       <AutoGen>True</AutoGen>
115       <DependentUpon>Settings.settings</DependentUpon>
116       <DesignTimeSharedInput>True</DesignTimeSharedInput>
117     </Compile>
118     <EmbeddedResource Include="Properties\Resources.resx">
119       <Generator>ResXFileCodeGenerator</Generator>
120       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
121     </EmbeddedResource>
122     <None Include="app.config" />
123     <None Include="Properties\Settings.settings">
124       <Generator>SettingsSingleFileGenerator</Generator>
125       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
126     </None>
127     <AppDesigner Include="Properties\" />
128   </ItemGroup>
129   <ItemGroup>
130     <WCFMetadata Include="Service References\" />
131   </ItemGroup>
132   <ItemGroup>
133     <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
134       <Visible>False</Visible>
135       <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 および x64%29</ProductName>
136       <Install>true</Install>
137     </BootstrapperPackage>
138     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
139       <Visible>False</Visible>
140       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
141       <Install>false</Install>
142     </BootstrapperPackage>
143     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
144       <Visible>False</Visible>
145       <ProductName>.NET Framework 3.5 SP1</ProductName>
146       <Install>false</Install>
147     </BootstrapperPackage>
148     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
149       <Visible>False</Visible>
150       <ProductName>Windows インストーラー 3.1</ProductName>
151       <Install>true</Install>
152     </BootstrapperPackage>
153   </ItemGroup>
154   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
155   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
156        Other similar extension points exist, see Microsoft.Common.targets.
157   <Target Name="BeforeBuild">
158   </Target>
159   <Target Name="AfterBuild">
160   </Target>
161   -->
162 </Project>