| 1234567891011121314151617 |
- <Project>
- <PropertyGroup>
- <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
- <RepositoryRootDirectory>$(MSBuildThisFileDirectory)</RepositoryRootDirectory>
- <BinDir>$(RepositoryRootDirectory)bin</BinDir>
- <OutputPath>$([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\$(Configuration)'))\$(MSBuildProjectName)</OutputPath>
- <BaseIntermediateOutputPath>$([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\obj\$(MSBuildProjectName)'))\</BaseIntermediateOutputPath>
- </PropertyGroup>
- <PropertyGroup>
- <!-- NuGet Package common properties. -->
- <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
- <Copyright>Copyright 2017 (c) Eric Mellino. All rights reserved.</Copyright>
- <Authors>Eric Mellino</Authors>
- <ProjectUrl>https://github.com/mellinoe/ShaderGen</ProjectUrl>
- <RepositoryUrl>https://github.com/mellinoe/ShaderGen</RepositoryUrl>
- </PropertyGroup>
- </Project>
|