File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -340,4 +340,6 @@ ASALocalRun/
340
340
# BeatPulse healthcheck temp database
341
341
healthchecksdb
342
342
343
- .DS_Store
343
+ .DS_Store
344
+
345
+ InvertedTomato.Crc.xml
Original file line number Diff line number Diff line change 31
31
</PropertyGroup >
32
32
33
33
<PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
34
- <DocumentationFile >bin\Debug\ InvertedTomato.Crc.xml</DocumentationFile >
34
+ <DocumentationFile >InvertedTomato.Crc.xml</DocumentationFile >
35
35
</PropertyGroup >
36
36
37
37
<PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
41
41
<ItemGroup >
42
42
<None Include =" ../README.md" Pack =" true" PackagePath =" \" />
43
43
</ItemGroup >
44
+
45
+ <ItemGroup >
46
+ <None Remove =" InvertedTomato.Crc.xml" />
47
+ <Content Include =" InvertedTomato.Crc.xml" >
48
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
49
+ </Content >
50
+ </ItemGroup >
44
51
</Project >
You can’t perform that action at this time.
0 commit comments