Skip to content

Commit

Permalink
Add support for Label attribute (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingerja2 committed Jul 17, 2020
1 parent c3a7bb1 commit fcf0443
Show file tree
Hide file tree
Showing 19 changed files with 283 additions and 173 deletions.
92 changes: 46 additions & 46 deletions src/MSBuildProjectCreator.UnitTests/ChooseTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,82 +14,82 @@ public class ChooseTests : MSBuildTestBase
public void ChooseComplex()
{
ProjectCreator.Create(projectFileOptions: NewProjectFileOptions.None)
.Choose()
.When("86578122B49842F891B9E4364611C4B5")
.WhenProperty("B7AF35A6A56D42EFACF4DFE1D7B0BC22", "0CA39A3C5E5348C4B5F1F50A33D8E6D8")
.WhenItemInclude("B5A8719D78D94961AFFA5134869C0DA5", "451053866BBB40B4A384EF5621994A65")
.WhenPropertyGroup("F192F2869950424BBE8FF979B12D98F8")
.WhenProperty("EB4919AA53C5457BB43F2E655469CF87", "1169C171C8F545D98691AB1DA5022763")
.When("ED64B6236EB94B639CF64DA27F4DAA21")
.WhenProperty("EA807B50DDD64BFAB67D74F34B2D091F", "8DB5478CDBC74BD1A222FE8FFA3F02A7")
.WhenItemInclude("F5624A5EE6B54AF6BBF6A03A163290A6", "4B45B6646D704CD8B06ED8401853C6F2")
.Otherwise()
.OtherwisePropertyGroup()
.OtherwiseProperty("EEE980CF390149DFB7B54B944B1F81C3", "7A886840832A4AACB0190A13E97D3502")
.OtherwiseItemGroup("84B3B0E939CE4F0CAABE555F3DD5940F")
.OtherwiseItemInclude("BDD653F0C8504129845B4CBBAD0732B1", "0887CC7FB1B842BD9B69AACD0ACBC6D3")
.OtherwiseItemGroup()
.OtherwiseItemInclude("C93C964CC1D6475BA622D37155E27398", "C005C57892AD48F8994C1003D91F8A01")
.Property("F5EA50D160D84FEA9D19049E41BD75EB", "2B50B6EF9CB148D583726948D7565E01")
.Choose()
.When("BFB1AB9E0D224C42AEB2A19A8247FD37")
.WhenProperty("DF4F395C964342C98430D7F9DD047D0F", "DCF0536D69BA4904BE25A69B1C834E92")
.WhenItemInclude("A9CA9BB3DFDE41808AA7646F44D628F3", "16405519E583482D8BAF5D7F23F13C2F")
.OtherwiseProperty("EF325D1CDDA249D396CEA0F6B6C52BFB", "8732DB2BD30E4334A9B0913DA6DA9E0F")
.OtherwiseItemInclude("A604962F0D14471C961BA98592A78ADC", "3224EC5ED0A743E2B4C32BC4E6AC4BAC")
.Choose(label: "label")
.When("86578122B49842F891B9E4364611C4B5" , label: "label")
.WhenProperty("B7AF35A6A56D42EFACF4DFE1D7B0BC22", "0CA39A3C5E5348C4B5F1F50A33D8E6D8", label: "label")
.WhenItemInclude("B5A8719D78D94961AFFA5134869C0DA5", "451053866BBB40B4A384EF5621994A65", label: "label")
.WhenPropertyGroup("F192F2869950424BBE8FF979B12D98F8", label: "label")
.WhenProperty("EB4919AA53C5457BB43F2E655469CF87", "1169C171C8F545D98691AB1DA5022763", label: "label")
.When("ED64B6236EB94B639CF64DA27F4DAA21", label: "label")
.WhenProperty("EA807B50DDD64BFAB67D74F34B2D091F", "8DB5478CDBC74BD1A222FE8FFA3F02A7", label: "label")
.WhenItemInclude("F5624A5EE6B54AF6BBF6A03A163290A6", "4B45B6646D704CD8B06ED8401853C6F2", label: "label")
.Otherwise(label: "label")
.OtherwisePropertyGroup(label: "label")
.OtherwiseProperty("EEE980CF390149DFB7B54B944B1F81C3", "7A886840832A4AACB0190A13E97D3502", label: "label")
.OtherwiseItemGroup("84B3B0E939CE4F0CAABE555F3DD5940F", label: "label")
.OtherwiseItemInclude("BDD653F0C8504129845B4CBBAD0732B1", "0887CC7FB1B842BD9B69AACD0ACBC6D3", label: "label")
.OtherwiseItemGroup(label: "label")
.OtherwiseItemInclude("C93C964CC1D6475BA622D37155E27398", "C005C57892AD48F8994C1003D91F8A01", label: "label")
.Property("F5EA50D160D84FEA9D19049E41BD75EB", "2B50B6EF9CB148D583726948D7565E01", label: "label")
.Choose(label: "label")
.When("BFB1AB9E0D224C42AEB2A19A8247FD37", label: "label")
.WhenProperty("DF4F395C964342C98430D7F9DD047D0F", "DCF0536D69BA4904BE25A69B1C834E92", label: "label")
.WhenItemInclude("A9CA9BB3DFDE41808AA7646F44D628F3", "16405519E583482D8BAF5D7F23F13C2F", label: "label")
.OtherwiseProperty("EF325D1CDDA249D396CEA0F6B6C52BFB", "8732DB2BD30E4334A9B0913DA6DA9E0F", label: "label")
.OtherwiseItemInclude("A604962F0D14471C961BA98592A78ADC", "3224EC5ED0A743E2B4C32BC4E6AC4BAC", label: "label")
.Xml
.ShouldBe(
@"<Project>
<Choose>
<When Condition=""86578122B49842F891B9E4364611C4B5"">
<Choose Label=""label"">
<When Condition=""86578122B49842F891B9E4364611C4B5"" Label=""label"">
<PropertyGroup>
<B7AF35A6A56D42EFACF4DFE1D7B0BC22>0CA39A3C5E5348C4B5F1F50A33D8E6D8</B7AF35A6A56D42EFACF4DFE1D7B0BC22>
<B7AF35A6A56D42EFACF4DFE1D7B0BC22 Label=""label"">0CA39A3C5E5348C4B5F1F50A33D8E6D8</B7AF35A6A56D42EFACF4DFE1D7B0BC22>
</PropertyGroup>
<ItemGroup>
<B5A8719D78D94961AFFA5134869C0DA5 Include=""451053866BBB40B4A384EF5621994A65"" />
<B5A8719D78D94961AFFA5134869C0DA5 Include=""451053866BBB40B4A384EF5621994A65"" Label=""label"" />
</ItemGroup>
<PropertyGroup Condition=""F192F2869950424BBE8FF979B12D98F8"">
<EB4919AA53C5457BB43F2E655469CF87>1169C171C8F545D98691AB1DA5022763</EB4919AA53C5457BB43F2E655469CF87>
<PropertyGroup Condition=""F192F2869950424BBE8FF979B12D98F8"" Label=""label"">
<EB4919AA53C5457BB43F2E655469CF87 Label=""label"">1169C171C8F545D98691AB1DA5022763</EB4919AA53C5457BB43F2E655469CF87>
</PropertyGroup>
</When>
<When Condition=""ED64B6236EB94B639CF64DA27F4DAA21"">
<When Condition=""ED64B6236EB94B639CF64DA27F4DAA21"" Label=""label"">
<PropertyGroup>
<EA807B50DDD64BFAB67D74F34B2D091F>8DB5478CDBC74BD1A222FE8FFA3F02A7</EA807B50DDD64BFAB67D74F34B2D091F>
<EA807B50DDD64BFAB67D74F34B2D091F Label=""label"">8DB5478CDBC74BD1A222FE8FFA3F02A7</EA807B50DDD64BFAB67D74F34B2D091F>
</PropertyGroup>
<ItemGroup>
<F5624A5EE6B54AF6BBF6A03A163290A6 Include=""4B45B6646D704CD8B06ED8401853C6F2"" />
<F5624A5EE6B54AF6BBF6A03A163290A6 Include=""4B45B6646D704CD8B06ED8401853C6F2"" Label=""label"" />
</ItemGroup>
</When>
<Otherwise>
<PropertyGroup>
<EEE980CF390149DFB7B54B944B1F81C3>7A886840832A4AACB0190A13E97D3502</EEE980CF390149DFB7B54B944B1F81C3>
<Otherwise Label=""label"">
<PropertyGroup Label=""label"">
<EEE980CF390149DFB7B54B944B1F81C3 Label=""label"">7A886840832A4AACB0190A13E97D3502</EEE980CF390149DFB7B54B944B1F81C3>
</PropertyGroup>
<ItemGroup Condition=""84B3B0E939CE4F0CAABE555F3DD5940F"">
<BDD653F0C8504129845B4CBBAD0732B1 Include=""0887CC7FB1B842BD9B69AACD0ACBC6D3"" />
<ItemGroup Condition=""84B3B0E939CE4F0CAABE555F3DD5940F"" Label=""label"">
<BDD653F0C8504129845B4CBBAD0732B1 Include=""0887CC7FB1B842BD9B69AACD0ACBC6D3"" Label=""label"" />
</ItemGroup>
<ItemGroup>
<C93C964CC1D6475BA622D37155E27398 Include=""C005C57892AD48F8994C1003D91F8A01"" />
<ItemGroup Label=""label"">
<C93C964CC1D6475BA622D37155E27398 Include=""C005C57892AD48F8994C1003D91F8A01"" Label=""label"" />
</ItemGroup>
</Otherwise>
</Choose>
<PropertyGroup>
<F5EA50D160D84FEA9D19049E41BD75EB>2B50B6EF9CB148D583726948D7565E01</F5EA50D160D84FEA9D19049E41BD75EB>
<F5EA50D160D84FEA9D19049E41BD75EB Label=""label"">2B50B6EF9CB148D583726948D7565E01</F5EA50D160D84FEA9D19049E41BD75EB>
</PropertyGroup>
<Choose>
<When Condition=""BFB1AB9E0D224C42AEB2A19A8247FD37"">
<Choose Label=""label"">
<When Condition=""BFB1AB9E0D224C42AEB2A19A8247FD37"" Label=""label"">
<PropertyGroup>
<DF4F395C964342C98430D7F9DD047D0F>DCF0536D69BA4904BE25A69B1C834E92</DF4F395C964342C98430D7F9DD047D0F>
<DF4F395C964342C98430D7F9DD047D0F Label=""label"">DCF0536D69BA4904BE25A69B1C834E92</DF4F395C964342C98430D7F9DD047D0F>
</PropertyGroup>
<ItemGroup>
<A9CA9BB3DFDE41808AA7646F44D628F3 Include=""16405519E583482D8BAF5D7F23F13C2F"" />
<A9CA9BB3DFDE41808AA7646F44D628F3 Include=""16405519E583482D8BAF5D7F23F13C2F"" Label=""label"" />
</ItemGroup>
</When>
<Otherwise>
<PropertyGroup>
<EF325D1CDDA249D396CEA0F6B6C52BFB>8732DB2BD30E4334A9B0913DA6DA9E0F</EF325D1CDDA249D396CEA0F6B6C52BFB>
<EF325D1CDDA249D396CEA0F6B6C52BFB Label=""label"">8732DB2BD30E4334A9B0913DA6DA9E0F</EF325D1CDDA249D396CEA0F6B6C52BFB>
</PropertyGroup>
<ItemGroup>
<A604962F0D14471C961BA98592A78ADC Include=""3224EC5ED0A743E2B4C32BC4E6AC4BAC"" />
<A604962F0D14471C961BA98592A78ADC Include=""3224EC5ED0A743E2B4C32BC4E6AC4BAC"" Label=""label"" />
</ItemGroup>
</Otherwise>
</Choose>
Expand Down
8 changes: 4 additions & 4 deletions src/MSBuildProjectCreator.UnitTests/ImportTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ public void ImportComplex()
public void ImportOrder()
{
ProjectCreator.Create(projectFileOptions: NewProjectFileOptions.None)
.Import("5D3801D732C14BB2A8A2A8466B2DAD38")
.Property("BCD8381CE5944323B3019379EBE55F5C", "36E81797987E4319A5BCE62F57ACE527")
.Import("5D3801D732C14BB2A8A2A8466B2DAD38", label: "label")
.Property("BCD8381CE5944323B3019379EBE55F5C", "36E81797987E4319A5BCE62F57ACE527", label: "label")
.Import("5E2A00F750CE4E14B793C51ACCA60F84")
.Xml
.ShouldBe(
@"<Project>
<Import Project=""5D3801D732C14BB2A8A2A8466B2DAD38"" />
<Import Project=""5D3801D732C14BB2A8A2A8466B2DAD38"" Label=""label"" />
<PropertyGroup>
<BCD8381CE5944323B3019379EBE55F5C>36E81797987E4319A5BCE62F57ACE527</BCD8381CE5944323B3019379EBE55F5C>
<BCD8381CE5944323B3019379EBE55F5C Label=""label"">36E81797987E4319A5BCE62F57ACE527</BCD8381CE5944323B3019379EBE55F5C>
</PropertyGroup>
<Import Project=""5E2A00F750CE4E14B793C51ACCA60F84"" />
</Project>",
Expand Down
16 changes: 8 additions & 8 deletions src/MSBuildProjectCreator.UnitTests/ItemGroupTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ public void ItemGroupCondition()
public void ItemGroupOrder()
{
ProjectCreator.Create(projectFileOptions: NewProjectFileOptions.None)
.ItemGroup(condition: "C5381C0D244D49CCBCFB512A434D2B9E")
.PropertyGroup()
.ItemGroup(condition: "F31A4B051DFB414684BA368068067EEA")
.ItemGroup(condition: "C8DDD08765A740589ECF938DB7BC5755")
.ItemGroup(condition: "C5381C0D244D49CCBCFB512A434D2B9E", label: "label")
.PropertyGroup(label: "label")
.ItemGroup(condition: "F31A4B051DFB414684BA368068067EEA", label: "label")
.ItemGroup(condition: "C8DDD08765A740589ECF938DB7BC5755", label: "label")
.Xml
.ShouldBe(
@"<Project>
<ItemGroup Condition=""C5381C0D244D49CCBCFB512A434D2B9E"" />
<PropertyGroup />
<ItemGroup Condition=""F31A4B051DFB414684BA368068067EEA"" />
<ItemGroup Condition=""C8DDD08765A740589ECF938DB7BC5755"" />
<ItemGroup Condition=""C5381C0D244D49CCBCFB512A434D2B9E"" Label=""label"" />
<PropertyGroup Label=""label"" />
<ItemGroup Condition=""F31A4B051DFB414684BA368068067EEA"" Label=""label"" />
<ItemGroup Condition=""C8DDD08765A740589ECF938DB7BC5755"" Label=""label"" />
</Project>",
StringCompareShould.IgnoreLineEndings);
}
Expand Down
35 changes: 21 additions & 14 deletions src/MSBuildProjectCreator.UnitTests/ItemTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ public void CompileItem()
{
{ "Custom", "37F6FB078E9C462FAF984DB5AFF38297" },
},
condition: "22484FB0B4364AE8BB9D43D44D40D46D")
condition: "22484FB0B4364AE8BB9D43D44D40D46D",
label: "label")
.Xml
.ShouldBe(
@"<Project>
<ItemGroup>
<Compile Include=""1C18F6564FFE4850A3D2710899454FE1"" Condition=""22484FB0B4364AE8BB9D43D44D40D46D"">
<Compile Include=""1C18F6564FFE4850A3D2710899454FE1"" Condition=""22484FB0B4364AE8BB9D43D44D40D46D"" Label=""label"">
<Custom>37F6FB078E9C462FAF984DB5AFF38297</Custom>
<DependentUpon>BA2012419E7943F996968C103B0DE557</DependentUpon>
<Link>ADC2E3D8861743639BBF3E9313FEE962</Link>
Expand Down Expand Up @@ -169,12 +170,13 @@ public void NoneItem()
{
{ "A9106C7FC44641B0A6636D3559A3A8F4", "024B55145A22481BA5EFBADD4CA633A7" },
},
condition: "C88DEB23F8444037835F4E63AE236F7F")
condition: "C88DEB23F8444037835F4E63AE236F7F",
label: "label")
.Xml
.ShouldBe(
@"<Project>
<ItemGroup>
<None Include=""1F65516B40BE4EC099C5DB8AF87999E1"" Condition=""C88DEB23F8444037835F4E63AE236F7F"">
<None Include=""1F65516B40BE4EC099C5DB8AF87999E1"" Condition=""C88DEB23F8444037835F4E63AE236F7F"" Label=""label"">
<A9106C7FC44641B0A6636D3559A3A8F4>024B55145A22481BA5EFBADD4CA633A7</A9106C7FC44641B0A6636D3559A3A8F4>
<CopyToOutputDirectory>C19852875EC14889A2B66A237AAB674A</CopyToOutputDirectory>
<DependentUpon>87E0338EB2E14F278DBC5486AFB6C51D</DependentUpon>
Expand All @@ -200,11 +202,12 @@ public void PackageReference()
{
{ "E5E3AEA9BFB547BABCEEEAFEDEB70BDA", "2ECE306CA8C540FBABD7893948504F26" },
},
condition: "66AF7AA732084E35ACC81361B21ADA3E")
condition: "66AF7AA732084E35ACC81361B21ADA3E",
label: "label")
.Xml.ShouldBe(
@"<Project>
<ItemGroup>
<PackageReference Include=""30FD03495EF5456D98DC09F5886DB230"" Condition=""66AF7AA732084E35ACC81361B21ADA3E"">
<PackageReference Include=""30FD03495EF5456D98DC09F5886DB230"" Condition=""66AF7AA732084E35ACC81361B21ADA3E"" Label=""label"">
<E5E3AEA9BFB547BABCEEEAFEDEB70BDA>2ECE306CA8C540FBABD7893948504F26</E5E3AEA9BFB547BABCEEEAFEDEB70BDA>
<Version>4C896A13564E4138B1BFD81304BCE0C3</Version>
<IncludeAssets>F647EECC49A349CFB0C161E8D38E8C71</IncludeAssets>
Expand All @@ -227,11 +230,12 @@ public void ProjectReferenceAnotherProject()
name: "E39F90168BA547D7A3D3ABB365689C61",
projectGuid: "EDF72CB2AD114C3CB03B2C79178BF09C",
referenceOutputAssembly: false,
condition: "F0E7173CB4714887A28EB6929227427A")
condition: "F0E7173CB4714887A28EB6929227427A",
label: "label")
.Xml.ShouldBe(
$@"<Project>
<ItemGroup>
<ProjectReference Include=""{project1.FullPath}"" Condition=""F0E7173CB4714887A28EB6929227427A"">
<ProjectReference Include=""{project1.FullPath}"" Condition=""F0E7173CB4714887A28EB6929227427A"" Label=""label"">
<Name>E39F90168BA547D7A3D3ABB365689C61</Name>
<Project>EDF72CB2AD114C3CB03B2C79178BF09C</Project>
<ReferenceOutputAssembly>False</ReferenceOutputAssembly>
Expand All @@ -254,11 +258,12 @@ public void ProjectReferenceWithPath()
{
{ "C533633B322444B8B41A8D964DF6013B", "2997CF6ABB7544A880F8D14BC3B26D5C" },
},
condition: "EEA7E2E6077A4B56918D03CAA17411E5")
condition: "EEA7E2E6077A4B56918D03CAA17411E5",
label: "label")
.Xml.ShouldBe(
@"<Project>
<ItemGroup>
<ProjectReference Include=""CB53CFCFC8C44B169B5910F9C18A9C97"" Condition=""EEA7E2E6077A4B56918D03CAA17411E5"">
<ProjectReference Include=""CB53CFCFC8C44B169B5910F9C18A9C97"" Condition=""EEA7E2E6077A4B56918D03CAA17411E5"" Label=""label"">
<C533633B322444B8B41A8D964DF6013B>2997CF6ABB7544A880F8D14BC3B26D5C</C533633B322444B8B41A8D964DF6013B>
<Name>48E21478110940879DA354EA18C9D7A1</Name>
<Project>17BC6030262A402D911188CAF0968F51</Project>
Expand All @@ -280,12 +285,13 @@ public void RemoveItem()
{
{ "CCBE2A083AF44A1A8DD0AB38F174D983", "7D228EF67CC648E98D7D46BFFEF935FE" },
},
condition: "5E1B774BD945407CA45227EE8BF5737A")
condition: "5E1B774BD945407CA45227EE8BF5737A",
label: "label")
.Xml
.ShouldBe(
@"<Project>
<ItemGroup>
<F10988936B3B421BB4FD7E33B9C0DEC9 Remove=""52CE3EA8F90F44779EC543225D6F182A"" Condition=""5E1B774BD945407CA45227EE8BF5737A"">
<F10988936B3B421BB4FD7E33B9C0DEC9 Remove=""52CE3EA8F90F44779EC543225D6F182A"" Condition=""5E1B774BD945407CA45227EE8BF5737A"" Label=""label"">
<CCBE2A083AF44A1A8DD0AB38F174D983>7D228EF67CC648E98D7D46BFFEF935FE</CCBE2A083AF44A1A8DD0AB38F174D983>
</F10988936B3B421BB4FD7E33B9C0DEC9>
</ItemGroup>
Expand Down Expand Up @@ -352,12 +358,13 @@ public void UpdateItem()
{
{ "EDD4A94F3C1241B4A6543E60C96FF51D", "10A8CF193EE54D679F25A8E1F83E0097" },
},
condition: "8DAE9F4AB6264A9CB2435C482C8B3DBB")
condition: "8DAE9F4AB6264A9CB2435C482C8B3DBB",
label: "label")
.Xml
.ShouldBe(
@"<Project>
<ItemGroup>
<E8517D605F70454BA7095F64B0EEB526 Update=""F58734B746BF4E76AB71E4151BB15A6F"" Condition=""8DAE9F4AB6264A9CB2435C482C8B3DBB"">
<E8517D605F70454BA7095F64B0EEB526 Update=""F58734B746BF4E76AB71E4151BB15A6F"" Condition=""8DAE9F4AB6264A9CB2435C482C8B3DBB"" Label=""label"">
<EDD4A94F3C1241B4A6543E60C96FF51D>10A8CF193EE54D679F25A8E1F83E0097</EDD4A94F3C1241B4A6543E60C96FF51D>
</E8517D605F70454BA7095F64B0EEB526>
</ItemGroup>
Expand Down
5 changes: 3 additions & 2 deletions src/MSBuildProjectCreator.UnitTests/PropertyTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ public void ProjectPropertySetIfEmptyPrependsCondition()
name: "E1A695D73E91481A9D1FAEE1C4C8407C",
unevaluatedValue: "5C50C035A20E4372B6A64C08D111F9F7",
condition: "9894AD0320B64027AA92732D436A5F0A",
setIfEmpty: true)
setIfEmpty: true,
label: "label")
.Xml
.ShouldBe(
@"<Project>
<PropertyGroup>
<E1A695D73E91481A9D1FAEE1C4C8407C Condition="" '$(E1A695D73E91481A9D1FAEE1C4C8407C)' == '' And 9894AD0320B64027AA92732D436A5F0A "">5C50C035A20E4372B6A64C08D111F9F7</E1A695D73E91481A9D1FAEE1C4C8407C>
<E1A695D73E91481A9D1FAEE1C4C8407C Condition="" '$(E1A695D73E91481A9D1FAEE1C4C8407C)' == '' And 9894AD0320B64027AA92732D436A5F0A "" Label=""label"">5C50C035A20E4372B6A64C08D111F9F7</E1A695D73E91481A9D1FAEE1C4C8407C>
</PropertyGroup>
</Project>",
StringCompareShould.IgnoreLineEndings);
Expand Down
5 changes: 3 additions & 2 deletions src/MSBuildProjectCreator.UnitTests/TargetTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ public void TargetComplex()
inputs: "B7419E0377CE4FA6AEFCCFB3F69777FC",
outputs: "DA3C0A891FFD4D6CA0B883258E87D0CA",
returns: "D3091D945AF7479A8958BA05954626B2",
keepDuplicateOutputs: true)
keepDuplicateOutputs: true,
label: "label")
.Xml
.ShouldBe(
@"<Project>
<Target Name=""3B2288C3ACA5460CBEEEC3EB914787EA"" AfterTargets=""2C8FF9B75080400D920A8D5AF553AC65"" BeforeTargets=""F04B583BD2B94B40A926568E27A056AA"" Condition=""84FB6783A56748AEA7024F648E520B5D"" DependsOnTargets=""B7D5486A843348849ABBEF2A8161A37E"" Inputs=""B7419E0377CE4FA6AEFCCFB3F69777FC"" Outputs=""DA3C0A891FFD4D6CA0B883258E87D0CA"" Returns=""D3091D945AF7479A8958BA05954626B2"" KeepDuplicateOutputs=""True"" />
<Target Name=""3B2288C3ACA5460CBEEEC3EB914787EA"" AfterTargets=""2C8FF9B75080400D920A8D5AF553AC65"" BeforeTargets=""F04B583BD2B94B40A926568E27A056AA"" Condition=""84FB6783A56748AEA7024F648E520B5D"" DependsOnTargets=""B7D5486A843348849ABBEF2A8161A37E"" Inputs=""B7419E0377CE4FA6AEFCCFB3F69777FC"" Outputs=""DA3C0A891FFD4D6CA0B883258E87D0CA"" Returns=""D3091D945AF7479A8958BA05954626B2"" Label=""label"" KeepDuplicateOutputs=""True"" />
</Project>",
StringCompareShould.IgnoreLineEndings);
}
Expand Down
Loading

0 comments on commit fcf0443

Please sign in to comment.