Sha256: 796956d1d34a8fec2e9ea80652f382864e5bce0f61bbb7e0838c4c7872eace23
Contents?: true
Size: 850 Bytes
Versions: 106
Compression:
Stored size: 850 Bytes
Contents
<?xml version="1.0" encoding="utf-8"?> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' "> Debug </Configuration> <Platform Condition=" '$(Platform)' == '' "> AnyCPU </Platform> </PropertyGroup> <ItemGroup> <Compile Include="SomeOtherFolder\SomeFile.cs"> <Link>SomeNewFolder\SomeFile.cs</Link> </Compile> <Compile Include="File.cs" /> <Compile Include="SubFolder\AnotherFile.cs" /> </ItemGroup> <ItemGroup> <Content Include="Image.txt" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="MyHeavy.heavy"> <SubType>Designer</SubType> </EmbeddedResource> <None Include="Schema.xsd"> <SubType>Designer</SubType> </None> </ItemGroup> </Project>
Version data entries
106 entries across 106 versions & 1 rubygems