Files
2020-07-24 00:37:46 +09:00

61 lines
2.5 KiB
XML

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A8813939-DA91-4036-9BE4-B0FB44051A06}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>excs_getting_started</RootNamespace>
<AssemblyName>excs_getting_started</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\..\build_windows\AnyCPU\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\..\build_windows\AnyCPU\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System"/>
<Reference Include="System.Data"/>
<Reference Include="System.Xml"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\\excs_getting_started\\DatabaseExample.cs"/>
<Compile Include="..\\excs_getting_started\\DatabaseLoader.cs"/>
<Compile Include="..\\excs_getting_started\\DatabaseReader.cs"/>
<Compile Include="..\\excs_getting_started\\Inventory.cs"/>
<Compile Include="..\\excs_getting_started\\MyDbs.cs"/>
<Compile Include="..\\excs_getting_started\\Vendor.cs"/>
<Compile Include="..\\excs_getting_started\\Properties\AssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\lang\csharp\src\VS10\db_dotnet.csproj">
<Project>{4696FB1E-1E5F-40B9-BD8C-A54D3BDA00F6}</Project>
<Name>db_dotnet</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets"/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
<PropertyGroup>
<PreBuildEvent/>
</PropertyGroup>
</Project>