1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{5C9CE8D8-F9F0-4F5C-9B0B-85AB4B8E0EB6}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >RandomConsole</RootNamespace >
11+ <AssemblyName >RandomConsole</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <SccProjectName >SAK</SccProjectName >
15+ <SccLocalPath >SAK</SccLocalPath >
16+ <SccAuxPath >SAK</SccAuxPath >
17+ <SccProvider >SAK</SccProvider >
18+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
19+ <RestorePackages >true</RestorePackages >
20+ </PropertyGroup >
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
22+ <PlatformTarget >AnyCPU</PlatformTarget >
23+ <DebugSymbols >true</DebugSymbols >
24+ <DebugType >full</DebugType >
25+ <Optimize >false</Optimize >
26+ <OutputPath >bin\Debug\</OutputPath >
27+ <DefineConstants >DEBUG;TRACE</DefineConstants >
28+ <ErrorReport >prompt</ErrorReport >
29+ <WarningLevel >4</WarningLevel >
30+ </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32+ <PlatformTarget >AnyCPU</PlatformTarget >
33+ <DebugType >pdbonly</DebugType >
34+ <Optimize >true</Optimize >
35+ <OutputPath >bin\Release\</OutputPath >
36+ <DefineConstants >TRACE</DefineConstants >
37+ <ErrorReport >prompt</ErrorReport >
38+ <WarningLevel >4</WarningLevel >
39+ </PropertyGroup >
40+ <ItemGroup >
41+ <Reference Include =" EntityFramework" >
42+ <HintPath >..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" EntityFramework.SqlServer" >
45+ <HintPath >..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" System" />
48+ <Reference Include =" System.ComponentModel.DataAnnotations" />
49+ <Reference Include =" System.Core" />
50+ <Reference Include =" System.Xml.Linq" />
51+ <Reference Include =" System.Data.DataSetExtensions" />
52+ <Reference Include =" Microsoft.CSharp" />
53+ <Reference Include =" System.Data" />
54+ <Reference Include =" System.Xml" />
55+ </ItemGroup >
56+ <ItemGroup >
57+ <Compile Include =" Program.cs" />
58+ <Compile Include =" Properties\AssemblyInfo.cs" />
59+ </ItemGroup >
60+ <ItemGroup >
61+ <None Include =" App.config" />
62+ <None Include =" packages.config" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <ProjectReference Include =" ..\RandomLib\RandomLib.csproj" >
66+ <Project >{c5ba44d2-4dd0-47d2-9d08-ce2c2783a95f}</Project >
67+ <Name >RandomLib</Name >
68+ </ProjectReference >
69+ </ItemGroup >
70+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
72+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
73+ <PropertyGroup >
74+ <ErrorText >このプロジェクトは、このコンピューターにはない NuGet パッケージを参照しています。これらをダウンロードするには、NuGet パッケージの復元を有効にしてください。詳細については、http://go.microsoft.com/fwlink/?LinkID=322105 を参照してください。不足しているファイルは {0} です。</ErrorText >
75+ </PropertyGroup >
76+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
77+ </Target >
78+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
79+ Other similar extension points exist, see Microsoft.Common.targets.
80+ <Target Name="BeforeBuild">
81+ </Target>
82+ <Target Name="AfterBuild">
83+ </Target>
84+ -->
85+ </Project >
0 commit comments